GUI-based bulk IOC tool checker that uses VirusTotal and AbuseIPDB API.
This is an improved version of previous bulk analysis tools from this repository as it supports analysis of IPv4, IPv6, URLs, Domains and Hashes (MD5, SHA-1, SHA-256). Due to some API key limitations (e.g. VirusTotal) there's a sleep timer in between the scans per hashes.
- Clone this repository.
- Edit
app.js
file and put your VirusTotal API key on thevt_api
field and AbuseIPDB API key on theab_api
field. - Run the following:
node app.js
- Open
localhost:3000