ET MALWARE Possible UPSTYLE Command Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"img|5b|"; fast_pattern;
pcre:"/img\x5b[a-zA-Z0-9+/=]{10,}\x5d/U";
content:!"|0d 0a|Referer|0d 0a|";
target:dest_ip;
Raw source ET MALWARE Possible UPSTYLE Command Attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Possible UPSTYLE Command Attempt";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"img|5b|"; fast_pattern;
    pcre:"/img\x5b[a-zA-Z0-9+/=]{10,}\x5d/U";
    content:!"|0d 0a|Referer|0d 0a|";
    reference:url,www.volexity.com/blog/2024/04/12/zero-day-exploitation-of-unauthenticated-remote-code-execution-vulnerability-in-globalprotect-cve-2024-3400/;
    reference:url,unit42.paloaltonetworks.com/cve-2024-3400/;
    classtype:trojan-activity;
    sid:2052026; rev:1;
    metadata:affected_product Palo_Alto_Networks, attack_target Networking_Equipment, tls_state TLSDecrypt, created_at 2024_04_12, cve CVE_2024_3400, deployment Perimeter, deployment SSLDecrypt, malware_family UPSTYLE, performance_impact Moderate, confidence Low, signature_severity Major, updated_at 2024_04_12;
    target:dest_ip;
)

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.