ET MALWARE Supercharge Component Download (exe)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"quantumcore"; fast_pattern;
pcre:"/(?:BrowsingHistoryView|WebBrowserPassView)\.exe$/Ri";
Raw source ET MALWARE Supercharge Component Download (exe) · 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 Supercharge Component Download (exe)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"quantumcore"; fast_pattern;
    pcre:"/(?:BrowsingHistoryView|WebBrowserPassView)\.exe$/Ri";
    reference:url,github.com/quantumcore/test/blob/master/;
    classtype:trojan-activity;
    sid:2030517; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2020_07_14, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_07_14;
)

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.