mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
16 lines
679 B
YAML
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 > 0'
|
|
- name: Create Remote Thread into LSASS
|
|
pass_condition: '| stats count | where count > 0'
|
|
- name: Detect Credential Dumping through LSASS access
|
|
pass_condition: '| stats count | where count > 0'
|
|
- name: Dump LSASS via comsvcs DLL
|
|
pass_condition: '| stats count | where count > 0'
|
|
- 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'
|