forked from cisagov/Malcolm
-
Notifications
You must be signed in to change notification settings - Fork 62
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
automatically generate Zeek intelligence indicators from STIX/TAXII #74
Labels
Comments
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Feb 1, 2022
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Feb 1, 2022
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Feb 1, 2022
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Feb 1, 2022
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Feb 2, 2022
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Feb 2, 2022
mmguero
added a commit
to mmguero-dev/Malcolm
that referenced
this issue
Feb 2, 2022
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 4, 2022
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 4, 2022
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 4, 2022
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 4, 2022
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 4, 2022
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 4, 2022
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 4, 2022
mmguero
added a commit
that referenced
this issue
Feb 7, 2022
mmguero
added a commit
that referenced
this issue
Feb 7, 2022
mmguero
added a commit
that referenced
this issue
Feb 7, 2022
mmguero
added a commit
that referenced
this issue
Feb 7, 2022
mmguero
added a commit
that referenced
this issue
Feb 7, 2022
mmguero
added a commit
that referenced
this issue
Feb 7, 2022
mmguero
added a commit
that referenced
this issue
Feb 7, 2022
Working in v5.2.4 |
mmguero
added a commit
to cisagov/Malcolm
that referenced
this issue
Feb 7, 2022
v5.2.4 development - New features - idaholab#74 (automatically generate Zeek intelligence indicators from STIX/TAXII) - Improvements - group MAC addresses and OUI (vendors) into `related.mac` and `related.oui` for easier searching across all fields - improvements to default anomaly detectors - Bug fixes - Fix idaholab#75 (OpenSearch Dashboards loads slowly without network connectivity) - Fix idaholab#76 (directory creation race condition starting up zeek on sensor which may cause zeekctl to fail)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In conjunction with Malcolm's use of Zeek Intelligence framework:
... on startup Malcolm will automatically generate a Zeek intelligence file for all Structured Threat Information Expression (STIX™) v2.0/v2.1 JSON files found under
./zeek/intel/STIX
.Additionally, if a special text file named
.stix_input.txt
is found in./zeek/intel/STIX
, that file will be read and processed as a list of TAXII™ 2.0/2.1 feeds, one per line, according to the following format:For example:
Malcolm will attempt to query the TAXII feed(s) for
indicator
STIX objects and convert them to the Zeek intelligence format as described above. There are publicly available TAXII 2.x-compatible services provided by a number of organizations including Anomali Labs and MITRE, or you may choose from several open-source offerings to roll your own TAXII 2 server (e.g., oasis-open/cti-taxii-server, freetaxii/server, StephenOTT/TAXII-Server, etc.).Note that only indicators of cyber-observable objects matched with the equals (
=
) comparison operator against a single value can be expressed as Zeek intelligence items. More complex STIX indicators will be silently ignored.The text was updated successfully, but these errors were encountered: