2018-01-27 09:57:30 +00:00
|
|
|
title: Malicious Service Installations
|
2017-03-27 13:20:50 +00:00
|
|
|
description: Detects known malicious service installs that only appear in cases of lateral movement, credential dumping and other suspicious activity
|
|
|
|
author: Florian Roth
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: system
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 7045
|
2018-03-06 22:14:43 +00:00
|
|
|
malsvc_wce:
|
2017-03-27 13:20:50 +00:00
|
|
|
ServiceName:
|
|
|
|
- 'WCESERVICE'
|
|
|
|
- 'WCE SERVICE'
|
2018-03-06 22:14:43 +00:00
|
|
|
malsvc_paexec:
|
2017-03-27 13:20:50 +00:00
|
|
|
ServiceFileName: '*\PAExec*'
|
2018-03-06 22:14:43 +00:00
|
|
|
malsvc_winexe:
|
2017-03-27 13:20:50 +00:00
|
|
|
ServiceFileName: 'winexesvc.exe*'
|
2018-03-06 22:14:43 +00:00
|
|
|
malsvc_pwdumpx:
|
2017-03-27 13:20:50 +00:00
|
|
|
ServiceFileName: '*\DumpSvc.exe'
|
2018-03-06 22:14:43 +00:00
|
|
|
malsvc_wannacry:
|
2017-05-15 14:06:16 +00:00
|
|
|
ServiceName: 'mssecsvc2.0'
|
2018-03-06 22:14:43 +00:00
|
|
|
malsvc_persistence:
|
2017-08-16 13:16:41 +00:00
|
|
|
ServiceFileName: '* net user *'
|
2018-03-06 22:14:43 +00:00
|
|
|
malsvc_others:
|
2017-03-27 13:20:50 +00:00
|
|
|
ServiceName:
|
|
|
|
- 'pwdump*'
|
|
|
|
- 'gsecdump*'
|
|
|
|
- 'cachedump*'
|
2018-03-06 22:14:43 +00:00
|
|
|
condition: selection and 1 of malsvc_*
|
2017-03-27 13:20:50 +00:00
|
|
|
falsepositives:
|
|
|
|
- Penetration testing
|
|
|
|
level: critical
|