Python 2.7 program to download all IOCs and avoid unnecessary requests to IOCBucket.com
There is currently no "download all" so this will download all IOC and YARA files on IOCBucket.com.
- BeautifulSoup
- pyOpenSSL
- ndg-httpsclient
- pyasn1
Installable via pip
- Modify the variable ioc_data_path to reflect the directory where you want to download the IOCs
- Run the script (eg. python download_iobucket.py)