mirror of https://github.com/MISP/misp-rfc
23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
# MISP formats
|
|
|
|
This repository is the official source of the specification and formats in MISP. All the format can be freely reused.
|
|
|
|
## MISP Format in use and implemented in multiple software
|
|
|
|
* [misp-core-format](misp-core-format/raw.md.txt) ([markdown source](misp-core-format/raw.md)) which describes the core JSON format of MISP. Current Internet-Draft: [01](https://tools.ietf.org/html/draft-dulaunoy-misp-core-format)
|
|
* [misp-taxonomy-format](misp-taxonomy-format/raw.md.txt) ([markdown source](misp-taxonomy-format/raw.md)) which describes the taxonomy JSON format of MISP. Current Internet-Draft: [02](https://tools.ietf.org/html/draft-dulaunoy-misp-taxonomy-format)
|
|
|
|
## MISP Format in design phase and implemented in at least one software prototype
|
|
|
|
* misp-galaxy-format which describes the [galaxy](https://github.com/MISP/misp-galaxy) format used to expand the threat actor modelling of MISP.
|
|
* misp-modules-protocol which describes the [misp-modules](https://github.com/MISP/misp-modules) protocol used between MISP and misp-modules.
|
|
|
|
## MISP Format in design phase
|
|
|
|
* misp-collaborative-voting-format which describes the collaborative voting and scoring format for the feeds providers.
|
|
|
|
# Contribution
|
|
|
|
If you want to contribute to the MISP specifications, feel free to [open an issue](https://github.com/MISP/misp-rfc/issues).
|
|
|