Awesome
Malware Feeds
An aggregator for malware feeds.
Usage
from malwarefeeds.engine import Engine
def callback(feed_name, url):
print("Feed: %s, URL: %s" % (feed_name, url))
# create the engine
e = Engine()
# download all the feeds
e.update()
# parse all the feeds and extract URLs
e.read(callback)
Install
$ python3 -m pip install git+https://github.com/neriberto/malwarefeeds