ET WEB_SPECIFIC_APPS OTRS Installation Dialog (after auth) attempt


Query · suricata

flow:to_server,established;
http.uri;
content:"/otrs/index.pl?Action=Installer"; nocase;
Raw source ET WEB_SPECIFIC_APPS OTRS Installation Dialog (after auth) attempt · 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 OTRS Installation Dialog (after auth) attempt";
    flow:to_server,established;
    http.uri;
    content:"/otrs/index.pl?Action=Installer"; nocase;
    reference:cve,2017-9324;
    classtype:web-application-attack;
    sid:2024368; rev:3;
    metadata:affected_product OTRS, attack_target Web_Server, created_at 2017_06_08, cve CVE_2017_9324, deployment Datacenter, performance_impact Low, signature_severity Major, updated_at 2020_08_06;
)

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.