Skip to content

Commit

Permalink
Add smart desc
Browse files Browse the repository at this point in the history
  • Loading branch information
lvoloshyn-sekoia committed Dec 9, 2024
1 parent b4aca59 commit af8de4c
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"value": "Observed {threat.tactic.id} tactics and {threat.technique.id}({threat.technique.subtechnique.id}) techniques on {host.ip}",
"conditions": [
{ "field": "threat.tactic.id" },
{ "field": "threat.technique.id" },
{ "field": "threat.technique.subtechnique.id" },
{ "field": "host.ip" }
]
},
{
"value": "Observed {threat.tactic.id} tactics and {threat.technique.id} techniques on {host.ip}",
"conditions": [
Expand Down

0 comments on commit af8de4c

Please sign in to comment.