mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
26 lines
572 B
YAML
26 lines
572 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
|
|
category: process_creation
|
|
detection:
|
|
selection:
|
|
CommandLine: '*.cpl'
|
|
filter:
|
|
CommandLine:
|
|
- '*\System32\\*'
|
|
- '*%System%*'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Unknown
|