ET EXPLOIT Metasploit Plugin-Detect Posting Data 3


Query · suricata

flow:established,to_server;
http.request_body;
content:"mb3NfZmxhdm9yP";
Raw source ET EXPLOIT Metasploit Plugin-Detect Posting Data 3 · 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 Metasploit Plugin-Detect Posting Data 3";
    flow:established,to_server;
    http.request_body;
    content:"mb3NfZmxhdm9yP";
    reference:url,github.com/rapid7/metasploit-framework/wiki/How-to-write-a-browser-exploit-using-BrowserExploitServer;
    classtype:trojan-activity;
    sid:2017898; rev:5;
    metadata:affected_product Any, attack_target Client_and_Server, created_at 2013_12_24, deployment Perimeter, deployment Internet, deployment Internal, deployment Datacenter, signature_severity Critical, tag Metasploit, updated_at 2020_04_27;
)

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.