Skip to content

Commit 40bdcfc

Browse files
committed
Add Rule for CobaltStrike BOF Injected AMSI Bypass
1 parent 9af65f5 commit 40bdcfc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sysmonconfig-export.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,11 @@
492492
<CallTrace condition="not begin with">C:\Windows\SYSTEM32\wow64win.dll</CallTrace>
493493
</Rule>
494494
<CallTrace condition="begin with">UNKNOWN</CallTrace>
495+
<!-- Inject AMSI Bypass via CobaltStrike BOF Ref: https://github.com/boku7/injectAmsiBypass -->
496+
<Rule groupRelation="and">
497+
<CallTrace condition="contains">UNKNOWN</CallTrace>
498+
<GrantedAccess condition="contains any">0x1028</GrantedAccess>
499+
</Rule>
495500
<!-- lsass.exe access with critical permission -->
496501
<Rule groupRelation="and">
497502
<TargetImage condition="end with">lsass.exe</TargetImage>

0 commit comments

Comments
 (0)