Merge pull request #1906 from neu5ron/patch-5

improve zeek_dce_rpc_smb_spoolss_named_pipe
This commit is contained in:
frack113 2021-08-24 08:36:18 +02:00 committed by GitHub
commit 293f422243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
title: First Time Seen Remote Named Pipe - Zeek
title: SMB Spoolss Name Piped Usage
id: bae2865c-5565-470d-b505-9496c87d0c30
description: Detects the use of the spoolss named pipe over SMB. This can be used to trigger the authentication via NTLM of any machine that has the spoolservice enabled.
author: OTR (Open Threat Research)
author: OTR (Open Threat Research), @neu5ron
references:
- https://posts.specterops.io/hunting-in-active-directory-unconstrained-delegation-forests-trusts-71f2b33688e1
- https://dirkjanm.io/a-different-way-of-abusing-zerologon/
@ -10,14 +10,15 @@ tags:
- attack.lateral_movement
- attack.t1021.002
date: 2018/11/28
modified: 2021/08/23
logsource:
product: zeek
service: smb_files
detection:
selection:
path: \\*\IPC$
path|endswith: IPC$
name: spoolss
condition: selection
falsepositives:
- 'Domain Controllers acting as printer servers too? :)'
level: medium
- Domain Controllers that are sometimes, commonly although should not be, acting as printer servers too
level: medium