forked from p15670423/monkey
island: Modify mongo query so 'Account Discovery' PBA also gets reported in T1086
This commit is contained in:
parent
e3045c255a
commit
effd9dd957
|
@ -42,6 +42,7 @@ class T1086(AttackTechnique):
|
|||
"telem_category": "post_breach",
|
||||
"$or": [
|
||||
{"data.command": {"$regex": r"\.ps1"}},
|
||||
{"data.command": {"$regex": "powershell"}},
|
||||
{"data.result": {"$regex": r"\.ps1"}},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue