Skip to content

Commit

Permalink
chg: [vulnerability] sighting predicate added as described on https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Nov 18, 2024
1 parent 715e9f8 commit 8b20e4d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand All @@ -770,5 +770,5 @@
}
],
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
"version": "20241111"
"version": "20241118"
}
46 changes: 45 additions & 1 deletion vulnerability/machinetag.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 8b20e4d

Please sign in to comment.