Awesome
ConfigExtractor Service
This Assemblyline service extracts malware configurations (such as IP, URL and domain) for various malware family by leveraging the ConfigExtractor Python library for analysis.
Updater
Sources
The updater for this service requires matches on directories containing parsers.
For example, the CAPE source will have a match pattern of ^\/tmp\/w+\/CAPE\/$
in which we're trying to target the parsers in the root directory only.
Persistence
The updater assumes that you have attached a storage volume to store your collection of sources. Contrary to other services, this updater relies on a storage volume to maintain persistence rather than Assemblyline's datastore.
Python Packages
The updater is able to scan through the root directory containing parsers and look for a requirements.txt
file and install Python packages to a directory that should get passed onto service instances.
If you require a proxy connection for package installation, add environment variable PIP_PROXY
to the container configuration.
ConfigExtractor Python Library (now available on PyPI)
All parser directories that are able to work with this library should also be compatible with the service.
At the time of writing, we officially support the following frameworks:
Contributions ✨
Thanks to everyone who have contributed to this project:
Contributor | Contribution(s) | License |
---|---|---|
<a href="https://github.com/jeFF0Falltrades"><img src="https://images.weserv.nl/?url=github.com/jeFF0Falltrades.png?v=4&h=75&w=75&fit=cover&mask=circle&maxage=7d"/> </a> | Added MACO extractors in rat_king_parser | |
<a href="https://github.com/apophis133"><img src="https://images.weserv.nl/?url=github.com/apophis133.png?v=4&h=75&w=75&fit=cover&mask=circle&maxage=7d" style="border-radius: 50%;width: 75px"></a> | Added MACO extractors in apophis-YARA-Rules | |
<a href="https://github.com/kevoreilly"><img src="https://images.weserv.nl/?url=github.com/kevoreilly.png?v=4&h=75&w=75&fit=cover&mask=circle&maxage=7d" style="border-radius: 50%;width: 75px"></a> | Added MACO extractors in CAPESandbox community |