ET EXPLOIT FatPipe Unrestricted File Upload


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/fpui/"; nocase; fast_pattern;
content:"|2e|jsp"; within:30; endswith;
Raw source ET EXPLOIT FatPipe Unrestricted File Upload · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT FatPipe Unrestricted File Upload";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/fpui/"; nocase; fast_pattern;
    content:"|2e|jsp"; within:30; endswith;
    reference:url,ic3.gov/Media/News/2021/211117-2.pdf;
    classtype:attempted-admin;
    sid:2034531; rev:3;
    metadata:created_at 2021_11_22, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_03_24;
)

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.