Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trolldbois/django-mantis
A Framework for managing Cyber Threat Intelligence.
https://github.com/trolldbois/django-mantis
Last synced: about 1 month ago
JSON representation
A Framework for managing Cyber Threat Intelligence.
- Host: GitHub
- URL: https://github.com/trolldbois/django-mantis
- Owner: trolldbois
- License: gpl-2.0
- Created: 2013-12-23T20:56:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T21:23:18.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T19:19:30.415Z (7 months ago)
- Language: Python
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
=========================================================
The MANTIS Cyber Threat Intelligence Management Framework
=========================================================Architecture
------------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.Documentation
-------------The full documentation is at http://django-mantis.readthedocs.org.
.. _Django: https://www.djangoproject.com/
.. _STIX: http://stix.mitre.org/
.. _CybOX: http://cybox.mitre.org/
.. _OpenIOC: http://www.openioc.org/
.. _IODEF (RFC 5070): http://www.ietf.org/rfc/rfc5070.txt.. _django-dingos: https://github.com/siemens/django-dingos/blob/master/docs/what_dingos_is_all_about.rst
.. _django-mantis-core: https://github.com/siemens/django-mantis-core
.. _django-mantis-stix-importer: https://github.com/siemens/django-mantis-stix-importer
.. _django-mantis-openioc-importer: https://github.com/siemens/django-mantis-openioc-importer
.. _django-mantis-iodef-importer: https://github.com/siemens/django-mantis-iodef-importer