2020-01-30 16:26:09 +00:00
|
|
|
title: Remote Service Activity via SVCCTL Named Pipe
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 586a8d6b-6bfe-4ad9-9d78-888cd2fe50c3
|
2020-08-24 23:09:17 +00:00
|
|
|
description: Detects remote service activity via remote access to the svcctl named pipe
|
2019-04-03 11:58:20 +00:00
|
|
|
author: Samir Bousseaden
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/04/03
|
2019-04-03 11:58:20 +00:00
|
|
|
references:
|
|
|
|
- https://blog.menasec.net/2019/03/threat-hunting-26-remote-windows.html
|
|
|
|
tags:
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.persistence
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1077 # an old one
|
|
|
|
- attack.t1021.002
|
2019-04-03 11:58:20 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2020-07-13 21:02:17 +00:00
|
|
|
definition: 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
|
2019-04-03 11:58:20 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 5145
|
|
|
|
ShareName: \\*\IPC$
|
|
|
|
RelativeTargetName: svcctl
|
|
|
|
Accesses: '*WriteData*'
|
|
|
|
condition: selection
|
2020-01-30 15:07:37 +00:00
|
|
|
falsepositives:
|
2019-04-03 11:58:20 +00:00
|
|
|
- pentesting
|
|
|
|
level: medium
|