Windows Security: Network Access to protected_storage (IPC)

Flags Windows network share access to protected_storage through IPC from Security event 5145.

FreeReviewedSigma · High · v2
Product
windows
Service
security
Author
Roberto Rodriguez @Cyb3rWard0g (SigmaHQ), DRL 1.1
Published
2019-08-10
Updated
2026-07-31
title: "Windows Security: Network Access to protected_storage (IPC)"
id: 243ce2b8-96f6-4025-b0eb-6b84cd41641d
status: test
description: This rule flags Windows Security event 5145 where a client accesses the protected_storage resource via an IPC share path. Attackers may use protected storage access to facilitate credential and key material theft or lateral movement by reaching sensitive backups on domain systems. The detection relies on event-based SMB/Share access telemetry, including ShareName content containing IPC and the RelativeTargetName matching protected_storage.
references:
  - https://threathunterplaybook.com/hunts/windows/190620-DomainDPAPIBackupKeyExtraction/notebook.html
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/win_security_protected_storage_service_access.yml
author: Roberto Rodriguez @Cyb3rWard0g, Huntrule Team
date: 2019-08-10
modified: 2021-11-27
tags:
  - attack.lateral-movement
  - attack.t1021.002
logsource:
  product: windows
  service: security
detection:
  selection:
    EventID: 5145
    ShareName|contains: IPC
    RelativeTargetName: protected_storage
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 45545954-4016-43c6-855e-eae8f1c369dc
    type: derived