Skip to content

Commit

Permalink
Merge pull request #8 from sroberts/reputation-links
Browse files Browse the repository at this point in the history
Adds Hurricane Electric and SANS ISC for IP reputation. Fixes spelling of Robtex.
  • Loading branch information
sroberts committed Nov 9, 2013
2 parents c59052e + 94a8f78 commit 6eb4459
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scripts/reputation-links.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ module.exports = (robot) ->
target_ip = msg.match[1].toLowerCase()

reputation_links = """#{target_ip} IP Reputation:
- Robtext: https://ip.robtex.com/#{target_ip}.html
- Robtex: https://ip.robtex.com/#{target_ip}.html
- CentralOps: http://centralops.net/co/DomainDossier.aspx?addr=#{target_ip}&dom_dns=1&dom_whois=1&net_whois=1
- IPVoid: http://www.ipvoid.com/scan/#{target_ip}/
- HE: http://bgp.he.net/ip/#{target_ip}#_whois
- SANS ISC: https://isc.sans.edu/api/ip/#{target_ip}
"""

msg.send reputation_links
Expand All @@ -34,6 +36,7 @@ module.exports = (robot) ->
- Robtext: https://pop.robtex.com/#{target_url}.html
- CentralOps: http://centralops.net/co/DomainDossier.aspx?addr=#{target_url}&dom_whois=true&dom_dns=true&net_whois=true
- URLVoid: http://www.urlvoid.com/scan/#{target_url}/
- HE: http://bgp.he.net/dns/#{target_url}#_whois
"""

msg.send reputation_links

0 comments on commit 6eb4459

Please sign in to comment.