Mr. Threat is a Django Web-App that allows SOC Analysts to look up the IPs they're interested in and speed up their workload. This is an educational project.
- Check if the IP is malicious. The findings are stored in database.
- Compare the findings with the most well-known threat-hunting services.
- First 3 look ups are free then the paid account is needed.
- Python Django 3.0
- PostgreSQL
- HTML, CSS, Bootstrap
- Create virtual env.
- pip install requirements.txt
- Remember to set up a secret key and APIs keys
- Migrate the database.
- Run: python manage.py runserver
- Go to local host.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.