Zeek SMB spoolss Named Pipe (IPC$) Access

Flags Zeek SMB events accessing the spoolss named pipe via IPC$.

FreeReviewedSigma · Medium · v2
Product
zeek
Service
smb_files
Author
OTR (Open Threat Research), @neu5ron (SigmaHQ), DRL 1.1
Published
2018-11-28
Updated
2026-07-31
title: Zeek SMB spoolss Named Pipe (IPC$) Access
id: 7e9689f4-e12a-4065-8f3b-8259145e1e0c
status: test
description: This rule flags SMB file activity where the name field is "spoolss" and the path ends with "IPC$", indicating attempts to access the spoolss named pipe over the SMB IPC share. Attackers can use this to provoke network authentication from systems that expose the spool service, which can facilitate lateral movement or follow-on abuse. It relies on Zeek SMB file logs capturing both the IPC$-scoped path and the spoolss pipe name.
references:
  - https://posts.specterops.io/hunting-in-active-directory-unconstrained-delegation-forests-trusts-71f2b33688e1
  - https://dirkjanm.io/a-different-way-of-abusing-zerologon/
  - https://twitter.com/_dirkjan/status/1309214379003588608
  - https://github.com/SigmaHQ/sigma/blob/master/rules/network/zeek/zeek_dce_rpc_smb_spoolss_named_pipe.yml
author: OTR (Open Threat Research), @neu5ron, Huntrule Team
date: 2018-11-28
modified: 2022-10-09
tags:
  - attack.lateral-movement
  - attack.t1021.002
logsource:
  product: zeek
  service: smb_files
detection:
  selection:
    path|endswith: IPC$
    name: spoolss
  condition: selection
falsepositives:
  - Domain Controllers that are sometimes, commonly although should not be, acting as printer servers too
level: medium
license: DRL-1.1
related:
  - id: bae2865c-5565-470d-b505-9496c87d0c30
    type: derived