NOTE: This project has been deprecated in favor of the new, interactive documentation.
GUI for fanging and defanging indicators of compromise. This is available at http://ioc-fanger.hightower.space.
This app was created using Floyd Hightower's Flask template: https://github.com/fhightower-templates/flask-template which allows you to create a Flask app in 30-60 seconds (including Postresql support and potential Heroku deployment). This template uses cookiecutter to make it quick, easy, and enjoyable to create projects from templates. If you have not seen either of these projects, you should check them out!
After cloning the repo...
To create a virtual environment for the app, run:
make venv
Clone the app and run the application at http://127.0.0.1:5000/:
make run
To test the app, run:
make test