ET SCAN Behavioral Unusual Port 1433 traffic Potential Scan or Infection


Query · suricata

flow:to_server;
flags:S,12;
threshold:type both, track by_src, count 40 , seconds 60;
Raw source ET SCAN Behavioral Unusual Port 1433 traffic Potential Scan or Infection · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> any 1433 (
    msg:"ET SCAN Behavioral Unusual Port 1433 traffic Potential Scan or Infection";
    flow:to_server;
    flags:S,12;
    threshold:type both, track by_src, count 40 , seconds 60;
    classtype:misc-activity;
    sid:2001583; rev:16;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Informational, updated_at 2019_07_26;
)

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.