mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
14 lines
591 B
YAML
14 lines
591 B
YAML
name: System Information Discovery
|
|
detections:
|
|
- name: System Information Discovery Detection
|
|
file: endpoint/system_information_discovery_detection.yml
|
|
pass_condition: '| stats count | where count > 0'
|
|
description: Test System Information Discovery Detection
|
|
target: default-attack-range-windows-domain-controller
|
|
simulation_technique: 'T1082'
|
|
attack_data:
|
|
- file_name: windows-sysmon.log
|
|
data: https://attack-range-attack-data.s3-us-west-2.amazonaws.com/T1082/windows-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|