Files
splunk-security_content/tests/T1003_003.yml
Patrick Bareiss d0aa56f92c updated test files
2020-07-29 11:00:22 +02:00

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'