2019-03-06 05:25:12 +01:00
|
|
|
action: global
|
2017-03-05 23:52:02 +01:00
|
|
|
title: Malicious Service Install
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 4976aa50-8f41-45c6-8b15-ab3fc10e79ed
|
|
|
|
|
description: This method detects well-known keywords of malicious services in the Windows System Eventlog
|
2017-03-05 23:52:02 +01:00
|
|
|
author: Florian Roth
|
2018-07-24 07:50:32 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.credential_access
|
|
|
|
|
- attack.t1003
|
|
|
|
|
- attack.s0005
|
2017-03-05 23:52:02 +01:00
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
service: system
|
|
|
|
|
detection:
|
2019-03-11 16:58:57 +01:00
|
|
|
selection1:
|
2017-03-05 23:52:02 +01:00
|
|
|
EventID:
|
|
|
|
|
- 7045
|
|
|
|
|
keywords:
|
2019-11-02 11:25:29 +01:00
|
|
|
Message:
|
|
|
|
|
- '*WCE SERVICE*'
|
|
|
|
|
- '*WCESERVICE*'
|
|
|
|
|
- '*DumpSvc*'
|
2017-03-05 23:52:02 +01:00
|
|
|
quarkspwdump:
|
|
|
|
|
EventID: 16
|
|
|
|
|
HiveName: '*\AppData\Local\Temp\SAM*.dmp'
|
2019-03-11 16:58:57 +01:00
|
|
|
condition: ( selection1 and keywords ) or ( selection2 and keywords ) or quarkspwdump
|
2017-03-05 23:52:02 +01:00
|
|
|
falsepositives:
|
|
|
|
|
- Unlikely
|
|
|
|
|
level: high
|
2019-03-06 05:25:12 +01:00
|
|
|
---
|
|
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
service: security
|
|
|
|
|
detection:
|
2019-03-11 16:58:57 +01:00
|
|
|
selection2:
|
2019-03-06 05:25:12 +01:00
|
|
|
EventID: 4697
|