forked from cisagov/Malcolm
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Malcolm v25.01.0 #618
Merged
Malcolm v25.01.0 #618
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…og; (dashboard)
…ices.log get the ICS protocols assigned to them corrrectly and tagged appropriately
…tagged with 'ics' properly cisagov#541
…ern on update of index pattern
…ern on update of index pattern
…ik or other reverse proxy
…O should automatically open ports for syslog cisagov#560)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Malcolm v25.01.0 contains
v24.11.0...v24.12.0
winlog
/winevtlog
event andevtx
event schema (normalize winlogbeats with fluent bit winlog/winevtlog cisagov/Malcolm#356)opensearch.keystore
not created when running in Hedgehog run profile (opensearch.keystore not created when running in Hedgehog profile cisagov/Malcolm#533)ics
for OT protocols (ensure all conn.log entries are tagged "ics" for OT protocols cisagov/Malcolm#541)./config/
) for Malcolm and incontrol_vars.conf
for Hedgehog Linux./config/filebeat.env
configure Malcolm's ability to accept syslog messages:FILEBEAT_SYSLOG_TCP_LISTEN
andFILEBEAT_SYSLOG_UDP_LISTEN
- if set totrue
, Malcolm will accept syslog messages over TCP and/or UDP, respectivelyFILEBEAT_SYSLOG_TCP_PORT
andFILEBEAT_SYSLOG_UDP_PORT
- the port on which Malcolm will accept syslog messages over TCP and/or UDP, respectivelyFILEBEAT_SYSLOG_TCP_FORMAT
andFILEBEAT_SYSLOG_UDP_FORMAT
- one ofauto
,rfc3164
, orrfc5424
, to specify the allowed format for syslog messages over TCP and/or UDP, respectively (defaultauto
)FILEBEAT_SYSLOG_TCP_MAX_MESSAGE_SIZE
andFILEBEAT_SYSLOG_UDP_MAX_MESSAGE_SIZE
- defines the maximum message size of the message received over TCP and/or UDP, respectively (default:10KiB
for UDP,20MiB
for TCP)FILEBEAT_SYSLOG_TCP_MAX_CONNECTIONS
- specifies the maximum current number of TCP connections for syslog messagesFILEBEAT_SYSLOG_TCP_SSL
- if set totrue
, syslog messages over TCP will require the use of TLS. When./scripts/auth_setup
is run, self-signed certificates are generated which may be used by remote log forwarders. Located in Malcolm's./filebeat/certs/
directory, the certificate authority and client certificate and key files should be copied to the host on which the forwarder is running and used when defining its settings for connecting to Malcolm../config/zeek.env
for Malcolm andcontrol_vars.conf
for Hedgehog Linux pertain to the new Omron FINS protocol parser:ZEEK_DISABLE_ICS_OMRON_FINS
- if set totrue
, the Omron FINS parser will be disabledZEEK_OMRON_FINS_DETAILED
- if set totrue
, a verbose Omron FINS details log (omron_fins_detail.log
) will be created