mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
35 lines
772 B
YAML
35 lines
772 B
YAML
---
|
|
action: global
|
|
title: Malicious Service Install
|
|
description: This method detects well-known keywords of malicious services in the Windows System Eventlog
|
|
author: Florian Roth
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003
|
|
- attack.s0005
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection1:
|
|
EventID:
|
|
- 7045
|
|
keywords:
|
|
- 'WCE SERVICE'
|
|
- 'WCESERVICE'
|
|
- 'DumpSvc'
|
|
quarkspwdump:
|
|
EventID: 16
|
|
HiveName: '*\AppData\Local\Temp\SAM*.dmp'
|
|
condition: ( selection1 and keywords ) or ( selection2 and keywords ) or quarkspwdump
|
|
falsepositives:
|
|
- Unlikely
|
|
level: high
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection2:
|
|
EventID: 4697
|