chg: [vulnerability] sighting predicate added as described on https://vulnerability.circl.lu/
parent
715e9f8499
commit
8b20e4d619
|
@ -316,7 +316,7 @@
|
|||
{
|
||||
"description": "Exercise is a taxonomy to describe if the information is part of one or more cyber or crisis exercise.",
|
||||
"name": "exercise",
|
||||
"version": 11
|
||||
"version": 12
|
||||
},
|
||||
{
|
||||
"description": "Reasons why an event has been extended. This taxonomy must be used on the extended event. The competitive analysis aspect is from Psychology of Intelligence Analysis by Richard J. Heuer, Jr. ref:http://www.foo.be/docs/intelligence/PsychofIntelNew.pdf",
|
||||
|
@ -761,7 +761,7 @@
|
|||
{
|
||||
"description": "A taxonomy for describing vulnerabilities (software, hardware, or social) on different scales or with additional available information.",
|
||||
"name": "vulnerability",
|
||||
"version": 1
|
||||
"version": 2
|
||||
},
|
||||
{
|
||||
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.",
|
||||
|
@ -770,5 +770,5 @@
|
|||
}
|
||||
],
|
||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
|
||||
"version": "20241111"
|
||||
"version": "20241118"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"namespace": "vulnerability",
|
||||
"expanded": "vulnerability",
|
||||
"description": "A taxonomy for describing vulnerabilities (software, hardware, or social) on different scales or with additional available information.",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"predicates": [
|
||||
{
|
||||
"value": "exploitability",
|
||||
|
@ -14,9 +14,53 @@
|
|||
"value": "information",
|
||||
"expanded": "Information",
|
||||
"description": "Complementary information related to the vulnerability."
|
||||
},
|
||||
{
|
||||
"value": "Sighting",
|
||||
"description": "Sighting information related to the vulnerability."
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
{
|
||||
"predicate": "sighting",
|
||||
"entry": [
|
||||
{
|
||||
"value": "seen",
|
||||
"expanded": "Seen",
|
||||
"description": "The vulnerability was mentioned, discussed, or seen somewhere by the user."
|
||||
},
|
||||
{
|
||||
"value": "confirmed",
|
||||
"expanded": "Confirmed",
|
||||
"description": "The vulnerability is confirmed from an analyst perspective."
|
||||
},
|
||||
{
|
||||
"value": "exploited",
|
||||
"expanded": "Exploited",
|
||||
"description": "This vulnerability was exploited and seen by the user reporting the sighting."
|
||||
},
|
||||
{
|
||||
"value": "patched",
|
||||
"expanded": "Patched",
|
||||
"description": "This vulnerability was successfully patched by the user reporting the sighting."
|
||||
},
|
||||
{
|
||||
"value": "not-exploited",
|
||||
"expanded": "Not exploited",
|
||||
"description": "This vulnerability was not exploited or seen by the user reporting the sighting."
|
||||
},
|
||||
{
|
||||
"value": "not-confirmed",
|
||||
"expanded": "Not confirmed",
|
||||
"description": "The user expresses doubt about the veracity of the vulnerability."
|
||||
},
|
||||
{
|
||||
"value": "not-patched",
|
||||
"expanded": "Not patched",
|
||||
"description": "This vulnerability was not successfully patched by the user reporting the sighting."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "exploitability",
|
||||
"entry": [
|
||||
|
|
Loading…
Reference in New Issue