Skip to content

Commit

Permalink
new: [detection-engineering] new taxonomy to describe detection-engin…
Browse files Browse the repository at this point in the history
…eering pattern
  • Loading branch information
adulau committed Nov 7, 2024
1 parent ff52b1f commit 8348eee
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions detection-engineering/machinetag.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
]
}

0 comments on commit 8348eee

Please sign in to comment.