mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
14 lines
618 B
YAML
14 lines
618 B
YAML
name: Obfuscated Files or Information
|
|
detections:
|
|
- name: Malicious PowerShell Process - Encoded Command
|
|
file: endpoint/malicious_powershell_process___encoded_command.yml
|
|
pass_condition: '| stats count | where count > 0'
|
|
description: Test detections for Obfuscated Files or Information
|
|
target: default-attack-range-windows-domain-controller
|
|
simulation_technique: 'T1027'
|
|
attack_data:
|
|
- file_name: windows-sysmon.log
|
|
data: https://attack-range-attack-data.s3-us-west-2.amazonaws.com/T1027/windows-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|