antivirus_web_shell_detection


Description

Detects a highly relevant Antivirus alert that reports a web shell License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
(re.regex($selection.target.registry.registry_value_data, `PHP/Backdoor.*`) or re.regex($selection.target.registry.registry_value_data, `JSP/Backdoor.*`) or re.regex($selection.target.registry.registry_value_data, `ASP/Backdoor.*`) or re.regex($selection.target.registry.registry_value_data, `Backdoor\.PHP.*`) or re.regex($selection.target.registry.registry_value_data, `Backdoor\.JSP.*`) or re.regex($selection.target.registry.registry_value_data, `Backdoor\.ASP.*`) or re.regex($selection.target.registry.registry_value_data, `.*Webshell.*`))

  condition:
    $selection
Raw source antivirus_web_shell_detection · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule antivirus_web_shell_detection {
 meta:
    author = "Florian Roth"
    description = "Detects a highly relevant Antivirus alert that reports a web shell  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/NFNBlkuPv7R5"
    version = "0.01"
    created = "2018/09/09"
    product = "antivirus"
    mitre = "persistence, t1100"

  events:
(re.regex($selection.target.registry.registry_value_data, `PHP/Backdoor.*`) or re.regex($selection.target.registry.registry_value_data, `JSP/Backdoor.*`) or re.regex($selection.target.registry.registry_value_data, `ASP/Backdoor.*`) or re.regex($selection.target.registry.registry_value_data, `Backdoor\.PHP.*`) or re.regex($selection.target.registry.registry_value_data, `Backdoor\.JSP.*`) or re.regex($selection.target.registry.registry_value_data, `Backdoor\.ASP.*`) or re.regex($selection.target.registry.registry_value_data, `.*Webshell.*`))

  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.