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

Add integration with Cuckoo Sandbox #36

Open
CapacitorSet opened this issue Sep 3, 2017 · 5 comments
Open

Add integration with Cuckoo Sandbox #36

CapacitorSet opened this issue Sep 3, 2017 · 5 comments

Comments

@CapacitorSet
Copy link
Owner

Cuckoo exposes a REST API documented here, it would be nice to integrate with it.

@Nwinternights
Copy link

Probably the best way to integrate boxjs with cuckoo is to buid-up a small API service on boxjs that accepts POST of JS samples. Once it is analyzed, boxjs creates a Json with all the infos about the file (URL,Payloads, Deobfuscated code ecc ecc) that can be downloaded and parsed on the Cuckoo Result Server.
For example one of a processing module of cuckoo ,that we can use as a sample, is IRMA (like VirusTotal but on premises http://irma.quarkslab.com/ )
https://github.com/cuckoosandbox/cuckoo/blob/06008813e939e29914bb57138032a83d4ccb4d4a/cuckoo/processing/irma.py (python module).
Regards

@CapacitorSet
Copy link
Owner Author

@Nwinternights, something similar is in the works :) I presented a prototype at ESC2017 in Venice, it mostly works but still requires some refinement. Would you be interested in a beta?

@Nwinternights
Copy link

volentieri!! Tomorrow if you want I can talk to a couple of collegues that can help us with python and cuckoo(We work with both cuckoo modified and official version). let's keep in touch.

@CapacitorSet
Copy link
Owner Author

CapacitorSet commented Sep 3, 2017

Ottimo! Nel caso mi puoi scrivere su Gmail a [email protected], o se vuoi qualcosa di più diretto posso passarti il nick di Telegram per email. Integrating with Cuckoo should be relatively simple, considering that it exposes a REST API that can be easily automated, so it shouldn't be necessary to bother your colleagues. Rather, I would be interested in your needs as a malware researchers, and see if the architecture I had in mind would suit them, so I'd like to discuss that with you.

@Nwinternights
Copy link

Great! I'll write you back this week.

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

No branches or pull requests

2 participants