ET MALWARE Orca RAT URI Struct 1


Query · suricata

flow:established,to_server;
http.uri;
content:"=1/"; fast_pattern;
pcre:"/^\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?$/";
http.header;
content:"Accept-Encoding|3a|";
content:"User-Agent|3a|"; distance:0;
http.user_agent;
pcre:"/(?: MSIE |rv\x3a11)/i";
http.header_names;
content:!"Referer|0d 0a|";
Raw source ET MALWARE Orca RAT URI Struct 1 · 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 Orca RAT URI Struct 1";
    flow:established,to_server;
    http.uri;
    content:"=1/"; fast_pattern;
    pcre:"/^\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?\/[A-Za-z0-9+~]+(?:=[1-2])?$/";
    http.header;
    content:"Accept-Encoding|3a|";
    content:"User-Agent|3a|"; distance:0;
    http.user_agent;
    pcre:"/(?: MSIE |rv\x3a11)/i";
    http.header_names;
    content:!"Referer|0d 0a|";
    reference:url,pwc.blogs.com/cyber_security_updates/2014/10/orcarat-a-whale-of-a-tale.html;
    classtype:trojan-activity;
    sid:2019481; rev:5;
    metadata:created_at 2014_10_21, performance_impact Moderate, signature_severity Major, updated_at 2024_04_19;
)

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.