SigmaHQ/rules/windows/builtin/win_lm_namedpipe.yml

45 lines
1.4 KiB
YAML
Raw Normal View History

2020-01-30 16:26:09 +00:00
title: First Time Seen Remote Named Pipe
2019-11-12 22:12:27 +00:00
id: 52d8b0c6-53d6-439a-9e41-52ad442ad9ad
2020-06-16 20:46:08 +00:00
description: This detection excludes known namped pipes accessible remotely and notify on newly observed ones, may help to detect lateral movement and remote exec using named pipes
2019-04-03 13:48:42 +00:00
author: Samir Bousseaden
date: 2019/04/03
2019-04-03 13:48:42 +00:00
references:
- https://twitter.com/menasec1/status/1104489274387451904
tags:
- attack.lateral_movement
2019-04-03 19:49:58 +00:00
- attack.t1077
2020-06-16 20:46:08 +00:00
- attack.t1021.002
2019-04-03 13:48:42 +00:00
logsource:
product: windows
service: security
description: 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
detection:
selection1:
EventID: 5145
ShareName: \\*\IPC$
selection2:
EventID: 5145
ShareName: \\*\IPC$
RelativeTargetName:
2020-06-16 20:46:08 +00:00
- 'atsvc'
- 'samr'
- 'lsarpc'
- 'winreg'
- 'netlogon'
- 'srvsvc'
- 'protected_storage'
- 'wkssvc'
- 'browser'
- 'netdfs'
- 'svcctl'
- 'spoolss'
- 'ntsvcs'
- 'LSM_API_service'
- 'HydraLsPipe'
- 'TermSrv_API_service'
- 'MsFteWds'
2019-04-03 13:48:42 +00:00
condition: selection1 and not selection2
falsepositives:
2019-04-03 13:48:42 +00:00
- update the excluded named pipe to filter out any newly observed legit named pipe
level: high