The MANTIS (Model-based Analysis of Threat Intelligence Sources) Framework consists of several Django Apps that, in combination, support the management of cyber threat intelligence expressed in standards such as STIX, CybOX, OpenIOC, IODEF (RFC 5070), etc.
The heavy lifting is done in the following Django Apps:
- django-dingos
- django-mantis-core
- django-mantis-stix-importer
- django-mantis-openioc-importer
- django-mantis-iodef-importer
- django-mantis-taxii (under development)
This project django-mantis
provides a template Django Project that shows how these Django Apps can
be used as basis for your own MANTIS-based Cyber-Threat Intelligence Management system.
The full documentation is at http://django-mantis.readthedocs.org.