binaryalert icon indicating copy to clipboard operation
binaryalert copied to clipboard

Ad-hoc File Scans For Static Malware Analysis

Open jbussing opened this issue 8 years ago • 2 comments

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 avatar Jan 20 '18 00:01 jbussing

Example Command:

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

or

./manage.py scan /path/to/dir

jbussing avatar Jan 20 '18 00:01 jbussing

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

austinbyers avatar Apr 17 '18 01:04 austinbyers