Files
blue-team-tools/rules/windows/builtin/win_arbitrary_shell_execution_via_settingcontent.yml
T
frack113 1cfca93354 Missing status in rules (#2284)
* add missing status
2021-11-19 22:32:26 +01:00

32 lines
994 B
YAML

title: Arbitrary Shell Command Execution Via Settingcontent-Ms
id: 24de4f3b-804c-4165-b442-5a06a2302c7e
description: The .SettingContent-ms file type was introduced in Windows 10 and allows a user to create "shortcuts" to various Windows 10 setting pages. These files are simply XML and contain paths to various Windows 10 settings binaries.
status: experimental
author: Sreeman
date: 2020/03/13
modified: 2021/08/09
references:
- https://posts.specterops.io/the-tale-of-settingcontent-ms-files-f1ea253e4d39
tags:
- attack.t1204
- attack.t1193 # an old one
- attack.t1566.001
- attack.execution
- attack.initial_access
logsource:
product: windows
service: security
detection:
selection:
CommandLine|contains: '.SettingContent-ms'
filter:
FilePath|contains: 'immersivecontrolpanel'
condition: selection and not filter
falsepositives:
- unknown
fields:
- ParentProcess
- CommandLine
- ParentCommandLine
level: medium