ET HUNTING Observed TinyNuke Admin Panel URL Pattern


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/panel/admin/login.php"; bsize:22; startswith; fast_pattern;
Raw source ET HUNTING Observed TinyNuke Admin Panel URL Pattern · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET HUNTING Observed TinyNuke Admin Panel URL Pattern";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/panel/admin/login.php"; bsize:22; startswith; fast_pattern;
    reference:url,twitter.com/ViriBack/status/1540328577425612802;
    classtype:bad-unknown;
    sid:2037106; rev:1;
    metadata:created_at 2022_06_24, malware_family TinyNuke, confidence Medium, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_24, reviewed_at 2025_10_24;
)

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.