Closed adepasquale closed 8 years ago
To start, I've added some elements to drop-down menu for IP search:
+-------------------+------------------------------------------------------------------+ | Alexa | http://www.alexa.com/siteinfo/${var} | | Bing | https://www.bing.com/search?q=ip%3A${var} | | CentralOps | http://centralops.net/co/DomainDossier.aspx?addr=${var} | | DomainTools | http://whois.domaintools.com/${var} | | Google | https://www.google.com/search?q=${var} | | MalwareDomainList | http://www.malwaredomainlist.com/mdl.php?search=${var} | | SafeBrowsing | https://www.google.com/safebrowsing/diagnostic?site=${var} | | VirusTotal | https://www.virustotal.com/en/ip-address/${var}/information/ | | ZeusTracker | https://zeustracker.abuse.ch/monitor.php?search=${var} | +-------------------+------------------------------------------------------------------+
I can add more if you have something to suggest.
I could also add http://cbl.abuseat.org/lookup.cgi?ip=127.0.0.1
@int13h suggests https://gist.github.com/int13h/41b7638b6c8cfb6b2bfe
To start, I've added some elements to drop-down menu for IP search:
I can add more if you have something to suggest.