Skip to content

Commit 2ce8bed

Browse files
new: Suspicious Process Access of MsMpEng by WerFaultSecure - EDR-Freeze (#67)
* new: Suspicious Process Access of MsMpEng by WerFaultSecure - EDR-Freeze * change order --------- Co-authored-by: phantinuss <[email protected]>
1 parent 76371af commit 2ce8bed

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

sysmonconfig-export-block.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,11 @@
481481
<CallTrace condition="contains">:\Windows\Microsoft.NET\Framework64\v2.</CallTrace>
482482
<CallTrace condition="contains">UNKNOWN</CallTrace>
483483
</Rule>
484+
<!--Suspicious Process Access of MsMpEng by WerFaultSecure - EDR-Freeze Ref: https://github.com/SigmaHQ/sigma/pull/5777/files#diff-070db4b0869c437f4aa265e9e01a3c48f5d1d9757be2aa6aec35b852a587bb73-->
485+
<Rule groupRelation="and">
486+
<SourceImage condition="end with">\WerFaultSecure.exe</SourceImage>
487+
<TargetImage condition="end with">\MsMpEng.exe</TargetImage>
488+
</Rule>
484489
</ProcessAccess>
485490
</RuleGroup>
486491

sysmonconfig-export.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,11 @@
524524
<CallTrace condition="contains">:\Windows\Microsoft.NET\Framework64\v2.</CallTrace>
525525
<CallTrace condition="contains">UNKNOWN</CallTrace>
526526
</Rule>
527+
<!--Suspicious Process Access of MsMpEng by WerFaultSecure - EDR-Freeze Ref: https://github.com/SigmaHQ/sigma/pull/5777/files#diff-070db4b0869c437f4aa265e9e01a3c48f5d1d9757be2aa6aec35b852a587bb73-->
528+
<Rule groupRelation="and">
529+
<SourceImage condition="end with">\WerFaultSecure.exe</SourceImage>
530+
<TargetImage condition="end with">\MsMpEng.exe</TargetImage>
531+
</Rule>
527532
</ProcessAccess>
528533
</RuleGroup>
529534

0 commit comments

Comments
 (0)