Releases: idaholab/Malcolm
Malcolm v5.2.0
Malcolm v5.2.0 is a feature release with a several new features and improvements, version bumps and bug fixes.
EDIT: As of this morning (1/21/2022) I'm tracking a regression in Arkime v3.3.0 with viewing the packet payload of some large sessions. It's likely a patch release will be put out later today to address this. Apologies.
-
New features
- Zeek Intelligence Framework (see #20)
- To quote Zeek's Intelligence Framework documentation, "The goals of Zeek’s Intelligence Framework are to consume intelligence data, make it available for matching, and provide infrastructure to improve performance and memory utilization. Data in the Intelligence Framework is an atomic piece of intelligence such as an IP address or an e-mail address. This atomic data will be packed with metadata such as a freeform source field, a freeform descriptive field, and a URL which might lead to more information about the specific item." Zeek intelligence indicator types include IP addresses, URLs, file names, hashes, email addresses, and more.
- Malcolm doesn't come bundled with intelligence files from any particular feed, but they can be easily included into your local instance. On startup, Malcolm's
malcolmnetsec/zeek
docker container enumerates the subdirectories under./zeek/intel
(which is bind mounted into the container's runtime) and configures Zeek so that those intelligence files will be automatically included in its local policy. Subdirectories under./zeek/intel
which contain their own__load__.zeek
file will be@load
-ed as-is, while subdirectories containing "loose" intelligence files will be loaded automatically with aredef Intel::read_files
directive.
- New OPCUA Binary protocol parser for Zeek and corresponding dashboard.
- Zeek Intelligence Framework (see #20)
-
Improvements
- set
ecs.provider
toarkime
for logs from Arkime'scapture
to make categorizing logs by source easier - API
- allow bucketing multiple fields from
/agg/
API - added
/fields/
API to list fields
added documentation
- allow bucketing multiple fields from
- ECS normalization to
related.hosts
field for all applicable protocols - updated documentation, screenshots and slides
- spreadsheet mapping STIX v1.2 fields to Zeek fields and Malcolm normalized fields
- updated MITRE ATT&CK mappings for Capa hits
- added a pseudo-read-only NGINX configuration
- set
-
Version bumps
- Arkime to v3.3.0
- OpenSearch to v1.2.4
- Capa to v3.1.0
- cve-2021-44228 Log4Shell detector plugin for Zeek to v0.5.3 (see corelight/cve-2021-44228#46)
-
Bug Fixes
- fix #71 (type mismatch for network.vlan.id between Malcolm and Arkime definitions) which prevented vlan traffic from indexing correctly from Arkime's
capture
with Malcolm's field template - fix for ethernet/IP traffic which could lead to Zeek runaway memory allocation until crash: "Fixed bug with Request Paths containing Port Segments" (cisagov/icsnpp-enip@4696a43)
- fix #71 (type mismatch for network.vlan.id between Malcolm and Arkime definitions) which prevented vlan traffic from indexing correctly from Arkime's
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Malcolm v5.1.0
Malcolm v5.1.0 is a feature release laying the groundwork for a new REST API for querying Malcolm. It also contains a few component version bumps.
- New features
- put framework in for Malcolm REST API (#70) - not feature complete yet, but minimally usable
- Version bumps
- OpenSearch to v1.2.3
- LogStash Docker image to v7.16.2 with OpenSearch output plugin v1.2.0
- Latest releases of Zeek packages
- Misc.
- Reformatted all Python code with Black with the options
--line-length 120 --skip-string-normalization
- Updated some deprecated logstash filter parameters in
translate
filter
- Reformatted all Python code with Black with the options
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Malcolm v5.0.4
Malcolm v5.0.4 is a patch release with improvements to Zeek detection of CVE-2021-44228 ("Log4Shell" Log4J vulnerability).
- build with latest corelight/cve-2021-44228 release
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Malcolm v5.0.3
Malcolm v5.0.3 is a patch release with a few minor bug fixes and improvements to Zeek detection of CVE-2021-44228 ("Log4Shell" Log4J vulnerability).
- build with latest zeek/spicy-ldap release (dpd-based detection rather than just port-based)
- build with latest corelight/cve-2021-44228 release
- fix #69 (zeek resists shutdown on sensor during halt/reboot)
- bump OpenSearch to v1.2.2 which has log4j 2.16
- added convenience script for working with GitHub workflow-built images
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Malcolm v5.0.2
Malcolm v5.0.2 is a patch release adding Zeek detection of CVE-2021-44228 ("Log4Shell" Log4J vulnerability).
- Added Corelight's Zeek detection script for CVE-2021-44228 ("Log4Shell" Log4J vulnerability)
- move
zeek.http.tags
field up to top-leveltags
- Version bumps
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Malcolm v5.0.1
Malcolm v5.0.1 is a patch release with minor bug- and security-related fixes.
-
Security vulnerabilities addressed:
- mitigations for CVE-2021-44228 (log4shell) #68
-
Bugs addressed:
- Very large pcaps don't get proccesed #44
- pcap files with colon (:) in the name don't process correctly #2
- turning off AUTO_TAG feature disables tagging altogether #12
- recent debinterfaces release broke configure-interfaces.py #48
- opensearch indexes in yellow state #67
- arkime capture gives mlockall_init() warning on startup #66
-
Other
- bumped Arkime from v3.1.1 to v3.2.0
- bumped OpenSearch to v1.2.1
- switched from elasticsearch to opensearch python client libraries
- write contributor's guide for source code contributions/modifications #25
- handle new fields in ethernet/IP logs (cisagov/icsnpp-enip@c4ae505)
- use more recognizable dashboards logo for OpenSearch dashboards launcher in Malcolm ISO
- include patches used to build Arkime Dockerfile when building Arkime for hedgehog as well
- build Zeek spicy analyzers from their various repos rather than the zeek/spicy-analyzer meta-repo
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Malcolm v5.0.0
Malcolm v5.0.0 is a major release which addresses #54, transition from ElasticSearch to OpenSearch
Malcolm has switched to the OpenSearch project as the basis of its search and analytics capabilities, mainly for two reasons:
- Elastic.co's decision to no longer release Elasticsearch and Kibana under an open source license
- Capabilities available under OpenSearch (and previously under Open Distro for Elasticsearch) that are only available with paid "premium" Elastic.co subscriptions (machine learning anomaly detection, alerting, reporting, etc.)
As the Malcolm project uses semantic versioning when choosing version numbers, this backwards-compatibility breaking change is the reason for bumping the major version number from 4 to 5. It is not recommended to attempt an upgrade from a previous release; a fresh install is required.
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Historical context for the events and reasoning behind this change:
-
Elastic announces license change
- Amazon NOT OK
- Doubling Down on Open
- Doubling Down on Open, Part II
- Elastic License v2
- FAQ on 2021 License Change
- Does this mean that Elasticsearch and Kibana are no longer Open Source? Yes. Neither the Elastic License nor SSPL have been approved by the OSI, so to prevent confusion, we no longer refer to Elasticsearch or Kibana as open source.
- old "open source" tier ("Apache 2.0: Now and always" 🙄) goes away
- The SSPL is not an open source license
-
OpenSearch fork:
-
Third-party blogs, etc.
- Elasticsearch does not belong to Elastic
- Elasticearch and Kibana are now business risks
- Is Elasticsearch no longer open source software?
- The Implications of Elasticsearch and Kibana License Change
- Let's talk about the Elastic license change
- Elastic is going closed-source. Where does that leave MSSPs?
Malcolm v4.0.1
Malcolm v4.0.1 is a point release with the following updates:
- Incorporate support for OSPF package analyzer and add relevant visualizations
- Fix for building Zeek Spicy analyzer plugins as they are being split out into separate repositories rather than just the Zeek spicy-analyzers repo
This may be the final release of Malcolm prior to the completion of the transition from Elasticsearch to OpenSearch.
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.
Malcolm v4.0.0
Malcolm v4.0.0 consists of a major restructuring of the underlying data schema used to represent Zeek logs (and, going forward, logs from other data sources) in the Elasticsearch data store. As the Malcolm project uses semantic versioning when choosing version numbers, this backwards-compatibility breaking change is the reason for bumping the major version number from 3 to 4 despite no significant new functionality being introduced.
The details of the drivers behind this change can be found at #64 and #16. This change, though somewhat painful, will make it easier to integrate more data sources into Malcolm in the future and potentially makes Malcolm's network session data more compatible with other tools that use the Elastic Common Schema.
BREAKING CHANGES:
- as many field names have changed, custom saved dashboards and/or bookmarks to Kibana or Arkime visualizations may need to be adjusted accordingly
- old network session data (stored in the
sessions2-*
indices in Elasticsearch) will not be visible (as the indices are now namedarkime-sessions3-*
)
A fresh install of Malcolm is recommended with this release. Upgrading from previous versions of Malcolm to v4.0.0+ is not suggested.
Changes:
- added GitHub workflow files which contain instructions for GitHub to build the docker images and sensor and Malcolm installer ISOs.
- moved many fields that were named zeek-specific to generic ECS-specified (or at least "ECS-inspired") field names, updating related parsing code and dashboard definitions
- changed Zeek-specific field naming schema (e.g.,
zeek_foo.bar
becomeszeek.foo.bar
) - added Corelight's Microsoft Excel privilege escalation detection (CVE-2021-42292) plugin
- integrated updates to the LDAP parser which improve the detail given from observed LDAP searches
- improved and genericized the code for mapping MAC addresses to vendor OUIs, replacing the use of logstash-filter-ieee_oui
- updated some Dockerfiles to use Debian 11 "bullseye" instead of Debian 10 "buster"
Malcolm v3.4.0
Malcolm v3.4.0 is a feature release focused on bringing its major underlying components up-to-date with the latest released versions, increasing stability, improving performance and adding new features.
- Component version updates
- Added GitHub actions for building the Malcolm Docker images on GitHub and pushing them to GHCR
- Moved common Logstash Ruby code to file-based scripting
- Use standard stunnel package in NGINX proxy container rather than building from source
- Switched from CLANG to GCC build toolchain for Zeek and Spicy plugins
- Replaced LXDE desktop environment with XFCE (for ISO images)
- Renamed various fields to align with Arkime's gradual adoption of the Elastic Common Schema
- Added parser support and dashboard for the STUN (Session Traversal Utilities for NAT) protocol
- Further improved capabilities for tagging ICS traffic
- Logs from known ICS protocols how have
ics
added to thetags
field - Logs identified by "ICS best guess" lookups now have
ics_best_guess
added to thetags
field - "ICS best guess" lookups have been augmented with a MAC address lookup table of ICS hardware vendors
- ICS-related overview dashboards have been updated accordingly
- Logs from known ICS protocols how have
Malcolm and Hedgehog Linux may be obtained by pulling or building the Docker images and/or building the ISO installer images as described in the documentation. Unofficial ISO installer images for Malcolm and Hedgehog Linux are not hosted on GitHub, but may be downloaded from https://malcolm.fyi/download/.