binaryalert
binaryalert copied to clipboard
Ad-hoc File Scans For Static Malware Analysis
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).
Example Command:
./manage.py scan /path/to/file
or
./manage.py scan /path/to/dir
This would be similar to the already existing live_test functionality, just for arbitrary files