diff --git a/Dockerfiles/api.Dockerfile b/Dockerfiles/api.Dockerfile index 08809510e..7023d633a 100644 --- a/Dockerfiles/api.Dockerfile +++ b/Dockerfiles/api.Dockerfile @@ -20,7 +20,7 @@ RUN python3 -m pip wheel --no-cache-dir --no-deps --wheel-dir /usr/src/app/wheel FROM python:3-slim-bookworm -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/arkime.Dockerfile b/Dockerfiles/arkime.Dockerfile index 96701db93..1a0b2ece3 100644 --- a/Dockerfiles/arkime.Dockerfile +++ b/Dockerfiles/arkime.Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim AS build -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ENV DEBIAN_FRONTEND noninteractive ENV TERM xterm diff --git a/Dockerfiles/dirinit.Dockerfile b/Dockerfiles/dirinit.Dockerfile index 806252251..a17ecafc2 100644 --- a/Dockerfiles/dirinit.Dockerfile +++ b/Dockerfiles/dirinit.Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/file-monitor.Dockerfile b/Dockerfiles/file-monitor.Dockerfile index 6bfd6b86e..34b429a91 100644 --- a/Dockerfiles/file-monitor.Dockerfile +++ b/Dockerfiles/file-monitor.Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/file-upload.Dockerfile b/Dockerfiles/file-upload.Dockerfile index 35175bc9a..cb194a588 100644 --- a/Dockerfiles/file-upload.Dockerfile +++ b/Dockerfiles/file-upload.Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim AS npmget -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ENV DEBIAN_FRONTEND noninteractive diff --git a/Dockerfiles/filebeat.Dockerfile b/Dockerfiles/filebeat.Dockerfile index b8c4fcdbc..f4aad2064 100644 --- a/Dockerfiles/filebeat.Dockerfile +++ b/Dockerfiles/filebeat.Dockerfile @@ -1,6 +1,6 @@ FROM docker.elastic.co/beats/filebeat-oss:8.11.1 -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/freq.Dockerfile b/Dockerfiles/freq.Dockerfile index a07318cef..82f9067b4 100644 --- a/Dockerfiles/freq.Dockerfile +++ b/Dockerfiles/freq.Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/htadmin.Dockerfile b/Dockerfiles/htadmin.Dockerfile index 35c3728e9..ffcc27bd9 100644 --- a/Dockerfiles/htadmin.Dockerfile +++ b/Dockerfiles/htadmin.Dockerfile @@ -1,6 +1,6 @@ FROM debian:11-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/netbox.Dockerfile b/Dockerfiles/netbox.Dockerfile index c075c03a2..4d18a2339 100644 --- a/Dockerfiles/netbox.Dockerfile +++ b/Dockerfiles/netbox.Dockerfile @@ -1,6 +1,6 @@ FROM netboxcommunity/netbox:v3.6.6 -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/nginx.Dockerfile b/Dockerfiles/nginx.Dockerfile index 5765943bd..32428d198 100644 --- a/Dockerfiles/nginx.Dockerfile +++ b/Dockerfiles/nginx.Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. #################################################################################### # thanks to: nginx - https://github.com/nginxinc/docker-nginx/blob/master/mainline/alpine/Dockerfile diff --git a/Dockerfiles/opensearch.Dockerfile b/Dockerfiles/opensearch.Dockerfile index 95ea31bff..bdfccaf61 100644 --- a/Dockerfiles/opensearch.Dockerfile +++ b/Dockerfiles/opensearch.Dockerfile @@ -1,6 +1,6 @@ FROM opensearchproject/opensearch:2.11.1 -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/pcap-capture.Dockerfile b/Dockerfiles/pcap-capture.Dockerfile index 6244eaad9..c582e9e26 100644 --- a/Dockerfiles/pcap-capture.Dockerfile +++ b/Dockerfiles/pcap-capture.Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/pcap-monitor.Dockerfile b/Dockerfiles/pcap-monitor.Dockerfile index e8a3cd894..b1baabbee 100644 --- a/Dockerfiles/pcap-monitor.Dockerfile +++ b/Dockerfiles/pcap-monitor.Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/postgresql.Dockerfile b/Dockerfiles/postgresql.Dockerfile index 757d13684..dde2e3b4d 100644 --- a/Dockerfiles/postgresql.Dockerfile +++ b/Dockerfiles/postgresql.Dockerfile @@ -1,6 +1,6 @@ FROM postgres:15-alpine -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/redis.Dockerfile b/Dockerfiles/redis.Dockerfile index 6585f2ea2..a7ce82e61 100644 --- a/Dockerfiles/redis.Dockerfile +++ b/Dockerfiles/redis.Dockerfile @@ -1,6 +1,6 @@ FROM redis:7-alpine -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' LABEL org.opencontainers.image.url='https://github.com/idaholab/Malcolm' diff --git a/Dockerfiles/zeek.Dockerfile b/Dockerfiles/zeek.Dockerfile index 6c5c0cfc4..3395035bd 100644 --- a/Dockerfiles/zeek.Dockerfile +++ b/Dockerfiles/zeek.Dockerfile @@ -62,7 +62,7 @@ RUN apt-get -q update && \ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' diff --git a/LICENSE.txt b/LICENSE.txt index db2310bed..e4db15ef7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 2023, Battelle Energy Alliance, LLC +Copyright 2024 Battelle Energy Alliance, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE.txt b/NOTICE.txt index 55d121c11..4365ece5a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -4,7 +4,7 @@ https://github.com/idaholab/Malcolm See LICENSE.txt for license terms. -Malcolm is Copyright (c) 2023 Battelle Energy Alliance, LLC, and is developed +Malcolm is Copyright (c) 2024 Battelle Energy Alliance, LLC, and is developed and released through the cooperation of the Cybersecurity and Infrastructure Security Agency of the U.S. Department of Homeland Security. All rights reserved. diff --git a/README.md b/README.md index 31b2adab6..fb4a574d1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can help steer Malcolm's development by sharing your ideas and feedback. Ple ## Copyright and License -Malcolm is Copyright 2023 Battelle Energy Alliance, LLC, and is developed and released through the cooperation of the [Cybersecurity and Infrastructure Security Agency](https://www.cisa.gov/) of the [U.S. Department of Homeland Security](https://www.dhs.gov/). +Malcolm is Copyright 2024 Battelle Energy Alliance, LLC, and is developed and released through the cooperation of the [Cybersecurity and Infrastructure Security Agency](https://www.cisa.gov/) of the [U.S. Department of Homeland Security](https://www.dhs.gov/). Malcolm is licensed under the Apache License, version 2.0. See `LICENSE.txt` for the terms of its release. diff --git a/arkime/scripts/arkime_update_geo.sh b/arkime/scripts/arkime_update_geo.sh index 64be5973e..9b33f8b44 100755 --- a/arkime/scripts/arkime_update_geo.sh +++ b/arkime/scripts/arkime_update_geo.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. cd "${ARKIME_DIR:-/opt/arkime}"/etc diff --git a/arkime/scripts/initarkime.sh b/arkime/scripts/initarkime.sh index 06f59eb28..6b861fa9a 100755 --- a/arkime/scripts/initarkime.sh +++ b/arkime/scripts/initarkime.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. MALCOLM_PROFILE=${MALCOLM_PROFILE:-"malcolm"} OPENSEARCH_URL=${OPENSEARCH_URL:-"http://opensearch:9200"} diff --git a/arkime/scripts/viewer_service.sh b/arkime/scripts/viewer_service.sh index d1785b49b..54fe2209a 100755 --- a/arkime/scripts/viewer_service.sh +++ b/arkime/scripts/viewer_service.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. while true; do if [[ -f /var/run/arkime/initialized && "$VIEWER" == "on" ]]; then diff --git a/arkime/scripts/wipearkime.sh b/arkime/scripts/wipearkime.sh index 99b010118..6779dd6d1 100755 --- a/arkime/scripts/wipearkime.sh +++ b/arkime/scripts/wipearkime.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [[ ${OPENSEARCH_SSL_CERTIFICATE_VERIFICATION:-"false"} != "true" ]] && DB_SSL_FLAG="--insecure" || DB_SSL_FLAG="" OPENSEARCH_URL_FULL="$(grep -Pi '^elasticsearch\s*=' $ARKIME_DIR/etc/config.ini | cut -d'=' -f2-)" diff --git a/arkime/scripts/wise_service.sh b/arkime/scripts/wise_service.sh index ff9e26b34..5a952afae 100755 --- a/arkime/scripts/wise_service.sh +++ b/arkime/scripts/wise_service.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. while true; do if [[ ("$WISE" == "on") && (-f /var/run/arkime/runwise) && (-f $ARKIME_DIR/etc/wise.ini) ]]; then diff --git a/arkime/supervisord.conf b/arkime/supervisord.conf index 44d0d10ed..dd7353b4c 100644 --- a/arkime/supervisord.conf +++ b/arkime/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/arkime/wise/source.zeeklogs.js b/arkime/wise/source.zeeklogs.js index ddd1b0e1c..40a9c4035 100644 --- a/arkime/wise/source.zeeklogs.js +++ b/arkime/wise/source.zeeklogs.js @@ -10,7 +10,7 @@ const WISESource = require('./wiseSource.js'); // Data may be populated with Malcolm's Logstash filters: // (https://github.com/idaholab/Malcolm/tree/main/logstash/pipelines) // -// Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +// Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. // see https://raw.githubusercontent.com/idaholab/Malcolm/main/LICENSE.txt ////////////////////////////////////////////////////////////////////////////////// diff --git a/dashboards/scripts/create-arkime-sessions-index.sh b/dashboards/scripts/create-arkime-sessions-index.sh index c839d0fd9..a118dd46c 100755 --- a/dashboards/scripts/create-arkime-sessions-index.sh +++ b/dashboards/scripts/create-arkime-sessions-index.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. set -euo pipefail shopt -s nocasematch diff --git a/dashboards/supervisord.conf b/dashboards/supervisord.conf index 81e64278a..b6cee6932 100644 --- a/dashboards/supervisord.conf +++ b/dashboards/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/docker-compose-standalone.yml b/docker-compose-standalone.yml index 8b1333305..3f997ab90 100644 --- a/docker-compose-standalone.yml +++ b/docker-compose-standalone.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. version: '3.7' diff --git a/docker-compose.yml b/docker-compose.yml index 51b4cc688..8202b7586 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. version: '3.7' diff --git a/file-monitor/docker-entrypoint.sh b/file-monitor/docker-entrypoint.sh index eb9955a1c..0027ecfd6 100755 --- a/file-monitor/docker-entrypoint.sh +++ b/file-monitor/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [[ -z $EXTRACTED_FILE_ENABLE_CLAMAV ]]; then EXTRACTED_FILE_ENABLE_CLAMAV=false diff --git a/file-monitor/supervisord.conf b/file-monitor/supervisord.conf index d39508348..78cf4d79b 100644 --- a/file-monitor/supervisord.conf +++ b/file-monitor/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/file-upload/docker-entrypoint.sh b/file-upload/docker-entrypoint.sh index 85dacd97f..f4b3c3afc 100755 --- a/file-upload/docker-entrypoint.sh +++ b/file-upload/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [[ -z $MALCOLM_USERNAME || -z $MALCOLM_PASSWORD ]]; then echo "Please set the SSH username and (openssl-encrypted then base64-encoded) password by adding the following arguments to docker run/create:" diff --git a/file-upload/supervisord.conf b/file-upload/supervisord.conf index f85dac136..5a6f22aa2 100644 --- a/file-upload/supervisord.conf +++ b/file-upload/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/filebeat/filebeat-nginx.yml b/filebeat/filebeat-nginx.yml index 7bd453f6c..2d1247d13 100644 --- a/filebeat/filebeat-nginx.yml +++ b/filebeat/filebeat-nginx.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. name: "${PCAP_NODE_NAME:malcolm}" diff --git a/filebeat/filebeat-tcp.yml b/filebeat/filebeat-tcp.yml index 6a208eedc..dd5353579 100644 --- a/filebeat/filebeat-tcp.yml +++ b/filebeat/filebeat-tcp.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. name: "${PCAP_NODE_NAME:malcolm}" diff --git a/filebeat/filebeat.yml b/filebeat/filebeat.yml index 046c1947f..f4429083a 100644 --- a/filebeat/filebeat.yml +++ b/filebeat/filebeat.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. name: "${PCAP_NODE_NAME:malcolm}" diff --git a/filebeat/scripts/filebeat-clean-zeeklogs-processed-folder.py b/filebeat/scripts/filebeat-clean-zeeklogs-processed-folder.py index 736e7c0e7..3c2a38f9e 100755 --- a/filebeat/scripts/filebeat-clean-zeeklogs-processed-folder.py +++ b/filebeat/scripts/filebeat-clean-zeeklogs-processed-folder.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import os diff --git a/filebeat/scripts/filebeat-process-zeek-folder-functions.sh b/filebeat/scripts/filebeat-process-zeek-folder-functions.sh index 806e0e44c..17cd2e8ff 100755 --- a/filebeat/scripts/filebeat-process-zeek-folder-functions.sh +++ b/filebeat/scripts/filebeat-process-zeek-folder-functions.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. function in_array() { local haystack="${1}[@]" diff --git a/filebeat/scripts/filebeat-process-zeek-folder.sh b/filebeat/scripts/filebeat-process-zeek-folder.sh index 7b0c89c3c..825e26609 100755 --- a/filebeat/scripts/filebeat-process-zeek-folder.sh +++ b/filebeat/scripts/filebeat-process-zeek-folder.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # for files (sort -V (natural)) under /zeek that: diff --git a/filebeat/scripts/filebeat-watch-zeeklogs-uploads-folder.py b/filebeat/scripts/filebeat-watch-zeeklogs-uploads-folder.py index 7139361b6..aca0a0893 100755 --- a/filebeat/scripts/filebeat-watch-zeeklogs-uploads-folder.py +++ b/filebeat/scripts/filebeat-watch-zeeklogs-uploads-folder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Monitor a directory for PCAP files for processing (by publishing their filenames to a ZMQ socket) diff --git a/filebeat/scripts/zeek-log-field-bitmap.py b/filebeat/scripts/zeek-log-field-bitmap.py index 8e05898ea..6ee960c40 100755 --- a/filebeat/scripts/zeek-log-field-bitmap.py +++ b/filebeat/scripts/zeek-log-field-bitmap.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # parse the fields names from the header of of the log file and compare them to the diff --git a/filebeat/supervisord.conf b/filebeat/supervisord.conf index 705ebc304..24c402bf6 100644 --- a/filebeat/supervisord.conf +++ b/filebeat/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/freq-server/supervisord.conf b/freq-server/supervisord.conf index e1f73dff7..0fc672422 100644 --- a/freq-server/supervisord.conf +++ b/freq-server/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/htadmin/supervisord.conf b/htadmin/supervisord.conf index c93a6d9b0..c0aba0f9d 100644 --- a/htadmin/supervisord.conf +++ b/htadmin/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/logstash/pipelines/beats/11_beats_logs.conf b/logstash/pipelines/beats/11_beats_logs.conf index e4cd573f9..17c7a3998 100644 --- a/logstash/pipelines/beats/11_beats_logs.conf +++ b/logstash/pipelines/beats/11_beats_logs.conf @@ -2,7 +2,7 @@ # Malcolm and Hedgehog Linux itself (i.e., not captured # network traffic metadata, but operational metadata) # -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ####################### filter { diff --git a/logstash/pipelines/enrichment/20_enriched_to_ecs.conf b/logstash/pipelines/enrichment/20_enriched_to_ecs.conf index 24552d683..5a46456a6 100644 --- a/logstash/pipelines/enrichment/20_enriched_to_ecs.conf +++ b/logstash/pipelines/enrichment/20_enriched_to_ecs.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/pipelines/enrichment/23_severity.conf b/logstash/pipelines/enrichment/23_severity.conf index 2f794df35..6f8506c32 100644 --- a/logstash/pipelines/enrichment/23_severity.conf +++ b/logstash/pipelines/enrichment/23_severity.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/pipelines/enrichment/96_make_unique.conf b/logstash/pipelines/enrichment/96_make_unique.conf index 22848bd4c..913f54514 100644 --- a/logstash/pipelines/enrichment/96_make_unique.conf +++ b/logstash/pipelines/enrichment/96_make_unique.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # take array fields that are already generic (i.e., ECS or Arkime) and deduplicate them. # there is also a little bit of light normalization that happens here diff --git a/logstash/pipelines/enrichment/97_arkimize.conf b/logstash/pipelines/enrichment/97_arkimize.conf index e5a88aa8c..384f9a455 100644 --- a/logstash/pipelines/enrichment/97_arkimize.conf +++ b/logstash/pipelines/enrichment/97_arkimize.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # take fields that are already generic (i.e., ECS or whatever) and copy them # to their Arkime equivalents if applicable diff --git a/logstash/pipelines/enrichment/98_finalize.conf b/logstash/pipelines/enrichment/98_finalize.conf index d9a64f309..f292b9202 100644 --- a/logstash/pipelines/enrichment/98_finalize.conf +++ b/logstash/pipelines/enrichment/98_finalize.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # final adjustments before forwarding diff --git a/logstash/pipelines/suricata/19_severity.conf b/logstash/pipelines/suricata/19_severity.conf index 5c3043642..19d8db1eb 100644 --- a/logstash/pipelines/suricata/19_severity.conf +++ b/logstash/pipelines/suricata/19_severity.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/pipelines/zeek/10_zeek_prep.conf b/logstash/pipelines/zeek/10_zeek_prep.conf index 48c5a2d1e..6e0785a35 100644 --- a/logstash/pipelines/zeek/10_zeek_prep.conf +++ b/logstash/pipelines/zeek/10_zeek_prep.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/pipelines/zeek/11_zeek_parse.conf b/logstash/pipelines/zeek/11_zeek_parse.conf index f6809839d..249450c3d 100644 --- a/logstash/pipelines/zeek/11_zeek_parse.conf +++ b/logstash/pipelines/zeek/11_zeek_parse.conf @@ -10,7 +10,7 @@ # - get filters where in != out # $ docker compose exec logstash curl -XGET http://localhost:9600/_node/stats/pipelines | jq -r '.. | .filters? // empty | .[] | objects | select (.events.in != .events.out) | [.id, .events.in, .events.out, .events.duration_in_millis] | join (";")' # -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ####################### filter { diff --git a/logstash/pipelines/zeek/12_zeek_mutate.conf b/logstash/pipelines/zeek/12_zeek_mutate.conf index 83ed11143..9eebdebc8 100644 --- a/logstash/pipelines/zeek/12_zeek_mutate.conf +++ b/logstash/pipelines/zeek/12_zeek_mutate.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/pipelines/zeek/13_zeek_normalize.conf b/logstash/pipelines/zeek/13_zeek_normalize.conf index c4e74423b..48d97d88d 100644 --- a/logstash/pipelines/zeek/13_zeek_normalize.conf +++ b/logstash/pipelines/zeek/13_zeek_normalize.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/pipelines/zeek/14_zeek_convert.conf b/logstash/pipelines/zeek/14_zeek_convert.conf index 51e9b2dfb..3103b0d62 100644 --- a/logstash/pipelines/zeek/14_zeek_convert.conf +++ b/logstash/pipelines/zeek/14_zeek_convert.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/pipelines/zeek/19_severity.conf b/logstash/pipelines/zeek/19_severity.conf index 5851cf21e..aedf410ae 100644 --- a/logstash/pipelines/zeek/19_severity.conf +++ b/logstash/pipelines/zeek/19_severity.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filter { diff --git a/logstash/scripts/logstash-start.sh b/logstash/scripts/logstash-start.sh index be558a9d8..35df19c66 100755 --- a/logstash/scripts/logstash-start.sh +++ b/logstash/scripts/logstash-start.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. set -e diff --git a/logstash/supervisord.conf b/logstash/supervisord.conf index f9734ba3f..a9b91b0bf 100644 --- a/logstash/supervisord.conf +++ b/logstash/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [inet_http_server] port=0.0.0.0:9001 diff --git a/malcolm-iso/Dockerfile b/malcolm-iso/Dockerfile index 7790c54a8..e371b85b0 100644 --- a/malcolm-iso/Dockerfile +++ b/malcolm-iso/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/mmguero/qemu-live-iso:latest -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' diff --git a/malcolm-iso/config/hooks/normal/0168-firefox-install.hook.chroot b/malcolm-iso/config/hooks/normal/0168-firefox-install.hook.chroot index 18c4941ab..98b7a4782 100755 --- a/malcolm-iso/config/hooks/normal/0168-firefox-install.hook.chroot +++ b/malcolm-iso/config/hooks/normal/0168-firefox-install.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export LC_ALL=C.UTF-8 export LANG=C.UTF-8 diff --git a/malcolm-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot b/malcolm-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot index 32dceebc4..4ba6b95fb 100755 --- a/malcolm-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot +++ b/malcolm-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # clone harbian-audit and clean up some stuff we don't need mkdir -p /opt diff --git a/malcolm-iso/config/includes.binary/install/preseed_base.cfg b/malcolm-iso/config/includes.binary/install/preseed_base.cfg index 1d18bfce4..f25b47593 100644 --- a/malcolm-iso/config/includes.binary/install/preseed_base.cfg +++ b/malcolm-iso/config/includes.binary/install/preseed_base.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. d-i hw-detect/load_firmware boolean true d-i clock-setup/utc boolean true diff --git a/malcolm-iso/config/includes.binary/install/preseed_multipar.cfg b/malcolm-iso/config/includes.binary/install/preseed_multipar.cfg index 43624ac41..96d68233c 100644 --- a/malcolm-iso/config/includes.binary/install/preseed_multipar.cfg +++ b/malcolm-iso/config/includes.binary/install/preseed_multipar.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. d-i debian-installer/locale string en_US.UTF-8 d-i console-setup/ask_detect boolean false diff --git a/malcolm-iso/config/includes.binary/install/preseed_vmware.cfg b/malcolm-iso/config/includes.binary/install/preseed_vmware.cfg index 7d433121d..792d0c7a6 100644 --- a/malcolm-iso/config/includes.binary/install/preseed_vmware.cfg +++ b/malcolm-iso/config/includes.binary/install/preseed_vmware.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. d-i debian-installer/locale string en_US.UTF-8 d-i console-setup/ask_detect boolean false diff --git a/malcolm-iso/vagrant/Vagrantfile b/malcolm-iso/vagrant/Vagrantfile index 0558db616..ecc7852a2 100644 --- a/malcolm-iso/vagrant/Vagrantfile +++ b/malcolm-iso/vagrant/Vagrantfile @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. unless Vagrant.has_plugin?("vagrant-sshfs") raise 'vagrant-sshfs plugin is not installed!' diff --git a/netbox/scripts/netbox_init.py b/netbox/scripts/netbox_init.py index ac93af265..874776681 100755 --- a/netbox/scripts/netbox_init.py +++ b/netbox/scripts/netbox_init.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import argparse import glob diff --git a/netbox/scripts/netbox_library_import.py b/netbox/scripts/netbox_library_import.py index 034ec0306..fa514c738 100644 --- a/netbox/scripts/netbox_library_import.py +++ b/netbox/scripts/netbox_library_import.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # adapted from minitriga/Netbox-Device-Type-Library-Import (MIT License) # Copyright (c) 2021 Alexander Gittings diff --git a/netbox/supervisord.conf b/netbox/supervisord.conf index 1703592bc..4bb797473 100644 --- a/netbox/supervisord.conf +++ b/netbox/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [inet_http_server] port=0.0.0.0:9001 diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 05a138c45..6741c5861 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. daemon off; diff --git a/nginx/nginx_readonly.conf b/nginx/nginx_readonly.conf index 61e6b0012..bbc611d02 100644 --- a/nginx/nginx_readonly.conf +++ b/nginx/nginx_readonly.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. daemon off; diff --git a/nginx/supervisord.conf b/nginx/supervisord.conf index a03b1f7e3..4fa4d85ad 100644 --- a/nginx/supervisord.conf +++ b/nginx/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/pcap-capture/scripts/netsniff-roll.sh b/pcap-capture/scripts/netsniff-roll.sh index ca2ab23f9..1fd48530a 100755 --- a/pcap-capture/scripts/netsniff-roll.sh +++ b/pcap-capture/scripts/netsniff-roll.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. lastmod(){ expr $(date +%s) - $(stat -c %X "$1") diff --git a/pcap-capture/scripts/supervisor.sh b/pcap-capture/scripts/supervisor.sh index 46e612c8d..618e775ff 100755 --- a/pcap-capture/scripts/supervisor.sh +++ b/pcap-capture/scripts/supervisor.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. set -e diff --git a/pcap-capture/supervisord.conf b/pcap-capture/supervisord.conf index 07a7b1af2..1ee0eb6a3 100644 --- a/pcap-capture/supervisord.conf +++ b/pcap-capture/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/pcap-monitor/scripts/watch-pcap-uploads-folder.py b/pcap-monitor/scripts/watch-pcap-uploads-folder.py index 2b7847f0e..8945d937e 100755 --- a/pcap-monitor/scripts/watch-pcap-uploads-folder.py +++ b/pcap-monitor/scripts/watch-pcap-uploads-folder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Monitor a directory for PCAP files for processing (by publishing their filenames to a ZMQ socket) diff --git a/pcap-monitor/supervisord.conf b/pcap-monitor/supervisord.conf index bb3e3bdc1..e1f7b6fc1 100644 --- a/pcap-monitor/supervisord.conf +++ b/pcap-monitor/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] diff --git a/scripts/build.sh b/scripts/build.sh index a4ff97c27..36bd18b5c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [ -z "$BASH_VERSION" ]; then echo "Wrong interpreter, please run \"$0\" with bash" diff --git a/scripts/control.py b/scripts/control.py index c6b39d6c9..665843d41 100755 --- a/scripts/control.py +++ b/scripts/control.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import sys diff --git a/scripts/demo/Vagrantfile b/scripts/demo/Vagrantfile index a4859d27a..6ba20e272 100644 --- a/scripts/demo/Vagrantfile +++ b/scripts/demo/Vagrantfile @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. class VagrantPlugins::ProviderVirtualBox::Action::Network def dhcp_server_matches_config?(dhcp_server, config) diff --git a/scripts/demo/amazon_linux_2_malcolm_demo_setup.sh b/scripts/demo/amazon_linux_2_malcolm_demo_setup.sh index ac074e5c0..41dd9bd90 100755 --- a/scripts/demo/amazon_linux_2_malcolm_demo_setup.sh +++ b/scripts/demo/amazon_linux_2_malcolm_demo_setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################### # for setting up a Malcolm demo instance on an Amazon Linux 2 instance from scratch diff --git a/scripts/demo/reset_and_auto_populate.sh b/scripts/demo/reset_and_auto_populate.sh index 38dea9057..900b2a43a 100755 --- a/scripts/demo/reset_and_auto_populate.sh +++ b/scripts/demo/reset_and_auto_populate.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ############################################################################### # diff --git a/scripts/documentation_build.sh b/scripts/documentation_build.sh index d9a230878..7510d1b57 100755 --- a/scripts/documentation_build.sh +++ b/scripts/documentation_build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [ -z "$BASH_VERSION" ]; then echo "Wrong interpreter, please run \"$0\" with bash" diff --git a/scripts/install.py b/scripts/install.py index 8408144ed..26ca4a7c2 100755 --- a/scripts/install.py +++ b/scripts/install.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import sys diff --git a/scripts/malcolm_appliance_packager.sh b/scripts/malcolm_appliance_packager.sh index 3f7256549..38db1c456 100755 --- a/scripts/malcolm_appliance_packager.sh +++ b/scripts/malcolm_appliance_packager.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [ -z "$BASH_VERSION" ]; then echo "Wrong interpreter, please run \"$0\" with bash" diff --git a/scripts/malcolm_common.py b/scripts/malcolm_common.py index 843af368a..b4e0794fa 100644 --- a/scripts/malcolm_common.py +++ b/scripts/malcolm_common.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import getpass import importlib diff --git a/scripts/malcolm_kubernetes.py b/scripts/malcolm_kubernetes.py index 4bb7bc47c..0bd833bcf 100644 --- a/scripts/malcolm_kubernetes.py +++ b/scripts/malcolm_kubernetes.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import base64 import glob diff --git a/scripts/malcolm_utils.py b/scripts/malcolm_utils.py index cab6703d1..febc46df1 100644 --- a/scripts/malcolm_utils.py +++ b/scripts/malcolm_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import contextlib import enum diff --git a/scripts/package_zeek_logs.sh b/scripts/package_zeek_logs.sh index b06d6dcff..8a484e4da 100755 --- a/scripts/package_zeek_logs.sh +++ b/scripts/package_zeek_logs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # package up Zeek logs in a format more suitable for upload to Malcolm # diff --git a/scripts/third-party-environments/aws/ami/scripts/Malcolm_AMI_Setup.sh b/scripts/third-party-environments/aws/ami/scripts/Malcolm_AMI_Setup.sh index a1c4d1f80..dcc032fe8 100755 --- a/scripts/third-party-environments/aws/ami/scripts/Malcolm_AMI_Setup.sh +++ b/scripts/third-party-environments/aws/ami/scripts/Malcolm_AMI_Setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # Configure Amazon Linux 2 and install Malcolm diff --git a/scripts/third-party-logs/fluent-bit-setup.ps1 b/scripts/third-party-logs/fluent-bit-setup.ps1 index 2fa6f40dd..8a35575dd 100644 --- a/scripts/third-party-logs/fluent-bit-setup.ps1 +++ b/scripts/third-party-logs/fluent-bit-setup.ps1 @@ -5,7 +5,7 @@ # configuration of fluent-bit (https://fluentbit.io/) for forwarding logs to # an instance of Malcolm (https://github.com/idaholab/malcolm). # -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ############################################################################### $fluent_bit_version = '2.2' diff --git a/scripts/third-party-logs/fluent-bit-setup.sh b/scripts/third-party-logs/fluent-bit-setup.sh index 69499b873..6ab0b8366 100755 --- a/scripts/third-party-logs/fluent-bit-setup.sh +++ b/scripts/third-party-logs/fluent-bit-setup.sh @@ -7,7 +7,7 @@ # configuration of fluent-bit (https://fluentbit.io/) for forwarding logs to # an instance of Malcolm (https://github.com/idaholab/malcolm). # -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ############################################################################### # force bash diff --git a/scripts/zeek_script_to_malcolm_boilerplate.py b/scripts/zeek_script_to_malcolm_boilerplate.py index 11c9857d3..f254099e0 100755 --- a/scripts/zeek_script_to_malcolm_boilerplate.py +++ b/scripts/zeek_script_to_malcolm_boilerplate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # # This script takes as input the filenames of one or more .zeek scripts which diff --git a/sensor-iso/Dockerfile b/sensor-iso/Dockerfile index 1510f7e1a..774c62213 100644 --- a/sensor-iso/Dockerfile +++ b/sensor-iso/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/mmguero/qemu-live-iso:latest -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" LABEL org.opencontainers.image.authors='malcolm@inl.gov' diff --git a/sensor-iso/arkime/Dockerfile b/sensor-iso/arkime/Dockerfile index f6d5ab354..80c6074ea 100644 --- a/sensor-iso/arkime/Dockerfile +++ b/sensor-iso/arkime/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" diff --git a/sensor-iso/arkime/build-arkime-deb.sh b/sensor-iso/arkime/build-arkime-deb.sh index c20eee583..b556741ab 100755 --- a/sensor-iso/arkime/build-arkime-deb.sh +++ b/sensor-iso/arkime/build-arkime-deb.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ARKIME_URL="https://github.com/arkime/arkime.git" OUTPUT_DIR="/tmp" diff --git a/sensor-iso/arkime/build-docker-image.sh b/sensor-iso/arkime/build-docker-image.sh index 808a5641b..e071e492d 100755 --- a/sensor-iso/arkime/build-docker-image.sh +++ b/sensor-iso/arkime/build-docker-image.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # force-navigate to script directory SCRIPT_PATH="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/sensor-iso/config/hooks/normal/0168-firefox-install.hook.chroot b/sensor-iso/config/hooks/normal/0168-firefox-install.hook.chroot index 18c4941ab..98b7a4782 100755 --- a/sensor-iso/config/hooks/normal/0168-firefox-install.hook.chroot +++ b/sensor-iso/config/hooks/normal/0168-firefox-install.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export LC_ALL=C.UTF-8 export LANG=C.UTF-8 diff --git a/sensor-iso/config/hooks/normal/0169-pip-installs.hook.chroot b/sensor-iso/config/hooks/normal/0169-pip-installs.hook.chroot index a1b67dde1..3a217625c 100755 --- a/sensor-iso/config/hooks/normal/0169-pip-installs.hook.chroot +++ b/sensor-iso/config/hooks/normal/0169-pip-installs.hook.chroot @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export LC_ALL=C.UTF-8 export LANG=C.UTF-8 diff --git a/sensor-iso/config/hooks/normal/0900-setup-rc-local.hook.chroot b/sensor-iso/config/hooks/normal/0900-setup-rc-local.hook.chroot index 7eeb00e8b..a97c39031 100755 --- a/sensor-iso/config/hooks/normal/0900-setup-rc-local.hook.chroot +++ b/sensor-iso/config/hooks/normal/0900-setup-rc-local.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. sed -i 's/^exit 0//' /etc/rc.local 2>/dev/null diff --git a/sensor-iso/config/hooks/normal/0910-sensor-build.hook.chroot b/sensor-iso/config/hooks/normal/0910-sensor-build.hook.chroot index 161106cea..31804abf0 100755 --- a/sensor-iso/config/hooks/normal/0910-sensor-build.hook.chroot +++ b/sensor-iso/config/hooks/normal/0910-sensor-build.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # some environment variables needed for build export CCACHE_DIR="/var/spool/ccache" diff --git a/sensor-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot b/sensor-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot index f5bc55347..2d9862133 100755 --- a/sensor-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot +++ b/sensor-iso/config/hooks/normal/0911-get-stig-scripts.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # clone harbian-audit and clean up some stuff we don't need mkdir -p /opt diff --git a/sensor-iso/config/hooks/normal/0990-remove-unwanted-pkg.hook.chroot b/sensor-iso/config/hooks/normal/0990-remove-unwanted-pkg.hook.chroot index 09adb6273..ee8baa4ae 100755 --- a/sensor-iso/config/hooks/normal/0990-remove-unwanted-pkg.hook.chroot +++ b/sensor-iso/config/hooks/normal/0990-remove-unwanted-pkg.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # remove development packages not necessary for building dynamic Zeek plugins apt-get -y --purge remove \ diff --git a/sensor-iso/config/hooks/normal/0991-security-performance.hook.chroot b/sensor-iso/config/hooks/normal/0991-security-performance.hook.chroot index 2a462a350..95349d90f 100755 --- a/sensor-iso/config/hooks/normal/0991-security-performance.hook.chroot +++ b/sensor-iso/config/hooks/normal/0991-security-performance.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # configure firewall sed -i "s/LOGLEVEL=.*/LOGLEVEL=off/" /etc/ufw/ufw.conf diff --git a/sensor-iso/config/hooks/normal/0992-login.hook.chroot b/sensor-iso/config/hooks/normal/0992-login.hook.chroot index d8dc2fff3..c8cd4a337 100755 --- a/sensor-iso/config/hooks/normal/0992-login.hook.chroot +++ b/sensor-iso/config/hooks/normal/0992-login.hook.chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. sed -i 's/^#autologin-user=.*/autologin-user=sensor/' /etc/lightdm/lightdm.conf sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf diff --git a/sensor-iso/config/includes.binary/install/preseed_base.cfg b/sensor-iso/config/includes.binary/install/preseed_base.cfg index 81b5ba435..bc3c87ca2 100644 --- a/sensor-iso/config/includes.binary/install/preseed_base.cfg +++ b/sensor-iso/config/includes.binary/install/preseed_base.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. d-i netcfg/enable boolean false d-i netcfg/choose_interface select auto diff --git a/sensor-iso/config/includes.binary/install/preseed_multipar.cfg b/sensor-iso/config/includes.binary/install/preseed_multipar.cfg index 4f5c10499..9189b6932 100644 --- a/sensor-iso/config/includes.binary/install/preseed_multipar.cfg +++ b/sensor-iso/config/includes.binary/install/preseed_multipar.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. d-i debian-installer/locale string en_US.UTF-8 d-i console-setup/ask_detect boolean false diff --git a/sensor-iso/config/includes.binary/install/preseed_vmware.cfg b/sensor-iso/config/includes.binary/install/preseed_vmware.cfg index 7d433121d..792d0c7a6 100644 --- a/sensor-iso/config/includes.binary/install/preseed_vmware.cfg +++ b/sensor-iso/config/includes.binary/install/preseed_vmware.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. d-i debian-installer/locale string en_US.UTF-8 d-i console-setup/ask_detect boolean false diff --git a/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor.zeek b/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor.zeek index 0418f23e9..07e745368 100644 --- a/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor.zeek +++ b/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor.zeek @@ -1,6 +1,6 @@ #!/usr/bin/env zeek -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. @load ./extractor_params diff --git a/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor_params.zeek b/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor_params.zeek index a169bd0d9..2ffb8a8a2 100644 --- a/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor_params.zeek +++ b/sensor-iso/config/includes.chroot/opt/zeek/share/zeek/site/extractor_params.zeek @@ -1,6 +1,6 @@ #!/usr/bin/env zeek -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export { const extractor_extract_none = "none" &redef; diff --git a/sensor-iso/interface/sensor_ctl/clean.sh b/sensor-iso/interface/sensor_ctl/clean.sh index e4f696d9c..047b1d220 100755 --- a/sensor-iso/interface/sensor_ctl/clean.sh +++ b/sensor-iso/interface/sensor_ctl/clean.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. set -e diff --git a/sensor-iso/interface/sensor_ctl/control.sh b/sensor-iso/interface/sensor_ctl/control.sh index eb020d25d..84a645b1f 100755 --- a/sensor-iso/interface/sensor_ctl/control.sh +++ b/sensor-iso/interface/sensor_ctl/control.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. set -e diff --git a/sensor-iso/interface/sensor_ctl/filebeat/filebeat.yml b/sensor-iso/interface/sensor_ctl/filebeat/filebeat.yml index 6b6ec2fda..0816bb59f 100644 --- a/sensor-iso/interface/sensor_ctl/filebeat/filebeat.yml +++ b/sensor-iso/interface/sensor_ctl/filebeat/filebeat.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. logging.metrics.enabled: false diff --git a/sensor-iso/interface/sensor_ctl/filebeat/sensor_filebeat_local.sh b/sensor-iso/interface/sensor_ctl/filebeat/sensor_filebeat_local.sh index 47de02598..212a1d1ad 100755 --- a/sensor-iso/interface/sensor_ctl/filebeat/sensor_filebeat_local.sh +++ b/sensor-iso/interface/sensor_ctl/filebeat/sensor_filebeat_local.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [[ -z "$ZEEK_CAPTURE_PATH" ]]; then ZEEK_CAPTURE_PATH="$HOME/bro_logs" diff --git a/sensor-iso/interface/sensor_ctl/miscbeat/filebeat.yml b/sensor-iso/interface/sensor_ctl/miscbeat/filebeat.yml index de1d9eb84..f3a0dbae7 100644 --- a/sensor-iso/interface/sensor_ctl/miscbeat/filebeat.yml +++ b/sensor-iso/interface/sensor_ctl/miscbeat/filebeat.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. filebeat.inputs: - type: tcp diff --git a/sensor-iso/interface/sensor_ctl/miscbeat/sensor_miscbeat_local.sh b/sensor-iso/interface/sensor_ctl/miscbeat/sensor_miscbeat_local.sh index e650773dc..a62c80487 100755 --- a/sensor-iso/interface/sensor_ctl/miscbeat/sensor_miscbeat_local.sh +++ b/sensor-iso/interface/sensor_ctl/miscbeat/sensor_miscbeat_local.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # force-navigate to script directory (containing config file) [[ "$(uname -s)" = 'Darwin' ]] && REALPATH=grealpath || REALPATH=realpath diff --git a/sensor-iso/interface/sensor_ctl/scripts/log_disk_space.sh b/sensor-iso/interface/sensor_ctl/scripts/log_disk_space.sh index 28d09a96b..798987cde 100755 --- a/sensor-iso/interface/sensor_ctl/scripts/log_disk_space.sh +++ b/sensor-iso/interface/sensor_ctl/scripts/log_disk_space.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. SPACE_STRING="$(/bin/df -lh --output=source,target,avail,size,pcent | tail -n +2 | grep '^/dev' | tr -s ' ' ',' | cut -d, -f2,3,4,5 | sed 's/^/\[/' | sed 's/$/\]/' | tr '\n' '.')" logger "${SPACE_STRING}" diff --git a/sensor-iso/interface/sensor_ctl/supervisor.init/arkime_config_populate.sh b/sensor-iso/interface/sensor_ctl/supervisor.init/arkime_config_populate.sh index 048e2944e..56c86b784 100644 --- a/sensor-iso/interface/sensor_ctl/supervisor.init/arkime_config_populate.sh +++ b/sensor-iso/interface/sensor_ctl/supervisor.init/arkime_config_populate.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export ARKIME_HTTPS_FLAG="" diff --git a/sensor-iso/interface/sensor_ctl/supervisor.init/supercronic_populate.sh b/sensor-iso/interface/sensor_ctl/supervisor.init/supercronic_populate.sh index ee81c84ba..a4eb73573 100644 --- a/sensor-iso/interface/sensor_ctl/supervisor.init/supercronic_populate.sh +++ b/sensor-iso/interface/sensor_ctl/supervisor.init/supercronic_populate.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [[ -n $SUPERVISOR_PATH ]] && [[ -d "$SUPERVISOR_PATH"/supercronic ]]; then diff --git a/sensor-iso/interface/sensor_ctl/supervisor.sh b/sensor-iso/interface/sensor_ctl/supervisor.sh index 7f1dc9241..cfe2562c5 100755 --- a/sensor-iso/interface/sensor_ctl/supervisor.sh +++ b/sensor-iso/interface/sensor_ctl/supervisor.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. set -e diff --git a/sensor-iso/interface/sensor_ctl/zeek/extractor_override.interesting.zeek b/sensor-iso/interface/sensor_ctl/zeek/extractor_override.interesting.zeek index eaf220289..290a8948c 100644 --- a/sensor-iso/interface/sensor_ctl/zeek/extractor_override.interesting.zeek +++ b/sensor-iso/interface/sensor_ctl/zeek/extractor_override.interesting.zeek @@ -1,6 +1,6 @@ #!/usr/bin/env zeek -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export { redef extractor_always_extract_unknown = F; diff --git a/sensor-iso/interface/sensor_interface/routes.py b/sensor-iso/interface/sensor_interface/routes.py index 2f4c3d66e..4a0b0c5ce 100644 --- a/sensor-iso/interface/sensor_interface/routes.py +++ b/sensor-iso/interface/sensor_interface/routes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import psutil import time diff --git a/sensor-iso/interface/sensor_interface/static/js/custom.js b/sensor-iso/interface/sensor_interface/static/js/custom.js index 592b584cb..9e7373347 100644 --- a/sensor-iso/interface/sensor_interface/static/js/custom.js +++ b/sensor-iso/interface/sensor_interface/static/js/custom.js @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +// Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. function start_all() { var xhttp = new XMLHttpRequest(); diff --git a/sensor-iso/interface/sensor_interface/sysquery/sys_service.py b/sensor-iso/interface/sensor_interface/sysquery/sys_service.py index a1a432bf2..781882084 100644 --- a/sensor-iso/interface/sensor_interface/sysquery/sys_service.py +++ b/sensor-iso/interface/sensor_interface/sysquery/sys_service.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import subprocess import json diff --git a/sensor-iso/vagrant/Vagrantfile b/sensor-iso/vagrant/Vagrantfile index 500ab7083..04cfb86f6 100644 --- a/sensor-iso/vagrant/Vagrantfile +++ b/sensor-iso/vagrant/Vagrantfile @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. unless Vagrant.has_plugin?("vagrant-sshfs") raise 'vagrant-sshfs plugin is not installed!' diff --git a/sensor-iso/yara/Dockerfile b/sensor-iso/yara/Dockerfile index 4afe51c14..98b9c4674 100644 --- a/sensor-iso/yara/Dockerfile +++ b/sensor-iso/yara/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" diff --git a/sensor-iso/yara/build-docker-image.sh b/sensor-iso/yara/build-docker-image.sh index 190dd2454..31060166b 100755 --- a/sensor-iso/yara/build-docker-image.sh +++ b/sensor-iso/yara/build-docker-image.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # force-navigate to script directory SCRIPT_PATH="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/sensor-iso/yara/build-yara-deb.sh b/sensor-iso/yara/build-yara-deb.sh index dd8415742..1fd9f7989 100755 --- a/sensor-iso/yara/build-yara-deb.sh +++ b/sensor-iso/yara/build-yara-deb.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. YARA_URL="https://github.com/VirusTotal/YARA" YARA_VER="$(curl -sqI "$YARA_URL/releases/latest" | awk -F '/' '/^location/ {print substr($NF, 1, length($NF)-1)}' | sed 's/^v//')" diff --git a/sensor-iso/zeek/Dockerfile b/sensor-iso/zeek/Dockerfile index 6086825ff..c4e69ce8e 100644 --- a/sensor-iso/zeek/Dockerfile +++ b/sensor-iso/zeek/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. LABEL maintainer="malcolm@inl.gov" diff --git a/sensor-iso/zeek/build-docker-image.sh b/sensor-iso/zeek/build-docker-image.sh index 320226c35..3538212ff 100755 --- a/sensor-iso/zeek/build-docker-image.sh +++ b/sensor-iso/zeek/build-docker-image.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # force-navigate to script directory SCRIPT_PATH="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/sensor-iso/zeek/build-zeek-deb.sh b/sensor-iso/zeek/build-zeek-deb.sh index 4be53b1b8..0ea95d4dc 100755 --- a/sensor-iso/zeek/build-zeek-deb.sh +++ b/sensor-iso/zeek/build-zeek-deb.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export CCACHE_DIR="/var/spool/ccache" export CCACHE_COMPRESS=1 diff --git a/shared/bin/agg-init.sh b/shared/bin/agg-init.sh index 3f8d0857f..b0215f97c 100755 --- a/shared/bin/agg-init.sh +++ b/shared/bin/agg-init.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. SCRIPT_PATH="$(dirname $(realpath -e "${BASH_SOURCE[0]}"))" diff --git a/shared/bin/capture-format-wait.sh b/shared/bin/capture-format-wait.sh index e2ba88095..1c4362e7c 100755 --- a/shared/bin/capture-format-wait.sh +++ b/shared/bin/capture-format-wait.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. grep -q boot=live /proc/cmdline && exit 0 diff --git a/shared/bin/common-init.sh b/shared/bin/common-init.sh index 645e0d181..19bbd3f9b 100755 --- a/shared/bin/common-init.sh +++ b/shared/bin/common-init.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. declare -A IFACES diff --git a/shared/bin/configure-capture.py b/shared/bin/configure-capture.py index e948c2bcb..c67729d81 100755 --- a/shared/bin/configure-capture.py +++ b/shared/bin/configure-capture.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # script for configuring sensor capture and forwarding parameters diff --git a/shared/bin/configure-interfaces.py b/shared/bin/configure-interfaces.py index f3f4c5bfc..56eafb508 100755 --- a/shared/bin/configure-interfaces.py +++ b/shared/bin/configure-interfaces.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # script for configuring sensor network interface controller(s) diff --git a/shared/bin/docker-load-wait.sh b/shared/bin/docker-load-wait.sh index c6cd55c8f..5f177c912 100755 --- a/shared/bin/docker-load-wait.sh +++ b/shared/bin/docker-load-wait.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. grep -q boot=live /proc/cmdline && exit 0 diff --git a/shared/bin/fstab.py b/shared/bin/fstab.py index 7f13f45ce..b6750cd84 100644 --- a/shared/bin/fstab.py +++ b/shared/bin/fstab.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # fstab interpreter diff --git a/shared/bin/keystore-bootstrap.sh b/shared/bin/keystore-bootstrap.sh index f24243523..b519db285 100644 --- a/shared/bin/keystore-bootstrap.sh +++ b/shared/bin/keystore-bootstrap.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # make sure the keystore file used by the tool (e.g., foobar) is copied or created # into the correct location before the tool. starts up. diff --git a/shared/bin/malcolm-first-run-configure.sh b/shared/bin/malcolm-first-run-configure.sh index 1f82c876e..3a81f572f 100755 --- a/shared/bin/malcolm-first-run-configure.sh +++ b/shared/bin/malcolm-first-run-configure.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. grep -q boot=live /proc/cmdline && exit 0 diff --git a/shared/bin/opensearch_read_only.py b/shared/bin/opensearch_read_only.py index 7d28bf4b3..38dac8715 100755 --- a/shared/bin/opensearch_read_only.py +++ b/shared/bin/opensearch_read_only.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import argparse import json diff --git a/shared/bin/opensearch_status.sh b/shared/bin/opensearch_status.sh index 47f7e5772..72883939b 100755 --- a/shared/bin/opensearch_status.sh +++ b/shared/bin/opensearch_status.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. set -e diff --git a/shared/bin/pcap_processor.py b/shared/bin/pcap_processor.py index 09ff58a00..b1ab10951 100755 --- a/shared/bin/pcap_processor.py +++ b/shared/bin/pcap_processor.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Process queued files reported by pcap_watcher.py, using either arkime's capture or zeek to process diff --git a/shared/bin/pcap_utils.py b/shared/bin/pcap_utils.py index 2c9bf4f57..39fd5d313 100644 --- a/shared/bin/pcap_utils.py +++ b/shared/bin/pcap_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import os import re diff --git a/shared/bin/pcap_watcher.py b/shared/bin/pcap_watcher.py index 821986ffd..8d70f322e 100755 --- a/shared/bin/pcap_watcher.py +++ b/shared/bin/pcap_watcher.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Monitor a directory for PCAP files for processing (by publishing their filenames to a ZMQ socket) diff --git a/shared/bin/preseed_late_user_config.sh b/shared/bin/preseed_late_user_config.sh index f5036608a..439c01a72 100755 --- a/shared/bin/preseed_late_user_config.sh +++ b/shared/bin/preseed_late_user_config.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################## # prompt whether to autologin or not diff --git a/shared/bin/prune_files.sh b/shared/bin/prune_files.sh index 56fe3a9dd..9d4c63f99 100755 --- a/shared/bin/prune_files.sh +++ b/shared/bin/prune_files.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # recursion depth (1 = not recursive) DEPTH=1 diff --git a/shared/bin/sensor-capture-disk-config.py b/shared/bin/sensor-capture-disk-config.py index b6ac3dd52..40c05b323 100755 --- a/shared/bin/sensor-capture-disk-config.py +++ b/shared/bin/sensor-capture-disk-config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Detect, partition, and format devices to be used for sensor packet/log captures. diff --git a/shared/bin/sensor-init.sh b/shared/bin/sensor-init.sh index 7a081f9ef..4deda1256 100755 --- a/shared/bin/sensor-init.sh +++ b/shared/bin/sensor-init.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. SCRIPT_PATH="$(dirname $(realpath -e "${BASH_SOURCE[0]}"))" diff --git a/shared/bin/sensorcommon.py b/shared/bin/sensorcommon.py index 19d97f3ff..8d5b3ebb3 100644 --- a/shared/bin/sensorcommon.py +++ b/shared/bin/sensorcommon.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import argparse import ipaddress diff --git a/shared/bin/service_check_passthrough.sh b/shared/bin/service_check_passthrough.sh index 6b98aed5c..53005ca41 100755 --- a/shared/bin/service_check_passthrough.sh +++ b/shared/bin/service_check_passthrough.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # This script will check command-line parameters and environment variables to see # if the service (determined by the hostname, unless otherwise specified) is diff --git a/shared/bin/set-dconf-screen-lock-defaults.sh b/shared/bin/set-dconf-screen-lock-defaults.sh index c5864c1fd..9ccb4c0c1 100755 --- a/shared/bin/set-dconf-screen-lock-defaults.sh +++ b/shared/bin/set-dconf-screen-lock-defaults.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. grep -q boot=live /proc/cmdline && exit 0 diff --git a/shared/bin/set-malcolm-gtk-bookmark.sh b/shared/bin/set-malcolm-gtk-bookmark.sh index f324b94dc..5b16afc88 100755 --- a/shared/bin/set-malcolm-gtk-bookmark.sh +++ b/shared/bin/set-malcolm-gtk-bookmark.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if ! grep -q Malcolm$ "$HOME"/.config/gtk-3.0/bookmarks && [[ -d "$HOME"/Malcolm ]]; then mkdir -p "$HOME"/.config/gtk-3.0/ diff --git a/shared/bin/suricata_config_populate.py b/shared/bin/suricata_config_populate.py index 612e30a15..eeb870077 100755 --- a/shared/bin/suricata_config_populate.py +++ b/shared/bin/suricata_config_populate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # modify suricata.yaml according to many environment variables diff --git a/shared/bin/suricata_update_config_populate.py b/shared/bin/suricata_update_config_populate.py index edcad9155..529bfce14 100755 --- a/shared/bin/suricata_update_config_populate.py +++ b/shared/bin/suricata_update_config_populate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # modify suricata's update.yaml according to many environment variables diff --git a/shared/bin/therm-sensors-json.py b/shared/bin/therm-sensors-json.py index 48f7d6b2f..87ff591ea 100755 --- a/shared/bin/therm-sensors-json.py +++ b/shared/bin/therm-sensors-json.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import argparse import json diff --git a/shared/bin/ufw_allow_viewer.sh b/shared/bin/ufw_allow_viewer.sh index ae581a314..90c06fbaf 100755 --- a/shared/bin/ufw_allow_viewer.sh +++ b/shared/bin/ufw_allow_viewer.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # manage a UFW rule for allowing a remote Arkime viewer instance (on the same host # to which arkime's capture is forwarding session logs) to connect to and diff --git a/shared/bin/zeek_carve_logger.py b/shared/bin/zeek_carve_logger.py index 0f2e0f884..2ab20dadd 100755 --- a/shared/bin/zeek_carve_logger.py +++ b/shared/bin/zeek_carve_logger.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Monitor a directory for files extracted by zeek for processing diff --git a/shared/bin/zeek_carve_scanner.py b/shared/bin/zeek_carve_scanner.py index 35d56f7bd..c472b84b2 100755 --- a/shared/bin/zeek_carve_scanner.py +++ b/shared/bin/zeek_carve_scanner.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Process queued files reported by zeek_carve_watcher.py, scanning them with the specified diff --git a/shared/bin/zeek_carve_utils.py b/shared/bin/zeek_carve_utils.py index 1ac1129ea..21550aeaa 100644 --- a/shared/bin/zeek_carve_utils.py +++ b/shared/bin/zeek_carve_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. import clamd import logging diff --git a/shared/bin/zeek_carve_watcher.py b/shared/bin/zeek_carve_watcher.py index e2b93590a..960464905 100755 --- a/shared/bin/zeek_carve_watcher.py +++ b/shared/bin/zeek_carve_watcher.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. ################################################################################################### # Monitor a directory for files extracted by zeek for processing diff --git a/shared/bin/zeek_install_plugins.sh b/shared/bin/zeek_install_plugins.sh index d1588bf8b..70ce9b01f 100755 --- a/shared/bin/zeek_install_plugins.sh +++ b/shared/bin/zeek_install_plugins.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. if [ -z "$BASH_VERSION" ]; then echo "Wrong interpreter, please run \"$0\" with bash" diff --git a/shared/bin/zeek_intel_from_threat_feed.py b/shared/bin/zeek_intel_from_threat_feed.py index 45184e838..456387238 100755 --- a/shared/bin/zeek_intel_from_threat_feed.py +++ b/shared/bin/zeek_intel_from_threat_feed.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. from collections import deque from dateparser import parse as ParseDate diff --git a/shared/bin/zeek_intel_setup.sh b/shared/bin/zeek_intel_setup.sh index 077dade07..d4a8ad80b 100755 --- a/shared/bin/zeek_intel_setup.sh +++ b/shared/bin/zeek_intel_setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # set up intel files prior to running zeek # - https://idaholab.github.io/Malcolm/docs/zeek-intel.html#ZeekIntel diff --git a/shared/bin/zeek_threat_feed_utils.py b/shared/bin/zeek_threat_feed_utils.py index e5446a6aa..a7b0c21a7 100644 --- a/shared/bin/zeek_threat_feed_utils.py +++ b/shared/bin/zeek_threat_feed_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # adapted some code from tenzir/threatbus # - https://github.com/tenzir/threatbus diff --git a/shared/bin/zeekdeploy.sh b/shared/bin/zeekdeploy.sh index 0e2b2999e..f5a88d49f 100755 --- a/shared/bin/zeekdeploy.sh +++ b/shared/bin/zeekdeploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # get utilities for finding default zeek path and executable [[ "$(uname -s)" = 'Darwin' ]] && REALPATH=grealpath || REALPATH=realpath diff --git a/suricata/scripts/eve-clean-logs.sh b/suricata/scripts/eve-clean-logs.sh index e38a0e00b..33b0127e0 100755 --- a/suricata/scripts/eve-clean-logs.sh +++ b/suricata/scripts/eve-clean-logs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. # Clean up suricata log files that have reached a certain age. If we can # verify they've been parsed and logged at least one event to the database, diff --git a/suricata/supervisord.conf b/suricata/supervisord.conf index 49e10393e..8a245f445 100644 --- a/suricata/supervisord.conf +++ b/suricata/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file) diff --git a/zeek/config/extractor.zeek b/zeek/config/extractor.zeek index 0418f23e9..07e745368 100644 --- a/zeek/config/extractor.zeek +++ b/zeek/config/extractor.zeek @@ -1,6 +1,6 @@ #!/usr/bin/env zeek -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. @load ./extractor_params diff --git a/zeek/config/extractor_override.interesting.zeek b/zeek/config/extractor_override.interesting.zeek index eaf220289..290a8948c 100644 --- a/zeek/config/extractor_override.interesting.zeek +++ b/zeek/config/extractor_override.interesting.zeek @@ -1,6 +1,6 @@ #!/usr/bin/env zeek -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export { redef extractor_always_extract_unknown = F; diff --git a/zeek/config/extractor_params.zeek b/zeek/config/extractor_params.zeek index 1d82162fe..653e91503 100644 --- a/zeek/config/extractor_params.zeek +++ b/zeek/config/extractor_params.zeek @@ -1,6 +1,6 @@ #!/usr/bin/env zeek -# Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +# Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. export { const extractor_extract_none = "none" &redef; diff --git a/zeek/supervisord.conf b/zeek/supervisord.conf index 23db15fbe..4c5270253 100644 --- a/zeek/supervisord.conf +++ b/zeek/supervisord.conf @@ -1,4 +1,4 @@ -; Copyright (c) 2023 Battelle Energy Alliance, LLC. All rights reserved. +; Copyright (c) 2024 Battelle Energy Alliance, LLC. All rights reserved. [unix_http_server] file=/tmp/supervisor.sock ; (the path to the socket file)