abusing_settingcontentms_to_launch_arbitrary_shell_command_execution


Description

None License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
(re.regex($selection.target.process.command_line, `.*\.SettingContent-ms.*`) and not (re.regex($selection.target.file.full_path, `.*immersivecontrolpanel.*`)))

  condition:
    $selection
Raw source abusing_settingcontentms_to_launch_arbitrary_shell_command_execution · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule abusing_settingcontentms_to_launch_arbitrary_shell_command_execution {
 meta:
    author = "Sreeman"
    description = "None  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/C5xyVr16NfbZ"
    version = "0.01"
    created = "2020/03/13"
    product = "Windows"
    mitre = "t1204, t1193, execution, initial_access"

  events:
(re.regex($selection.target.process.command_line, `.*\.SettingContent-ms.*`) and not (re.regex($selection.target.file.full_path, `.*immersivecontrolpanel.*`)))

  condition:
    $selection
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.