mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
14 lines
604 B
YAML
14 lines
604 B
YAML
name: Credential Dumping Ntds test
|
|
detections:
|
|
- name: Creation of Shadow Copy
|
|
pass_condition: '| stats count | where count > 0'
|
|
- name: Creation of Shadow Copy with wmic and powershell
|
|
pass_condition: '| stats count | where count > 0'
|
|
- name: Credential Dumping via Copy Command from Shadow Copy
|
|
pass_condition: '| stats count | where count > 0'
|
|
- name: Credential Dumping via Symlink to Shadow Copy
|
|
pass_condition: '| stats count | where count > 0'
|
|
description: Test credential dumping detections
|
|
target: attack-range-windows-domain-controller
|
|
simulation_technique: 'T1003.003'
|