Skip to content

Commit 77d3adb

Browse files
committed
ProcessAccess using CobaltStrike BOF NtOpenProcess
1 parent 17836fd commit 77d3adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sysmonconfig-export.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,13 +472,13 @@
472472

473473
<!--SYSMON EVENT ID 10 : INTER-PROCESS ACCESS [ProcessAccess]-->
474474
<!--EVENT 10: "Process accessed"-->
475-
<!--COMMENT: Can cause high system load, disabled by default.-->
475+
<!--COMMENT: Can cause high system load.-->
476476
<!--COMMENT: Monitor for processes accessing other process' memory.-->
477477

478478
<!--DATA: UtcTime, SourceProcessGuid, SourceProcessId, SourceThreadId, SourceImage, TargetProcessGuid, TargetProcessId, TargetImage, GrantedAccess, CallTrace-->
479479
<RuleGroup name="" groupRelation="or">
480480
<ProcessAccess onmatch="include">
481-
<!--NOTE: Using "include" with no rules means nothing in this section will be logged-->
481+
<CallTrace condition="begin with">UNKNOWN</CallTrace> <!-- CobaltStrike BOF using NtOpenProcess Ref: https://medium.com/falconforce/falconfriday-direct-system-calls-and-cobalt-strike-bofs-0xff14-741fa8e1bdd6 -->
482482
</ProcessAccess>
483483
</RuleGroup>
484484

0 commit comments

Comments
 (0)