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

16 lines
679 B
YAML

name: Credential Dumping LSASS memory test
detections:
- name: Access LSASS Memory for Dump Creation
pass_condition: '| stats count | where count = 2'
- name: Create Remote Thread into LSASS
pass_condition: '| stats count | where count = 1'
- name: Detect Credential Dumping through LSASS access
pass_condition: '| stats count | where count = 1'
- name: Dump LSASS via comsvcs DLL
pass_condition: '| stats count | where count = 1'
- name: Unsigned Image Loaded by LSASS
pass_condition: '| stats count | where count > 0'
description: Test credential dumping detections
target: attack-range-windows-domain-controller
simulation_technique: 'T1003.001'