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
Malcolm v24.11.0 contains a new threat intelligence feed integration, a few new API calls, other minor improvements, bug fixes, and component version updates.
Improved the health/liveness probe for the Logstash container
Changed behavior of Malcolm's non-live Zeek container (responsible for processing uploaded PCAPs) so that it becomes available to process data even before an intelligence feed pull is finished
ZEEK_DISABLE_DETECT_ROUTERS (default value: true) has been added to ./config/zeek.env which controls an experimental Zeek script for detecting the presence of routers (logging them to known_routers.log) in a network based on packet TTL; it is recommended to leave this set to true as this script is not yet ready for general production use
ZEEK_INTEL_REFRESH_ON_STARTUP has been renamed from ZEEK_INTEL_REFRESH_ON_ENTRYPOINT in ./config/zeek.env to more accurately reflect the purpose of the variable
Hedgehog Linux
ZEEK_KAFKA_ENABLED, ZEEK_KAFKA_BROKERS, and ZEEK_KAFKA_TOPIC have been added to control_vars.conf for the same purpose as described above
ZEEK_DISABLE_DETECT_ROUTERS (default value: true) has been added to control_vars.conf for the same purpose as described above
ZEEK_INTEL_REFRESH_ON_STARTUP has been renamed from ZEEK_INTEL_REFRESH_ON_ENTRYPOINT in control_vars.conf to more accurately reflect the purpose of the variable
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.11.0 contains a new threat intelligence feed integration, a few new API calls, other minor improvements, bug fixes, and component version updates.
v24.10.1...v24.11.0
dashboard-export
to the list of Malcolm APIs (add API for exporting dashboard #401)ingest-stats
to the list of Malcolm APIs (Add ingest-stats API #488)intel.log
to the ECS's threat fields./scripts/configure
script not prompting to regenerate the internal NetBox passwords when it should havemalcolm_appliance_packager.sh
on macOS (fixed errors when running appliance packager on macOS #492, thanks @robrui)./config/
) for Malcolm and incontrol_vars.conf
for Hedgehog LinuxZEEK_KAFKA_ENABLED
,ZEEK_KAFKA_BROKERS
, andZEEK_KAFKA_TOPIC
have been added to./config/zeek.env
, which can be used to enable Zeek's sending of its logs to Kafka (include support for sending Zeek logs to Kafka #357)ZEEK_DISABLE_DETECT_ROUTERS
(default value:true
) has been added to./config/zeek.env
which controls an experimental Zeek script for detecting the presence of routers (logging them toknown_routers.log
) in a network based on packet TTL; it is recommended to leave this set totrue
as this script is not yet ready for general production useZEEK_INTEL_REFRESH_ON_STARTUP
has been renamed fromZEEK_INTEL_REFRESH_ON_ENTRYPOINT
in./config/zeek.env
to more accurately reflect the purpose of the variableZEEK_KAFKA_ENABLED
,ZEEK_KAFKA_BROKERS
, andZEEK_KAFKA_TOPIC
have been added tocontrol_vars.conf
for the same purpose as described aboveZEEK_DISABLE_DETECT_ROUTERS
(default value:true
) has been added tocontrol_vars.conf
for the same purpose as described aboveZEEK_INTEL_REFRESH_ON_STARTUP
has been renamed fromZEEK_INTEL_REFRESH_ON_ENTRYPOINT
incontrol_vars.conf
to more accurately reflect the purpose of the variableOfficial 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.11.0.
Beta Was this translation helpful? Give feedback.
All reactions