ET WEB_SPECIFIC_APPS Online Trade - Information Disclosure


Query · suricata

flow:established,to_server;
http.uri;
content:"/dashboard/deposit"; fast_pattern; endswith;
Raw source ET WEB_SPECIFIC_APPS Online Trade - Information Disclosure · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SPECIFIC_APPS Online Trade - Information Disclosure";
    flow:established,to_server;
    http.uri;
    content:"/dashboard/deposit"; fast_pattern; endswith;
    reference:cve,2018-12905;
    reference:url,exploit-db.com/exploits/44977/;
    classtype:attempted-recon;
    sid:2025783; rev:3;
    metadata:attack_target Web_Server, created_at 2018_07_05, cve CVE_2018_12905, deployment Datacenter, performance_impact Low, signature_severity Major, updated_at 2020_09_16, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1082, mitre_technique_name System_Information_Discovery;
)

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.