{"id":13784212,"url":"https://github.com/MISP/misp-rfc","last_synced_at":"2025-05-11T19:32:30.568Z","repository":{"id":43881707,"uuid":"69732335","full_name":"MISP/misp-rfc","owner":"MISP","description":"Specifications used in the MISP project including MISP core format","archived":false,"fork":false,"pushed_at":"2025-01-05T23:20:06.000Z","size":915,"stargazers_count":51,"open_issues_count":11,"forks_count":18,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-08T01:34:18.246Z","etag":null,"topics":["information-exchange","internet-draft","json-format","misp","misp-format","misp-taxonomy","protocol","standard","threat-sharing"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MISP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-01T10:23:42.000Z","updated_at":"2025-01-06T08:04:29.000Z","dependencies_parsed_at":"2024-01-17T02:16:04.791Z","dependency_job_id":"1ff47d2a-ed80-4049-b2c8-45ad197f88be","html_url":"https://github.com/MISP/misp-rfc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-rfc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-rfc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-rfc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fmisp-rfc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MISP","download_url":"https://codeload.github.com/MISP/misp-rfc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253621256,"owners_count":21937495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["information-exchange","internet-draft","json-format","misp","misp-format","misp-taxonomy","protocol","standard","threat-sharing"],"created_at":"2024-08-03T19:00:37.332Z","updated_at":"2025-05-11T19:32:30.525Z","avatar_url":"https://github.com/MISP.png","language":"HTML","funding_links":[],"categories":["Tools"],"sub_categories":["IOC Formats"],"readme":"# MISP standards and RFCs\n\nThis repository is the official source of the specification and formats used in the MISP project.\n\nThe formats are described to support other implementations which reuse the format and ensuring an interoperability\nwith existing MISP software, other Threat Intelligence Platforms and security tools at large.\n\nAll the formats can be freely reused by everyone.\n\n## MISP Formats in use and implemented in multiple software\n\n* [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: [16](https://tools.ietf.org/html/draft-dulaunoy-misp-core-format)\n* [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: [10](https://tools.ietf.org/html/draft-dulaunoy-misp-taxonomy-format)\n* [misp-galaxy-format](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: [06](https://datatracker.ietf.org/doc/draft-dulaunoy-misp-galaxy-format/)\n* [misp-object-template-format](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: [03](https://datatracker.ietf.org/doc/draft-dulaunoy-misp-object-template-format/)\n\n## MISP Format in design phase and implemented in at least one software prototype\n\n* misp-modules-protocol which describes the [misp-modules](https://github.com/MISP/misp-modules) protocol used between MISP and misp-modules.\n\n## MISP Format in design phase\n\n* misp-collaborative-voting-format which describes the collaborative voting and scoring format for the feeds providers.\n\n## Sample files\n\nIf you want to see how a threat intelligence can be easily expressed in MISP standard, the following resources might give you some ideas:\n\n* [CIRCL OSINT MISP Feed](https://www.circl.lu/doc/misp/feed-osint/)\n\n[Installing MISP](https://www.misp-project.org/download/) is also another option to see the MISP standards in action. The MISP standards are actively used in the MISP threat intelligence platform to support the complete chain from intelligence creation, sharing, distribution and synchronisation.\n\n## Building the RFCs\n\nThese RFCs use [mmark](https://mmark.nl/) to generate - get a release [from the Github Repo](https://github.com/mmarkdown/mmark) and make sure it's in your PATH.\n\nYou'll also need `xml2rfc` - install using `sudo pip3 isntall xml2rfc`\n\n```bash\nfor directory in $(find . -type d -iname \"misp*\"); do;\n    echo \"Building $directory...\";\n    cd $directory;\n    make;\n    cd ..;\ndone;\n```\n\n# Contribution\n\nIf you want to contribute to the MISP specifications, feel free to [open an issue](https://github.com/MISP/misp-rfc/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMISP%2Fmisp-rfc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMISP%2Fmisp-rfc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMISP%2Fmisp-rfc/lists"}