ET EXPLOIT Sunlogin Sunflower Simplified 1.0.1.43315 Directory Traversal Attempt (CVE-2022-48323)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/check?cmd=ping../"; fast_pattern; startswith;
http.cookie;
content:"CID="; startswith;
target:dest_ip;
Raw source ET EXPLOIT Sunlogin Sunflower Simplified 1.0.1.43315 Directory Traversal Attempt (CVE-2022-48323) · 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 EXPLOIT Sunlogin Sunflower Simplified 1.0.1.43315 Directory Traversal Attempt (CVE-2022-48323)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/check?cmd=ping../"; fast_pattern; startswith;
    http.cookie;
    content:"CID="; startswith;
    reference:url,www.tenable.com/cve/CVE-2022-48323;
    reference:cve,2022-48323;
    classtype:attempted-admin;
    sid:2044205; rev:2;
    metadata:created_at 2023_02_14, cve CVE_2022_48323, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_11_26, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1083, mitre_technique_name File_And_Directory_Discovery;
    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.