Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis of PDF and AutoCAD #51

Open
yoshimo opened this issue Dec 10, 2018 · 4 comments
Open

Analysis of PDF and AutoCAD #51

yoshimo opened this issue Dec 10, 2018 · 4 comments

Comments

@yoshimo
Copy link

yoshimo commented Dec 10, 2018

Not sure if this is feasible just yet. Still looking for some kind of decompiler and tools like oletools for ms office files, but this two filetypes might profit from a similiar short decision like ms office files as they can both include macros and executable code that is polymorph and not necessarily in av signatures yet.

@dvadell
Copy link

dvadell commented Dec 10, 2018

Hi. It would be great to be able to filter PDFs to some extent.

For PDFs I found a couple of alternatives here: https://github.com/rshipp/awesome-malware-analysis. PeepPDF looks useful.

@decalage2
Copy link

If you want to simply identify PDF files with suspicious content such as JavaScript, OpenActions, etc, another option is to use PDFID from Didier Stevens: https://blog.didierstevens.com/programs/pdf-tools/#pdfid

Many years ago, I made a slightly modified version of PDFID that can be called from a Python application (the original PDFID was just a command line tool):

It's not fully up to date, but can be a good starting point.

It all depends what you want to detect in PDFs. More info about PDF security issues: https://www.decalage.info/en/file_formats_security/pdf

@sbidy
Copy link
Owner

sbidy commented Dec 12, 2018

That's a good point - thank you @yoshimo and @dvadell for that. But unfortunately I have no time to implement a "new feature". 😢
There are to many bugs and enhancements which should be fixed first.

Maybe I found some time in the coming holidays to look into that. But feel free to contribute and start coding on that!! 😃

@dvadell
Copy link

dvadell commented Dec 12, 2018

@sbidy thanks a lot for all your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants