Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 553 Bytes

Download-IOCBucket

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.

Requirements:

  • BeautifulSoup
  • pyOpenSSL
  • ndg-httpsclient
  • pyasn1

Installable via pip

Usage:

  1. Modify the variable ioc_data_path to reflect the directory where you want to download the IOCs
  2. Run the script (eg. python download_iobucket.py)