Merge pull request #262 from TareqAlKhatib/sysinternals
Added a detection path through process spawn
This commit is contained in:
@@ -9,10 +9,13 @@ logsource:
|
||||
product: windows
|
||||
service: sysmon
|
||||
detection:
|
||||
selection:
|
||||
selection1:
|
||||
EventID: 13
|
||||
TargetObject: '*\EulaAccepted'
|
||||
condition: selection
|
||||
selection2:
|
||||
EventID: 1
|
||||
CommandLine: '* -accepteula*'
|
||||
condition: selection1 or selection2
|
||||
falsepositives:
|
||||
- Legitimate use of SysInternals tools
|
||||
- Programs that use the same Registry Key
|
||||
|
||||
Reference in New Issue
Block a user