Skip to content

Commit

Permalink
Add smart-descriptions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vg-svitla committed Jan 9, 2025
1 parent 67356d9 commit 93e9e8d
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,20 @@
{ "field": "threat.technique.subtechnique.id" },
{ "field": "host.ip" }
]
},
{
"value": "Email with subject {email.subject} sent from {email.from.address} to {email.to.address}",
"conditions": [
{ "field": "email.subject" },
{ "field": "email.from.address" },
{ "field": "email.to.address" }
]
},
{
"value": "Email with subject {email.subject} sent from {email.from.address}",
"conditions": [
{ "field": "email.subject" },
{ "field": "email.from.address" }
]
}
]

0 comments on commit 93e9e8d

Please sign in to comment.