mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
12 lines
429 B
YAML
12 lines
429 B
YAML
name: Credential Dumping LSASS memory test
|
|
detections:
|
|
- Access LSASS Memory for Dump Creation
|
|
- Create Remote Thread into LSASS
|
|
- Detect Credential Dumping through LSASS access
|
|
- Dump LSASS via comsvcs DLL
|
|
- Unsigned Image Loaded by LSASS
|
|
description: Test credential dumping detections
|
|
pass_condition: '| stats count | where count > 0'
|
|
target: attack-range-windows-domain-controller
|
|
simulation_technique: 'T1003.001'
|