mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
Merge pull request #1611 from SigmaHQ/rule-devel
fix: escape character that would be interpreted as wildcard
This commit is contained in:
commit
691cf066b9
@ -17,7 +17,7 @@ logsource:
|
|||||||
detection:
|
detection:
|
||||||
selection:
|
selection:
|
||||||
EventID: '5145'
|
EventID: '5145'
|
||||||
ShareName: '\\*\IPC$'
|
ShareName: '\\\*\IPC$'
|
||||||
RelativeTargetName: 'spoolss'
|
RelativeTargetName: 'spoolss'
|
||||||
AccessMask: '0x3'
|
AccessMask: '0x3'
|
||||||
ObjectType: 'File'
|
ObjectType: 'File'
|
||||||
|
Loading…
Reference in New Issue
Block a user