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.
Important resources:
Access to the Mantis source code for installation:
Either via
git clone
from the Mantis Github Repository (recommended):git clone https://github.com/siemens/django-mantis.git
Or via download as
zip
package from https://github.com/siemens/django-mantis/archive/master.zip
There is a mailing list for dicussions, questions, etc.:
- Subscribe to the mailing list by sending a mail to
Mantis-ti-discussion-join@lists.trusted-introducer.org
. - The archives of the mailing list are available via Nabble.
Many thanks to the TF-CSIRT Trusted Introducer for their support in hosting the list!
- Subscribe to the mailing list by sending a mail to
All issues regarding Mantis and its components are tracked on the Mantis Issue Tracker.
Documentation: the full documentation is at http://django-mantis.readthedocs.org.
The basic layout for this Django project with extremly useful base settings and very sensible directory layout was generated with Audrey Roy's excellent Cookiecutter and Marco Fucci's cookiecutter-simple-django template.