Skip to content

Commit ce3e7bf

Browse files
authored
Merge pull request #10 from phantinuss/master
Collect LittleCorporal ProcessAccess events
2 parents efb7784 + 166d4e1 commit ce3e7bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sysmonconfig-export.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,12 @@
502502
<TargetImage condition="end with">lsass.exe</TargetImage>
503503
<GrantedAccess condition="contains any">0x40,0x1000,0x1010,0x1038,0x1410,0x1418,0x1438,0x143a,0x100000,0x1f0fff,0x1f1fff,0x1f2fff,0x1f3fff,0x1fffff</GrantedAccess> <!--0x1400 too noisy-->
504504
</Rule>
505+
<!-- LittleCorporal generated MalDoc Ref: https://github.com/connormcgarr/LittleCorporal -->
506+
<Rule groupRelation="and">
507+
<SourceImage condition="contains">winword.exe</SourceImage>
508+
<CallTrace condition="contains">:\Windows\Microsoft.NET\Framework64\v2.</CallTrace>
509+
<CallTrace condition="contains">UNKNOWN</CallTrace>
510+
</Rule>
505511
</ProcessAccess>
506512
</RuleGroup>
507513

0 commit comments

Comments
 (0)