antivirus_exploitation_framework_detection


Description

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

Query · yara_l

events:
(re.regex($selection.target.registry.registry_value_data, `.*MeteTool.*`) or re.regex($selection.target.registry.registry_value_data, `.*MPreter.*`) or re.regex($selection.target.registry.registry_value_data, `.*Meterpreter.*`) or re.regex($selection.target.registry.registry_value_data, `.*Metasploit.*`) or re.regex($selection.target.registry.registry_value_data, `.*PowerSploit.*`) or re.regex($selection.target.registry.registry_value_data, `.*CobaltSrike.*`) or re.regex($selection.target.registry.registry_value_data, `.*Swrort.*`) or re.regex($selection.target.registry.registry_value_data, `.*Rozena.*`) or re.regex($selection.target.registry.registry_value_data, `.*Backdoor\.Cobalt.*`))

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

  events:
(re.regex($selection.target.registry.registry_value_data, `.*MeteTool.*`) or re.regex($selection.target.registry.registry_value_data, `.*MPreter.*`) or re.regex($selection.target.registry.registry_value_data, `.*Meterpreter.*`) or re.regex($selection.target.registry.registry_value_data, `.*Metasploit.*`) or re.regex($selection.target.registry.registry_value_data, `.*PowerSploit.*`) or re.regex($selection.target.registry.registry_value_data, `.*CobaltSrike.*`) or re.regex($selection.target.registry.registry_value_data, `.*Swrort.*`) or re.regex($selection.target.registry.registry_value_data, `.*Rozena.*`) or re.regex($selection.target.registry.registry_value_data, `.*Backdoor\.Cobalt.*`))

  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.