mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
23 lines
555 B
YAML
23 lines
555 B
YAML
title: Malicious Service Install
|
|
description: This method detects well-known keywords of malicious services in the Windows System Eventlog
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection:
|
|
EventID:
|
|
- 7045
|
|
- 4697
|
|
keywords:
|
|
- 'WCE SERVICE'
|
|
- 'WCESERVICE'
|
|
- 'DumpSvc'
|
|
quarkspwdump:
|
|
EventID: 16
|
|
HiveName: '*\AppData\Local\Temp\SAM*.dmp'
|
|
condition: ( selection and keywords ) or quarkspwdump
|
|
falsepositives:
|
|
- Unlikely
|
|
level: high
|