ET SCADA IEC-104 STARTDT (Start Data Transfer) Activation


Query · suricata

flow:established,to_server;
dsize:6;
content:"|68 04 07 00 00 00|";
target:dest_ip;
Raw source ET SCADA IEC-104 STARTDT (Start Data Transfer) Activation · 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 2404 (
    msg:"ET SCADA IEC-104 STARTDT (Start Data Transfer) Activation";
    flow:established,to_server;
    dsize:6;
    content:"|68 04 07 00 00 00|";
    reference:url,icsdefense.net/pcap;
    reference:url,github.com/automayt/ICS-pcap/tree/master/IEC 60870/iec104;
    classtype:protocol-command-decode;
    sid:2046160; rev:1;
    metadata:affected_product IoT, attack_target IoT, created_at 2023_06_06, deployment Perimeter, deployment Internal, deployment Datacenter, performance_impact Low, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_06_07;
    target:dest_ip;
)

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.