sroberts / hubot-vtr-scripts

Scripts for making Hubot a CND Sidekick
MIT License
59 stars 15 forks source link

Adding AlienVault OTX and PDF to Reputation IP Lookup #73

Closed alexcpsec closed 9 years ago

alexcpsec commented 9 years ago

Another minor addition to the links returned by the reputation commands.

Not a lot to go wrong, Works On My Machine(TM), these kinds of things:

Hubot> hubot reputation ip 212.48.78.5
Hubot> 212.48.78.5 IP Reputation:
- Robtex:         https://ip.robtex.com/212.48.78.5.html
- CentralOps:     http://centralops.net/co/DomainDossier.aspx?addr=212.48.78.5&dom_dns=1&dom_whois=1&net_whois=1
- IPVoid:         http://www.ipvoid.com/scan/212.48.78.5/
- HE:             http://bgp.he.net/ip/212.48.78.5#_whois
- SANS ISC:       https://isc.sans.edu/api/ip/212.48.78.5
- AlienVault OTX: https://www.alienvault.com/open-threat-exchange/ip/212.48.78.5
- AlienVault PDF: https://www.alienvault.com/apps/api/threat/pdf/?ip=212.48.78.5
krmaxwell commented 9 years ago

you even included https :heart:

sroberts commented 9 years ago

Ugh, I really wish we had better tests, but i haven't sorted them out yet.