mwcrawler es un sencillo script en Python que parsea las URLs maliciosas de distintos repositorios conocidos (como por ej. MDL o Malc0de) para descargarse software malicioso. Muy útil para crear repositorios de malware y/o tener tu propio zoo en casa ;)
Actualmente el script parsea las siguientes URLs:
BeautifulSoup 3.0.8 (las últimas versiones tienen problemas al parsear html): http://www.crummy.com/software/BeautifulSoup/
Uso:
$ python mwcrawler.py
Use '-t' for thug analysis $ python mwcrawler.py -t
Referencias:
mwcrawler - https://github.com/ricardo-dias/mwcrawler
thug repository - http://github.com/buffer/thug
Actualmente el script parsea las siguientes URLs:
- NovCon Minotaur: http://minotauranalysis.com/malwarelist-urls.aspx
- Malware Domain List: http://www.malwaredomainlist.com/hostslist/mdl.xml
- VX Vault: http://vxvault.siri-urz.net/URL_List.php
- Malc0de: http://malc0de.com/rss
- Malware Black List: http://www.malwareblacklist.com/mbl.xml
- Sacour.cn: http://www.sacour.cn
BeautifulSoup 3.0.8 (las últimas versiones tienen problemas al parsear html): http://www.crummy.com/software/BeautifulSoup/
Uso:
$ python mwcrawler.py
Use '-t' for thug analysis $ python mwcrawler.py -t
Referencias:
mwcrawler - https://github.com/ricardo-dias/mwcrawler
thug repository - http://github.com/buffer/thug
Comentarios
Publicar un comentario