Malcolm v24.07.0
Malcolm v24.07.0 contains minor improvements, some component version updates, and a few bug fixes.
- Features and enhancements
- integrated the ICSNPP GE SRTP network analyzer (idaholab#516)
- Changed the way
docker compose
does bind mounts of files and directories to avoid creating empty directories when the source is missing, returning an error instead (idaholab#473)- This changed necessitated a switch from Python's built-in YAML library to ruamel.yaml
- code to pull from MISP feeds should specify JSON as preferred format in HTTP headers (idaholab#520)
- add optional
service
argument torestart
script (idaholab#521) - replace API link on landing page with extracted-files (idaholab#524)
- exclude private IP space Intel::ADDR items when populating Zeek intel (idaholab#528)
- updated some screenshots for the documentation
- Component version updates
- Alpine v3.20 for
nginx-proxy
container (idaholab#500) - Arkime v5.3.0
- Beats v8.14.3
- Fluent Bit to v3.1.4
- Logstash v8.14.3
- NetBox v4.0.8
- osd_transform v2.15.0
- certifi to v2024.7.4 to address CVE-2024-39689 for Hedgehog Linux
- Alpine v3.20 for
- Bug fixes
- tarball-based installation should not depend on UID inside of tarball, prevents installation if UID with which tarball's contents were created don't match installing user's (idaholab#519)
- bacnet discovery log not parsed correctly (idaholab#523)
- resolved issue with the
build.sh
helper script when building non-AMD64 Docker images
- Configuration changes (in environment variables in
./config/
)- The variable
ZEEK_DISABLE_ICS_GE_SRTP
has been added tozeek.env
andcontrol_vars.conf
to control enabling the network analyzer for the GE SRTP protocol. It's default value istrue
(indicating that the analyzer is disabled) as it is a somewhat uncommon OT protocol that likely won't be needed by most Malcolm users.
- The variable
- Other
- Removed long-deprecated
net-map.json
file support (idaholab#517)
- Removed long-deprecated
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.