Emerging Threathightest

Adwind RAT / JRAT

Detects javaw.exe in AppData folder as used by Adwind / JRAT

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems), Tom Ueltschi, Jonhnathan Ribeiro, oscd.communityCreated Fri Nov 10Updated Sun Oct 091fac1481-2dbc-48b2-9096-753c49b4ec712017
Emerging Threat
Active Threat

Developed to detect an active or emerging threat. Prioritize investigation of any alerts and correlate with threat intelligence.

Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        - CommandLine|contains|all:
              - '\AppData\Roaming\Oracle'
              - '\java'
              - '.exe '
        - CommandLine|contains|all:
              - 'cscript.exe'
              - 'Retrive'
              - '.vbs '
    condition: selection
MITRE ATT&CK

Other

detection.emerging-threats
Rule Metadata
Rule ID
1fac1481-2dbc-48b2-9096-753c49b4ec71
Status
test
Level
high
Type
Emerging Threat
Created
Fri Nov 10
Modified
Sun Oct 09
Path
rules-emerging-threats/2017/Malware/Adwind-RAT/proc_creation_win_malware_adwind.yml
Raw Tags
attack.executionattack.t1059.005attack.t1059.007detection.emerging-threats
View on GitHub