ET POLICY HTTP traffic on port 443 (POST)


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.header;
content:!".etrade.com|3a|443|0d 0a|";
Raw source ET POLICY HTTP traffic on port 443 (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 443 (
    msg:"ET POLICY HTTP traffic on port 443 (POST)";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.header;
    content:!".etrade.com|3a|443|0d 0a|";
    classtype:bad-unknown;
    sid:2013926; rev:10;
    metadata:attack_target Client_Endpoint, tls_state plaintext, created_at 2011_11_18, deployment Perimeter, confidence High, signature_severity Informational, updated_at 2024_03_12;
)

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.