mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
12 lines
458 B
YAML
12 lines
458 B
YAML
name: Create local account test
|
|
detections:
|
|
- name: Short Lived Windows Accounts
|
|
pass_condition: '| stats count | where count > 0'
|
|
- name: Detect New Local Admin account
|
|
pass_condition: '| stats count | where count > 0'
|
|
- name: Create local admin accounts using net exe
|
|
pass_condition: '| stats count | where count > 0'
|
|
description: Test Create local account
|
|
target: attack-range-windows-domain-controller
|
|
simulation_technique: 'T1136.001'
|