IntegralDefense / ACE

Analysis Correlation Engine
Apache License 2.0
26 stars 10 forks source link

Add pdfparser2 module #246

Open KarmaPenny opened 5 years ago

KarmaPenny commented 5 years ago

I created a pdfparser in golang that does everything the existing pdfparser does and much much more, plus its like 30x faster. Details on it can be found here

Usage:

pdfparser -f input.pdf output/

The above command creates the following files in the output dir:

We should create an ace module that scans all the above files with appropriate yara rules. We may also want to add some of the info in the above files as observables, like embedded files, file paths, urls etc