Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitrecnd/chopshop
Protocol Analysis/Decoder Framework
https://github.com/mitrecnd/chopshop
Last synced: 3 months ago
JSON representation
Protocol Analysis/Decoder Framework
- Host: GitHub
- URL: https://github.com/mitrecnd/chopshop
- Owner: MITRECND
- Created: 2012-09-18T17:51:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T21:28:41.000Z (about 2 years ago)
- Last Synced: 2024-07-31T05:26:11.225Z (6 months ago)
- Language: Python
- Homepage: https://chopshop.readthedocs.org/
- Size: 2.12 MB
- Stars: 487
- Watchers: 71
- Forks: 112
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **409**星
README
ChopShop 4
========Protocol Analysis/Decoder Framework
Description
-----------
ChopShop is a MITRE developed framework to aid analysts in the creation and execution of pynids based decoders and detectors of APT tradecraft.Note that ChopShop is still in perpetual beta and is dependent on libnids/pynids for the majority of its underlying functionality.
Documentation for ChopShop can be found on
[ReadTheDocs](https://chopshop.readthedocs.org/).Note: There is a known issue when running ChopShop on Ubuntu where the version of pynids obtained via apt causes an ImportError. Per https://bugs.launchpad.net/ubuntu/+source/python-nids/+bug/795991, this issue affects some variants of at least 11.10 and 12.04. A workaround is to compile pynids from source which can be obtained from https://github.com/MITRECND/pynids/.