ET SCAN MySQL Malicious Scanning 2


Query · suricata

flow:to_server;
content:"|00 03|"; offset:3; depth:2;
content:"set global log_bin_trust_function_creators=1"; fast_pattern;
Raw source ET SCAN MySQL Malicious Scanning 2 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET 3306 (
    msg:"ET SCAN MySQL Malicious Scanning 2";
    flow:to_server;
    content:"|00 03|"; offset:3; depth:2;
    content:"set global log_bin_trust_function_creators=1"; fast_pattern;
    reference:url,isc.sans.edu/diary/Quick+Analysis+of+a+Recent+MySQL+Exploit/20781;
    classtype:bad-unknown;
    sid:2022580; rev:2;
    metadata:created_at 2016_03_01, confidence Medium, signature_severity Major, 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.