mirror of https://github.com/MISP/misp-website
Documentation updated to include new Internet-Draft and objects
parent
9a462a2220
commit
fca427d41a
|
@ -11,9 +11,10 @@ The MISP documentation is maintained in the [misp-book project](https://github.c
|
||||||
|
|
||||||
The MISP documentation is available in [HTML format](https://www.circl.lu/doc/misp/), [PDF](https://www.circl.lu/doc/misp/book.pdf), [Kindle Mobi format](https://www.circl.lu/doc/misp/book.mobi) and [EPUB](https://www.circl.lu/doc/misp/book.epub).
|
The MISP documentation is available in [HTML format](https://www.circl.lu/doc/misp/), [PDF](https://www.circl.lu/doc/misp/book.pdf), [Kindle Mobi format](https://www.circl.lu/doc/misp/book.mobi) and [EPUB](https://www.circl.lu/doc/misp/book.epub).
|
||||||
|
|
||||||
### MISP galaxy and taxonomies documentation
|
### MISP galaxy, objects and taxonomies documentation
|
||||||
|
|
||||||
- [MISP galaxy](https://github.com/MISP/misp-galaxy) clusters are documented and available in [HTML format](/galaxy.html) or [PDF format](/galaxy.pdf).
|
- [MISP galaxy](https://github.com/MISP/misp-galaxy) clusters are documented and available in [HTML format](/galaxy.html) or [PDF format](/galaxy.pdf).
|
||||||
|
- [MISP objects](https://github.com/MISP/misp-objects) are documented and available in [HTML format](/objects.html) or [PDF format](/objects.pdf).
|
||||||
- [MISP taxonomies](https://github.com/MISP/misp) are documented and available in [HTML format](/taxonomies.html) or [PDF format](/taxonomies.pdf).
|
- [MISP taxonomies](https://github.com/MISP/misp) are documented and available in [HTML format](/taxonomies.html) or [PDF format](/taxonomies.pdf).
|
||||||
|
|
||||||
### MISP format documentation
|
### MISP format documentation
|
||||||
|
@ -21,8 +22,10 @@ The MISP documentation is available in [HTML format](https://www.circl.lu/doc/mi
|
||||||
MISP formats are described in [specification document](https://github.com/MISP/misp-rfc) based on the current implementation of MISP core and PyMISP. These specifications are available for
|
MISP formats are described in [specification document](https://github.com/MISP/misp-rfc) based on the current implementation of MISP core and PyMISP. These specifications are available for
|
||||||
other developers willing to develop their own tools or software supporting the MISP format.
|
other developers willing to develop their own tools or software supporting the MISP format.
|
||||||
|
|
||||||
* [misp-core-format](https://github.com/MISP/misp-rfc/blob/master/misp-core-format/raw.md.txt) which describes the core JSON format of MISP. Current Internet-Draft: [01](https://tools.ietf.org/html/draft-dulaunoy-misp-core-format)
|
* [misp-core-format](https://github.com/MISP/misp-rfc/blob/master/misp-core-format/raw.md.txt) which describes the core JSON format of MISP. Current Internet-Draft: [02](https://tools.ietf.org/html/draft-dulaunoy-misp-core-format)
|
||||||
* [misp-taxonomy-format](https://github.com/MISP/misp-rfc/blob/master/misp-taxonomy-format/raw.md.txt) which describes the taxonomy JSON format of MISP. Current Internet-Draft: [02](https://tools.ietf.org/html/draft-dulaunoy-misp-taxonomy-format)
|
* [misp-taxonomy-format](https://github.com/MISP/misp-rfc/blob/master/misp-taxonomy-format/raw.md.txt) which describes the taxonomy JSON format of MISP. Current Internet-Draft: [02](https://tools.ietf.org/html/draft-dulaunoy-misp-taxonomy-format)
|
||||||
|
* [misp-galaxy-format](https://github.com/MISP/misp-rfc/blob/master/misp-galaxy-format/raw.md.txt) which describes the [galaxy](https://github.com/MISP/misp-galaxy) template format used to expand the threat actor modelling of MISP. Current Internet-Draft: [00](https://datatracker.ietf.org/doc/draft-dulaunoy-misp-galaxy-format/)
|
||||||
|
* [misp-object-template-format](https://github.com/MISP/misp-rfc/blob/master/misp-object-template-format/raw.md.txt) which describes the [object](https://github.com/MISP/misp-objects) template format to add combined and composite object to the MISP core format. Current Internet-Draft: [00](https://datatracker.ietf.org/doc/draft-dulaunoy-misp-object-template-format/)
|
||||||
|
|
||||||
## Community Support
|
## Community Support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue