adwind_rat__jrat_part_2


Description

Detects javaw.exe in AppData folder as used by Adwind / JRAT License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection.metadata.product_event_type = "13" and re.regex($selection.target.registry.registry_key, `REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run.*`) and re.regex($selection.metadata.description, `%AppData%\\Roaming\\Oracle\\bin\\.*`))

  condition:
    $selection
Raw source adwind_rat__jrat_part_2 · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule adwind_rat__jrat_part_2 {
 meta:
    author = "Florian Roth, Tom Ueltschi"
    description = "Detects javaw.exe in AppData folder as used by Adwind / JRAT  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/4VPNvKK4SGiZ"
    version = "0.01"
    created = "2017/11/10"
    product = "windows"
    service = "sysmon"
    mitre = "execution, t1064"

  events:
($selection.metadata.product_event_type = "13" and re.regex($selection.target.registry.registry_key, `REGISTRY\\MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run.*`) and re.regex($selection.metadata.description, `%AppData%\\Roaming\\Oracle\\bin\\.*`))

  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.