Skip to content

Commit

Permalink
Merge pull request #281 from Wachizungu/add-descriptions-to-misp-even…
Browse files Browse the repository at this point in the history
…t-types

chg: [misp:event-type] Add description of the tags
  • Loading branch information
adulau committed Apr 11, 2024
2 parents 93b944d + 9b02532 commit 272192f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions misp/machinetag.json
Expand Up @@ -158,27 +158,32 @@
"predicate": "event-type",
"entry": [
{
"expanded": "observation",
"description": "This event describes traits and indicators closely related to a single entity, like an email campaign or sighting of a reference sample on VirusTotal. Events of this type are typically created by SOC staff and may be verified by analysts. Observed and verified indicators would be consumed by automated filtering systems in order to support near-time threat prevention. In retrospect, observations could be correlated with reports and analysis events in order to help understand the motivation for an attack and to reassess the associated risk.",
"expanded": "observation related to single entity, like an email",
"value": "observation"
},
{
"expanded": "incident",
"description": "This event describes traits and indicators related to a security incident. As such, the event may refer to multiple entities like organizations, bank account numbers, files, and URLs. Events of this type contain first-hand information, that is, the reporting organization took part in the analysis of the incident. Use event type \"Report\" for second-hand information. Events of this type are typically created and consumed by analysts.",
"expanded": "incident, based on first-hand information",
"value": "incident"
},
{
"expanded": "report",
"description": "Traceability of indicators can be essential to document compliance of processes with legal obligations or company regulations. This event preserves a report to document the origin and context of indicators. Events of this type need to be checked by a human to ensure correct reproduction of indicators and context. Intended consumers are automated processes. Events may also serve as a basis for analysis reports or to justify preventive measures. If your organization is or was directly involved in an incident and you want to provide a first-hand account, then please use event type \"Incident\" instead.",
"expanded": "report, based on second-hand information",
"value": "report"
},
{
"expanded": "collection",
"description": "This event collects unrelated IoCs. For example, an event could combine all network IoCs that were learned of during a day or a week from events of other types.",
"expanded": "collection of unrelated IoCs",
"value": "collection"
},
{
"expanded": "analysis",
"description": "This event builds on \"observation\", \"incident\", and \"report\" events; adds enrichments; and provides context. Events of this type will be created by analysts with support by automated tools. Analysts are also the main consumers.",
"expanded": "analysis, contains context and enrichments",
"value": "analysis"
},
{
"expanded": "automatic-analysis",
"expanded": "the result of automated analysis.",
"value": "automatic-analysis"
}
]
Expand Down Expand Up @@ -261,7 +266,7 @@
"value": "ids"
}
],
"version": 12,
"version": 14,
"description": "MISP taxonomy to infer with MISP behavior or operation.",
"expanded": "MISP",
"namespace": "misp"
Expand Down

0 comments on commit 272192f

Please sign in to comment.