ET INFO PhishingBox Landing Page - Phishing Simulation


Query · suricata

flow:established,to_client;
http.response_body;
content:"|3c|meta|20|name|3d 22|author|22 20|content|3d 22|PhishingBox|2c 20|LLC|2e 22 2f 3e|"; fast_pattern;
threshold:type limit, count 1, seconds 3600, track by_src;
Raw source ET INFO PhishingBox Landing Page - Phishing Simulation · 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 INFO PhishingBox Landing Page - Phishing Simulation";
    flow:established,to_client;
    http.response_body;
    content:"|3c|meta|20|name|3d 22|author|22 20|content|3d 22|PhishingBox|2c 20|LLC|2e 22 2f 3e|"; fast_pattern;
    threshold:type limit, count 1, seconds 3600, track by_src;
    reference:url,urlscan.io/result/0afd62d2-2336-4ded-8089-39347d936664/;
    classtype:not-suspicious;
    sid:2047992; rev:1;
    metadata:created_at 2023_09_11, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Informational, tag Phishing_Simulation, updated_at 2023_09_11;
)

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.