File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 487487 <ProcessAccess onmatch =" include" >
488488 <!-- CobaltStrike BOF using OpenProcess/NtOpenProcess Ref: https://medium.com/falconforce/falconfriday-direct-system-calls-and-cobalt-strike-bofs-0xff14-741fa8e1bdd6 -->
489489 <CallTrace condition =" begin with" >UNKNOWN</CallTrace >
490- <!-- Inject AMSI Bypass via CobaltStrike BOF Ref: https://github.com/boku7/injectAmsiBypass -->
490+ <!-- Typical ProcessAccess Pattern of CobaltStrike BOF Ref: e.g. https://github.com/boku7/injectAmsiBypass -->
491491 <Rule groupRelation =" and" >
492492 <CallTrace condition =" contains" >UNKNOWN</CallTrace >
493- <GrantedAccess condition =" contains any" >0x1028</GrantedAccess >
493+ <GrantedAccess condition =" contains any" >0x1028;0x1fffff </GrantedAccess >
494494 </Rule >
495495 <!-- lsass.exe access with critical permission -->
496496 <Rule groupRelation =" and" >
You can’t perform that action at this time.
0 commit comments