MISP core format
draft-dulaunoy-misp-core-format-13
Network Working Group A. Dulaunoy
Internet-Draft A. Iklody
Expires: June 27, 2021 CIRCL
December 24, 2020
MISP core format
draft-dulaunoy-misp-core-format-13
Abstract
This document describes the MISP core format used to exchange
indicators and threat information between MISP (Open Source Threat
Intelligence Sharing Platform formerly known as Malware Information
Sharing Platform) instances. The JSON format includes the overall
structure along with the semantic associated for each respective key.
The format is described to support other implementations which reuse
the format and ensuring an interoperability with existing MISP
[MISP-P] software and other Threat Intelligence Platforms.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on June 27, 2021.
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
Dulaunoy & Iklody Expires June 27, 2021 [Page 1]
Internet-Draft MISP core format December 2020
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Conventions and Terminology . . . . . . . . . . . . . . . 3
2. Format . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1. Overview . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2. Event . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2.1. Event Attributes . . . . . . . . . . . . . . . . . . 4
2.3. Objects . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.3.1. Org . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.3.2. Orgc . . . . . . . . . . . . . . . . . . . . . . . . 8
2.4. Attribute . . . . . . . . . . . . . . . . . . . . . . . . 8
2.4.1. Sample Attribute Object . . . . . . . . . . . . . . . 9
2.4.2. Attribute Attributes . . . . . . . . . . . . . . . . 9
2.5. ShadowAttribute . . . . . . . . . . . . . . . . . . . . . 16
2.5.1. Sample Attribute Object . . . . . . . . . . . . . . . 16
2.5.2. ShadowAttribute Attributes . . . . . . . . . . . . . 16
2.5.3. Org . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.6. Object . . . . . . . . . . . . . . . . . . . . . . . . . 23
2.6.1. Sample Object . . . . . . . . . . . . . . . . . . . . 23
2.6.2. Object Attributes . . . . . . . . . . . . . . . . . . 24
2.7. Object References . . . . . . . . . . . . . . . . . . . . 28
2.7.1. Sample ObjectReference object . . . . . . . . . . . . 28
2.7.2. ObjectReference Attributes . . . . . . . . . . . . . 28
2.8. EventReport . . . . . . . . . . . . . . . . . . . . . . . 30
2.8.1. id . . . . . . . . . . . . . . . . . . . . . . . . . 31
2.8.2. UUID . . . . . . . . . . . . . . . . . . . . . . . . 31
2.8.3. event_id . . . . . . . . . . . . . . . . . . . . . . 31
2.8.4. name . . . . . . . . . . . . . . . . . . . . . . . . 31
2.8.5. content . . . . . . . . . . . . . . . . . . . . . . . 31
2.8.6. distribution . . . . . . . . . . . . . . . . . . . . 32
2.8.7. sharing_group_id . . . . . . . . . . . . . . . . . . 32
2.8.8. timestamp . . . . . . . . . . . . . . . . . . . . . . 32
2.8.9. deleted . . . . . . . . . . . . . . . . . . . . . . . 33
2.9. Tag . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
2.9.1. Sample Tag . . . . . . . . . . . . . . . . . . . . . 33
Show full document text