e-zk / bulkvt

bulk virus total ip/domain lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bulkvt
======
quick+dirty bulk VirusTotal score checker.
takes list from stdin. runs api requests concurrently.


install
-------
	go install go.zakaria.org/bulkvt@latest


usage
-----
set VT_API_KEY environment variable to a valid VirusTotal API key.

	usage: bulkvt [-m]
	where:
		-i	report on IPs from stdin (default)
		-d	report on domains from stdin
		-m	only output entries with a malicious rating from >1 vendors


About

bulk virus total ip/domain lookup

License:MIT License


Languages

Language:Go 100.0%