Add MMS protocol support via DINA community Zeek plugins#906
Open
maikbrueggemann wants to merge 10 commits into
Open
Add MMS protocol support via DINA community Zeek plugins#906maikbrueggemann wants to merge 10 commits into
maikbrueggemann wants to merge 10 commits into
Conversation
- Apply multiple enhancements to `clean-processed-folder.py` so that it runs fast
enough to keep up with the generation of log files in pipeline capture mode. These
changes increased the file processing rate by a factor of 100.
- Preprocess the filebeat registry into a format for checking file presence using the
`in` operator.
- Replace regular expression pattern matching for mime file types with list searching.
- Refactor running `fuser` with the subprocess module for increased speed.
- Treat zero-length files, which have no mime type, as eligible log files.
- Update logging to improve the ability to monitor script performance.
- Fix the search for Suricata log files which was excluding log files created in the
pipeline mode.
- Run `clean-processed-folder.py` every minute in order to minimize the risk of
overflowing the partition where the log files are stored especially in the pipeline
capture mode.
Integrate Manufacturing Message Specification (MMS) protocol analysis into Malcolm by incorporating Zeek plugins from the DINA community project (https://github.com/DINA-community).
|
We encountered difficulties building the packages with ZKG, due in part to inconsistencies in the README formatting and in btest. Fixes done by @maikbrueggemann are merged in main with is loaded by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrates Manufacturing Message Specification (MMS) protocol analysis into Malcolm. MMS is the underlying protocol for TASE.2/ICCP, which is widely used in energy sector control systems for inter-control-center communications. Protocol parsing is handled by Zeek plugins from the DINA community project.
Changes include:
Testing:
Verified against captured MMS/TASE.2 network traffic replayed from pcap files.