SigmaHQ/rules/windows/builtin/win_svcctl_remote_service.yml

27 lines
842 B
YAML
Raw Normal View History

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
description: Detects remote service activity via remote access to the svcctl named pipe
2019-04-03 11:58:20 +00:00
author: Samir Bousseaden
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
- attack.t1077 # an old one
- attack.t1021.002
2019-04-03 11:58:20 +00:00
logsource:
product: windows
service: security
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
falsepositives:
2019-04-03 11:58:20 +00:00
- pentesting
level: medium