SigmaHQ/rules/windows/sysmon/sysmon_control_panel_item.yml
2019-09-04 14:05:58 +03:00

26 lines
561 B
YAML

title: Control Panel Items
status: experimental
description: Detects the use of a control panel item (.cpl) outside of the System32 folder
reference:
- https://attack.mitre.org/techniques/T1196/
tags:
- attack.execution
- attack.t1196
- attack.defense_evasion
author: Kyaw Min Thein
date: 2019/08/27
level: critical
logsource:
product: windows
service: sysmon
detection:
selection:
CommandLine: '*.cpl'
filter:
CommandLine:
- '*\System32\\*'
- '*%System%*'
condition: selection and not filter
falsepositives:
- Unknown