ET EXPLOIT Possible ETERNALBLUE MS17-010 Echo Response


Query · suricata

flow:from_server,established;
content:"|00 00 00 31 ff|SMB|2b 00 00 00 00 98 07 c0|"; depth:16; fast_pattern;
content:"|4a 6c 4a 6d 49 68 43 6c 42 73 72 00|"; distance:0;
flowbits:isset,ET.ETERNALBLUE;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET EXPLOIT Possible ETERNALBLUE MS17-010 Echo Response · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smb $HOME_NET any -> any any (
    msg:"ET EXPLOIT Possible ETERNALBLUE MS17-010 Echo Response";
    flow:from_server,established;
    content:"|00 00 00 31 ff|SMB|2b 00 00 00 00 98 07 c0|"; depth:16; fast_pattern;
    content:"|4a 6c 4a 6d 49 68 43 6c 42 73 72 00|"; distance:0;
    flowbits:isset,ET.ETERNALBLUE;
    classtype:trojan-activity;
    sid:2024218; rev:2;
    metadata:attack_target SMB_Server, created_at 2017_04_17, deployment Internal, confidence Medium, signature_severity Critical, 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.