Elastic high stable kql
Protected Storage Service Access via SMB
Identifies remote access to the Windows Protected Storage Service through the IPC$ share. Attackers may abuse this named pipe to interact with the Protected Storage Service and extract sensitive credentials, certificates, or DPAPI backup keys.
Detection Logic
host.os.type:windows and event.category:file and event.code:5145 and
winlog.event_data.ShareName:"\\\\*\\IPC$" and
winlog.event_data.RelativeTargetName:"protected_storage" and
not source.ip:("::" or "::1" or "0.0.0.0" or "127.0.0.1") Field Validations
Loading…
Comments (0)
Loading comments...