ET MALWARE [FIREEYE] PULSECHECK Webshell Access Outbound


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.header_names;
content:"|0d 0a|X-CMD|0d 0a|"; nocase;
content:"|0d 0a|X-CNT|0d 0a|"; nocase;
content:"|0d 0a|X-KEY|0d 0a|"; nocase;
content:!"|0d 0a|Referer|0d 0a|";
Raw source ET MALWARE [FIREEYE] PULSECHECK Webshell Access Outbound · 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 [FIREEYE] PULSECHECK Webshell Access Outbound";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.header_names;
    content:"|0d 0a|X-CMD|0d 0a|"; nocase;
    content:"|0d 0a|X-CNT|0d 0a|"; nocase;
    content:"|0d 0a|X-KEY|0d 0a|"; nocase;
    content:!"|0d 0a|Referer|0d 0a|";
    reference:url,github.com/fireeye/pulsesecure_exploitation_countermeasures;
    reference:url,www.fireeye.com/blog/threat-research/2021/04/suspected-apt-actors-leverage-bypass-techniques-pulse-secure-zero-day.html;
    classtype:trojan-activity;
    sid:2032907; rev:1;
    metadata:attack_target Server, created_at 2021_05_05, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_05_05;
)

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.