Skip to content

Commit

Permalink
Fix feodo threat list
Browse files Browse the repository at this point in the history
The wrong url was being used for the feodo threat list.  This has since been corrected to the right URL
  • Loading branch information
ChrisTruncer committed Jan 11, 2016
1 parent d82d25e commit 9de3a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/intelgathering/feed_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def gather(self, all_ips):
try:
print "Grabbing Feodo list..."
req = urllib2.Request(
'http://rules.emergingthreats.net/blockrules/compromised-ips.txt')
'https://feodotracker.abuse.ch/blocklist/?download=ipblocklist')
req.add_header(
'User-agent', 'Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0')
response = urllib2.urlopen(req)
Expand Down

0 comments on commit 9de3a06

Please sign in to comment.