ET WEB_SPECIFIC_APPS Adobe JRun Directory Traversal


Query · suricata

flow:to_server,established;
content:"../"; depth:200;
http.method;
content:"GET";
http.uri;
content:"/logging/logviewer.jsp?"; nocase;
content:"logfile="; nocase;
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS Adobe JRun Directory Traversal · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS Adobe JRun Directory Traversal";
    flow:to_server,established;
    content:"../"; depth:200;
    http.method;
    content:"GET";
    http.uri;
    content:"/logging/logviewer.jsp?"; nocase;
    content:"logfile="; nocase;
    reference:url,www.dsecrg.ru/pages/vul/show.php?id=152;
    reference:url,www.vupen.com/english/advisories/2009/2285;
    classtype:web-application-attack;
    sid:2010194; rev:9;
    metadata:created_at 2010_07_30, deployment Perimeter, deployment Internal, 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.