You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash container initialization code now automatically ensures that the Zeek TSV log parsing filters (dissect and split filters) in these files are looking for TAB characters (i.e., automatically replace spaces with tabs in these filter files in case the author forgot to do so) (some cleanup and improvements of the zeek logstash pipeline idaholab/Malcolm#592)
Did some code cleanup in the ./shared/bin directory, mostly moving things that were specific to either the Malcolm or Hedgehog Installer ISO environments out of shared and into their respective locations for the ISO installer build.
When doing the aquasecurity/trivy-action action, use TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db to try to fall back to an alternative official location for the vulnerability database if the first one fails. Also, pin this action to the v0.28.0 release rather than setting it to master.
As it's used pretty ubiquitously in shared scripts by many of the Malcolm containers, the jq utility is now installed across the board during the container image build.
Official ISO installer images for Malcolm and Hedgehog Linux can be downloaded from Malcolm's releases page on GitHub. Due to limits on individual files in GitHub releases, these ISO files have been split into 2GB chunks and can be reassembled with scripts provided for both Bash (release_cleaver.sh) and PowerShell (release_cleaver.ps1). See Downloading Malcolm - Installer ISOs for instructions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Malcolm v24.10.1 contains some minor improvements, a few component version updates, a fix for a regression bug, and a fair amount of code cleanup.
v24.10.0...v24.10.1
websocket.log
(add support for websocket.log idaholab/Malcolm#593)./config/
) for Malcolm and incontrol_vars.conf
for Hedgehog LinuxZEEK_JA4SSH_PACKET_COUNT
(with a default of200
) has been added to./config/zeek.env
, which can be used to set logging interval number of packets forja4ssh.log
(provide configuration option in local.zeek to set number of packets for ja4ssh.log idaholab/Malcolm#508)ZEEK_JA4SSH_PACKET_COUNT
has been added tocontrol_vars.conf
for the same purpose as described abovedissect
andsplit
filters) in these files are looking for TAB characters (i.e., automatically replace spaces with tabs in these filter files in case the author forgot to do so) (some cleanup and improvements of the zeek logstash pipeline idaholab/Malcolm#592)./shared/bin
directory, mostly moving things that were specific to either the Malcolm or Hedgehog Installer ISO environments out of shared and into their respective locations for the ISO installer build.aquasecurity/trivy-action
action, useTRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
to try to fall back to an alternative official location for the vulnerability database if the first one fails. Also, pin this action to thev0.28.0
release rather than setting it tomaster
.jq
utility is now installed across the board during the container image build.Official ISO installer images for Malcolm and Hedgehog Linux can be downloaded from Malcolm's releases page on GitHub. Due to limits on individual files in GitHub releases, these ISO files have been split into 2GB chunks and can be reassembled with scripts provided for both Bash (
release_cleaver.sh
) and PowerShell (release_cleaver.ps1
). See Downloading Malcolm - Installer ISOs for instructions.This discussion was created from the release Malcolm v24.10.1.
Beta Was this translation helpful? Give feedback.
All reactions