Mr. Threat is a Django Web-App that allows SOC Analysts to look up the IPs they're interested in.
To see an online version go to:
- Create virtual env.
- pip install requirements.txt
- Remeber to set up a secret key.
- Migrate the database.
- Run: python manage.py runserver
- Go to local host.
The SOC Analyst can:
- Check if the IP is malcious
- Compare the findings with the most well-known threat-hunting services.
- first 5 look ups are free then the paid account is needed.
- Create account and store the history of reports.
- Get a report which IP has changed the score if it was seen before.
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.