Merge pull request #262 from TareqAlKhatib/sysinternals

Added a detection path through process spawn
This commit is contained in:
Florian Roth
2019-02-24 09:19:00 +01:00
committed by GitHub
@@ -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