Skip to content

Commit be79a15

Browse files
committed
fix: use correct list separator ;
1 parent fadf537 commit be79a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sysmonconfig-export.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
<!-- lsass.exe access with critical permission -->
496496
<Rule groupRelation="and">
497497
<TargetImage condition="end with">lsass.exe</TargetImage>
498-
<GrantedAccess condition="contains any">0x40,0x1000,0x1010,0x1038,0x1410,0x1418,0x1438,0x143a,0x100000,0x1f0fff,0x1f1fff,0x1f2fff,0x1f3fff,0x1fffff</GrantedAccess> <!--0x1400 too noisy-->
498+
<GrantedAccess condition="contains any">0x40;0x1000;0x1010;0x1038;0x1410;0x1418;0x1438;0x143a;0x100000;0x1f0fff;0x1f1fff;0x1f2fff;0x1f3fff;0x1fffff</GrantedAccess> <!--0x1400 too noisy-->
499499
</Rule>
500500
<!-- LittleCorporal generated MalDoc Ref: https://github.com/connormcgarr/LittleCorporal -->
501501
<Rule groupRelation="and">

0 commit comments

Comments
 (0)