Skip to content

Commit 05cf00b

Browse files
authored
Update customqueries.json
Fixing spn search
1 parent 35c2cf7 commit 05cf00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customqueries.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
"category": "Domain Escalation",
10071007
"queryList": [{
10081008
"final": true,
1009-
"query": "MATCH (u:User) WHERE n.hasspn=true AND WHERE u.pwdlastset < (datetime().epochseconds - (1825 * 86400)) and NOT u.pwdlastset IN [-1.0, 0.0] RETURN u"
1009+
"query": "MATCH (u:User) WHERE u.hasspn=true AND u.pwdlastset < (datetime().epochseconds - (1825 * 86400)) and NOT u.pwdlastset IN [-1.0, 0.0] RETURN u"
10101010
}]
10111011
},
10121012
{

0 commit comments

Comments
 (0)