ET PHISHING Bitcoin Scam Webpage Observed


Query · suricata

flow:established,to_client;
http.response_body;
content:"paymentLink";
content:"payExchangeFee"; distance:0;
content:"payCommissionspFee"; fast_pattern; distance:0;
content:"payTransitbooking"; distance:0;
content:"paySignature"; distance:0;
content:"pay.php"; distance:0;
Raw source ET PHISHING Bitcoin Scam Webpage Observed · 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 PHISHING Bitcoin Scam Webpage Observed";
    flow:established,to_client;
    http.response_body;
    content:"paymentLink";
    content:"payExchangeFee"; distance:0;
    content:"payCommissionspFee"; fast_pattern; distance:0;
    content:"payTransitbooking"; distance:0;
    content:"paySignature"; distance:0;
    content:"pay.php"; distance:0;
    classtype:social-engineering;
    sid:2058101; rev:1;
    metadata:attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_12_05, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, updated_at 2024_12_05;
)

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.