Files
splunk-security_content/tests/T1003_003.yml
2020-07-09 14:21:33 +02:00

14 lines
604 B
YAML

name: Credential Dumping Ntds test
detections:
- name: Creation of Shadow Copy
pass_condition: '| stats count | where count = 4'
- name: Creation of Shadow Copy with wmic and powershell
pass_condition: '| stats count | where count = 2'
- name: Credential Dumping via Copy Command from Shadow Copy
pass_condition: '| stats count | where count = 1'
- name: Credential Dumping via Symlink to Shadow Copy
pass_condition: '| stats count | where count = 1'
description: Test credential dumping detections
target: attack-range-windows-domain-controller
simulation_technique: 'T1003.003'