2020-02-16 22:24:00 +00:00
|
|
|
title: Malicious Service Installations
|
|
|
|
id: 5a105d34-05fc-401e-8553-272b45c1522d
|
|
|
|
description: Detects known malicious service installs that only appear in cases of lateral movement, credential dumping and other suspicious activity
|
|
|
|
author: Florian Roth, Daniil Yugoslavskiy, oscd.community (update)
|
|
|
|
date: 2017/03/27
|
|
|
|
modified: 2019/11/01
|
|
|
|
tags:
|
|
|
|
- attack.persistence
|
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.t1003
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1035 # an old one
|
|
|
|
- attack.t1050 # an old one
|
2020-02-16 22:24:00 +00:00
|
|
|
- car.2013-09-005
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1543.003
|
|
|
|
- attack.t1569.002
|
2020-02-16 22:24:00 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: system
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 7045
|
|
|
|
malsvc_paexec:
|
|
|
|
ServiceFileName|contains: '\PAExec'
|
|
|
|
malsvc_wannacry:
|
|
|
|
ServiceName: 'mssecsvc2.0'
|
|
|
|
malsvc_persistence:
|
|
|
|
ServiceFileName|contains: 'net user'
|
|
|
|
condition: selection and 1 of malsvc_*
|
2020-06-16 20:46:08 +00:00
|
|
|
falsepositives:
|
2020-02-16 22:24:00 +00:00
|
|
|
- Penetration testing
|
|
|
|
level: critical
|