ET EXPLOIT_KIT ScanBox Framework used in WateringHole Attacks Initial (POST)


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:".php"; endswith;
http.request_body;
content:"seed="; fast_pattern;
content:"&referrer=";
content:"&agent=";
content:"&location=";
content:"&toplocation=";
Raw source ET EXPLOIT_KIT ScanBox Framework used in WateringHole Attacks Initial (POST) · 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 EXPLOIT_KIT ScanBox Framework used in WateringHole Attacks Initial (POST)";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:".php"; endswith;
    http.request_body;
    content:"seed="; fast_pattern;
    content:"&referrer=";
    content:"&agent=";
    content:"&location=";
    content:"&toplocation=";
    reference:url,www.alienvault.com/open-threat-exchange/blog/scanbox-a-reconnaissance-framework-used-on-watering-hole-attacks;
    classtype:exploit-kit;
    sid:2019094; rev:8;
    metadata:created_at 2014_08_30, signature_severity Major, updated_at 2020_09_17;
)

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.