mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
924e1feb54
* Added UUIDs to all contributed rules * Moved unsupported logic directory out of rules/ because this breaks CI testing.
26 lines
747 B
YAML
26 lines
747 B
YAML
title: Cred dump-tools named pipes
|
|
id: 961d0ba2-3eea-4303-a930-2cf78bbfcc5e
|
|
description: Detects well-known credential dumping tools execution via specific named pipes
|
|
author: Teymur Kheirkhabarov, oscd.community
|
|
date: 2019/11/01
|
|
references:
|
|
- https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 17
|
|
PipeName|contains:
|
|
- '\lsadump'
|
|
- '\cachedump'
|
|
- '\wceservicepipe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate Administrator using tool for password recovery
|
|
level: medium
|
|
status: experimental
|