ET MALWARE Proxychecker Lookup


Query · suricata

flow:established,to_server;
http.uri;
content:"/proxy/proxychecker/"; nocase; fast_pattern;
Raw source ET MALWARE Proxychecker Lookup · 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 Proxychecker Lookup";
    flow:established,to_server;
    http.uri;
    content:"/proxy/proxychecker/"; nocase; fast_pattern;
    reference:url,www.virustotal.com/en/file/ec19e12e5dafc7aafaa0f582cd714ee5aa3615b89fe2f36f7851d96ec55e3344/analysis;
    classtype:trojan-activity;
    sid:2017344; rev:5;
    metadata:created_at 2013_08_19, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_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.