Skip to content

GUI-based bulk IOC tool checker that uses VirusTotal and AbuseIPDB API.

Notifications You must be signed in to change notification settings

sscoconutree/IOCBulkChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IOCBulkChecker

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.

image image

How to use:

  1. Clone this repository.
  2. Edit app.js file and put your VirusTotal API key on the vt_api field and AbuseIPDB API key on the ab_api field.
  3. Run the following: node app.js
  4. Open localhost:3000

CHANGELOGS

v1.2

* Added direct link report of IOCs on VirusTotal and AbuseIPDB in the output.

v1.1

* Fixed URL analysis by performing POST request to the server first before proceeding with the GET request to retrieve the report. This is to ensure flexibility of URL inputs for analysis.

v1.0

* First release.

About

GUI-based bulk IOC tool checker that uses VirusTotal and AbuseIPDB API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published