ET EXPLOIT Possible CVE-2014-6271 Attempt Against SIP Proxy


Query · suricata

flow:to_server,established;
content:"|28 29 20 7b|"; fast_pattern;
Raw source ET EXPLOIT Possible CVE-2014-6271 Attempt Against SIP Proxy · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp any any -> $HOME_NET [5060,5061] (
    msg:"ET EXPLOIT Possible CVE-2014-6271 Attempt Against SIP Proxy";
    flow:to_server,established;
    content:"|28 29 20 7b|"; fast_pattern;
    reference:url,github.com/zaf/sipshock;
    classtype:attempted-admin;
    sid:2019290; rev:3;
    metadata:created_at 2014_09_27, cve CVE_2014_6271, confidence Medium, signature_severity Major, tag CISA_KEV, updated_at 2019_10_08;
)

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.