Flask app for File, PCAP, IOC analysis
The flask app accepts IOC (Indicator of Compromise), PCAP (Network Traffic), File in the respective tab
and can process the input.
The tab accepts any type of IOC and then submits the IOC on the bases of type
to the desired engines which include VirusTotal, Hybrid Analysis, Abuse IP,
MalShare, URLScan, Valhalla
The tab accepts a network traffic capture file with the extension of .pcap,
The tab accepts any type of file,
Python3.6+
pip install -r requirements.txt
You can get the API keys from the sites and then add the api keys in:
/common/apiKeys.py
If no keys are present then the submission into the engines will not take place.
config.ini
, if you want tolocalhost:5002
python invoker.py
Any kind of contributions are welcome