ET MALWARE Linux DarkRadiation Ransomware Activity (wget)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/api/supermicro_cr.gz"; bsize:21; fast_pattern;
http.user_agent;
content:"Wget/"; startswith;
http.host;
pcre:"/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/";
Raw source ET MALWARE Linux DarkRadiation Ransomware Activity (wget) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Linux DarkRadiation Ransomware Activity (wget)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/api/supermicro_cr.gz"; bsize:21; fast_pattern;
    http.user_agent;
    content:"Wget/"; startswith;
    http.host;
    pcre:"/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/";
    reference:url,www.trendmicro.com/en_us/research/21/f/bash-ransomware-darkradiation-targets-red-hat--and-debian-based-linux-distributions.html;
    classtype:trojan-activity;
    sid:2033159; rev:1;
    metadata:affected_product Linux, attack_target Client_Endpoint, created_at 2021_06_22, deployment Perimeter, confidence High, signature_severity Major, tag Ransomware, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_06_22, mitre_tactic_id TA0040, mitre_tactic_name Impact, mitre_technique_id T1486, mitre_technique_name Data_Encrypted_for_Impact;
)

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.