ET WEB_SPECIFIC_APPS ABB Cylon Aspect Guest login Privilege Escalation M2


Query · suricata

flow:established,to_server;
xbits:isset,ET.ABBCylonAspectPrivEsc.attempt, track ip_src, expire 300;
http.uri;
content:"/setup.php";
http.cookie;
content:"PHPSESSID|3d|";
content:"cod|3d|82|3b 20|csd|3d|86"; within:42; fast_pattern;
target:dest_ip;

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 WEB_SPECIFIC_APPS ABB Cylon Aspect Guest login Privilege Escalation M2 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS ABB Cylon Aspect Guest login Privilege Escalation M2";
    flow:established,to_server;
    xbits:isset,ET.ABBCylonAspectPrivEsc.attempt, track ip_src, expire 300;
    http.uri;
    content:"/setup.php";
    http.cookie;
    content:"PHPSESSID|3d|";
    content:"cod|3d|82|3b 20|csd|3d|86"; within:42; fast_pattern;
    reference:url,www.zeroscience.mk/codes/abb_aspect_auth3.txt;
    classtype:attempted-admin;
    sid:2063904; rev:1;
    metadata:affected_product ABB, attack_target IoT, tls_state plaintext, created_at 2025_08_05, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, tag Exploit, updated_at 2025_08_05, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    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.