Skip to content

Commit

Permalink
chg: [scenario:campaign-multi-isacs] Updated registry-key inject
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Sep 6, 2024
1 parent a1ebdf4 commit 42f0cf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scenarios/Campaign Targeting Multiple ISACs.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,11 @@
}
},
{
"[.Event.Object[].Attribute[], .Event.Attribute[]] | .[].value": {
"[.Event.Object[].Attribute[], .Event.Attribute[]] | .[] | select(.value | match(\"HKCU.+SOFTWARE.+MSCall.\"))": {
"extract_type": "all",
"comparison": "contains-regex",
"comparison": "count",
"values": [
"HKCU.+SOFTWARE.+MSCall.*"
">=1"
]
}
}
Expand Down Expand Up @@ -485,4 +485,4 @@
"description": "The XOR Key"
}
]
}
}

0 comments on commit 42f0cf0

Please sign in to comment.