forked from p15670423/monkey
island: Change mongo query to include 'Modify Shell Startup Files' PBA in T1086's report
This commit is contained in:
parent
7fa917581c
commit
3b11637f16
|
@ -40,7 +40,10 @@ class T1086(AttackTechnique):
|
||||||
{
|
{
|
||||||
"$match": {
|
"$match": {
|
||||||
"telem_category": "post_breach",
|
"telem_category": "post_breach",
|
||||||
"data.command": {"$regex": r"\.ps1"},
|
"$or": [
|
||||||
|
{"data.command": {"$regex": r"\.ps1"}},
|
||||||
|
{"data.result": {"$regex": r"\.ps1"}},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue