new: [detection-engineering] new taxonomy to describe detection-engineering pattern

main
Alexandre Dulaunoy 2024-11-07 07:44:31 +01:00
parent ff52b1f98b
commit 8348eee395
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
{
"namespace": "detection-engineering",
"description": "Taxonomy related to detection engineering techniques",
"version": 1,
"expanded": "Detection engineering",
"predicates": [
{
"value": "pattern-matching",
"expanded": "Pattern matching",
"description": "Describe the cardinality of patterns matching."
}
],
"values": [
{
"predicate": "pattern-matching",
"entry": [
{
"value": "high",
"expanded": "high",
"description": "A high number of patterns detected in the tagged item.",
"numerical_value": 100
},
{
"value": "medium",
"expanded": "medium",
"description": "A medium number of patterns detected in the tagged item.",
"numerical_value": 50
},
{
"value": "low",
"expanded": "low",
"description": "A low number of patterns detected in the tagged item.",
"numerical_value": 25
}
]
}
]
}