Asynchronous multiscanner (VirusTotal, Hybrid-Analysis, Cape, MalShare) uploader
This script requires python3
git clone https://github.com/sgtdede/multiscanners-upload.git
cd multiscanners-upload
pip install -r requirements.txt
python3 uploader.py /media/share/mimikatz.exe -v
python3 uploader.py -h
usage: uploader.py [-h] [-v] [-s] [filename [filename ...]]
Multi Scanner uploaded
positional arguments:
filename
optional arguments:
-h, --help show this help message and exit
-v verbose mode
-s, --skip-waiting just upload the file and quit, do not poll and wait for analysis result
You need to register to the free Public API of the following scanners in order to leverage this tool When you got the keys, insert them into the conf.yml file and enjoy
- Create an account here https://www.virustotal.com/#/join-us
- Check
Profile > API key
for your public API key
- Create an account here https://www.hybrid-analysis.com/signup
- After login, go to
Profile > API key
- Register here https://malshare.com/register.php
- API key is automatically sent by email
- Create an account here https://www.capesandbox.com/accounts/signup/
- Generate your API Key (token) using the following request
curl -d "username=<USER>&password=<PASSWD>" https://capesandbox.com/apiv2/api-token-auth/