Skip to content

Asynchronous multiscanner (VirusTotal, Hybrid-Analysis, Cape, MalShare) uploader

License

Notifications You must be signed in to change notification settings

sgtdede/multiscanners-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiscanners-upload

Asynchronous multiscanner (VirusTotal, Hybrid-Analysis, Cape, MalShare) uploader

Installation

Note:

This script requires python3

Check out the source code

git clone https://github.com/sgtdede/multiscanners-upload.git
cd multiscanners-upload

Install the python dependencies

pip install -r requirements.txt

Usage Exemple

python3 uploader.py /media/share/mimikatz.exe -v

Help

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

Scanners API Keys

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

Virustotal

  1. Create an account here https://www.virustotal.com/#/join-us
  2. Check Profile > API key for your public API key

Hybrid Analysis

  1. Create an account here https://www.hybrid-analysis.com/signup
  2. After login, go to Profile > API key

MalShare

  1. Register here https://malshare.com/register.php
  2. API key is automatically sent by email

Cape Sandbox

  1. Create an account here https://www.capesandbox.com/accounts/signup/
  2. Generate your API Key (token) using the following request
curl -d "username=<USER>&password=<PASSWD>" https://capesandbox.com/apiv2/api-token-auth/

About

Asynchronous multiscanner (VirusTotal, Hybrid-Analysis, Cape, MalShare) uploader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages