mandiant / capa

The FLARE team's open-source tool to identify capabilities in executable files.
https://mandiant.github.io/capa/
Apache License 2.0
4.13k stars 517 forks source link

discuss enhancements for the CAPE extractor #1575

Open yelhamer opened 1 year ago

yelhamer commented 1 year ago

This issue will serve to keep track of enhancements that are to-be-added to the CAPE extractor after basic functionality is achieved.

For the time being, the current features are in queue:

0x534a commented 1 year ago

I just wanted to leave the information that I finally found some time to release the PoC code of dynmx as open source. You can find the code in the dynmx repository.

The tool is able to parse CAPE sandbox reports and to store the parsed data in an object-oriented data model. It possibly includes some code which can also be helpful for this project. The tool is also able to extract OS resources like accessed files, registry keys and network resources from CAPE sandbox reports.

yelhamer commented 1 year ago

point 1 (making the extractor more modular) has been addressed by adding a pydantic model for the CAPE extractor (#1729). It would be nice to do the same for future sandbox feature extractors as well.