Merge pull request #281 from Wachizungu/add-descriptions-to-misp-event-types

chg: [misp:event-type] Add description of the tags
pull/282/head v2.4.190
Alexandre Dulaunoy 2024-04-11 17:45:49 +02:00 committed by GitHub
commit 272192fe32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 7 deletions

View File

@ -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"
}
]
@ -261,7 +266,7 @@
"value": "ids"
}
],
"version": 12,
"version": 14,
"description": "MISP taxonomy to infer with MISP behavior or operation.",
"expanded": "MISP",
"namespace": "misp"