Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 783 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 783 Bytes

IOC Aggregator

Periodically Aggregates IOC Feeds so user can easily select the IOC form trusted souces

Note: Try to do this in a virutalenv!

Step 1: Install the required dependencies

cd aggregator
pip install -r requirements.txt 

Step 2: Migrations

python manage.py makemigrations
python manage.py migrate

Step 3: Run the server

python manage.py runserver 8004

Exposed Endpoints

  • /api/ioc_feeds

Step 4: Run the consumer

python manage.py ioc_feeds_consumer

Step 5: Run the producer

python manage.py ioc_feeds_job

Tutorial to follow

Aggregator 101

TODO:

  • Darklist
  • Blocklist
  • AbuseIPDB
  • Botvrij