MISP query format
Computer Incident Response Center Luxembourg
16, bd d'Avranches
Luxembourg
L-1160
Luxembourg
+352 247 88444
alexandre.dulaunoy@circl.lu
Computer Incident Response Center Luxembourg
16, bd d'Avranches
Luxembourg
L-1160
Luxembourg
+352 247 88444
andras.iklody@circl.lu
Security
This document describes the MISP query format used to search MISP (Malware Information and threat Sharing Platform) threat intelligence instances.
MISP query format is a simple format used to query MISP instances over a REST (Representational State Transfer ) interface.
The query format includes the JSON format to describe the query and the minimal API access to perform the query. The JSON format includes the overall structure along with the semantic associated for each respective key. The goal of the format is to query MISP threat intelligence instances can feed and integrate with network security devices (such as firewall, network intrusion detection system, routers, SIEMs), endpoint security devices or monitoring devices.
Sharing threat information became a fundamental requirements in the Internet, security and intelligence community at large. Threat
information can include indicators of compromise, malicious file indicators, financial fraud indicators
or even detailed information about a threat actor. MISP started as an open source project in late 2011 and
the MISP format started to be widely used as an exchange format within the community in the past years. The core format
is described in an Internet-Draft as misp-core-format and contain the standard MISP JSON format used for threat
intelligence.
The aim of this document is to describe the specification of the MISP query format and how the query can be perform against a REST interface.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119 .
The MISP query format is in the JSON format.
returnFormat MUST be present. returnFormat sets the type of output format. MISP allows multiple format (depending of the configuration):
value
Description
jsonMISP JSON core format as described in
xmlMISP XML format
openiocOpenIOC format
suricataSuricata NIDS format
snortSnort NIDS format
csvCSV format
MISP threat intelligence instances might contain sensitive or confidential information. Adequate access control and encryption measures shall be implemented to ensure the confidentiality of the threat intelligence.
Adversaries might include malicious content in MISP queries. Implementation MUST consider the input of malicious inputs beside the
standard threat information that might already include malicious intended inputs.
The authors wish to thank all the MISP community who are supporting the creation
of open standards in threat intelligence sharing. A special thank to all the committees which
triggered us to come with better and flexible format.
MISP core format
MISP Project - Malware Information Sharing Platform and Threat Sharing