airbnb / binaryalert

BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
https://binaryalert.io
Apache License 2.0
1.39k stars 187 forks source link

Ad-hoc File Scans For Static Malware Analysis #103

Open jbussing opened 6 years ago

jbussing commented 6 years ago

Background

The current file scanning pipeline, does not support local file scanning.

Desired Change

A user should be able to submit a local file or local path to a directory of files to be scanned by binary alert. The results should also be display locally (output should be configurable with a default of JSON).

jbussing commented 6 years ago

Example Command:

./manage.py scan /path/to/file

or

./manage.py scan /path/to/dir
austinbyers commented 6 years ago

This would be similar to the already existing live_test functionality, just for arbitrary files