ET EXPLOIT Scriptcase 9.7 Arbitrary File Upload Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/scriptcase/devel/lib/third/jquery_plugin/jQuery-File-Upload/server/php/"; fast_pattern;
http.content_type;
content:"multipart/form-data|3b|"; startswith;
http.request_body;
content:"Content|2d|Disposition|3a 20|form|2d|data|3b 20|name|3d 22|files|5b 5d 22 3b 20|";
Raw source ET EXPLOIT Scriptcase 9.7 Arbitrary File Upload 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 any any -> [$HTTP_SERVERS,$HOME_NET] any (
    msg:"ET EXPLOIT Scriptcase 9.7 Arbitrary File Upload Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/scriptcase/devel/lib/third/jquery_plugin/jQuery-File-Upload/server/php/"; fast_pattern;
    http.content_type;
    content:"multipart/form-data|3b|"; startswith;
    http.request_body;
    content:"Content|2d|Disposition|3a 20|form|2d|data|3b 20|name|3d 22|files|5b 5d 22 3b 20|";
    reference:url,www.exploit-db.com/exploits/50872;
    reference:url,cybersecurity.att.com/blogs/labs-research/rapidly-evolving-iot-malware-enemybot-now-targeting-content-management-system-servers;
    classtype:attempted-admin;
    sid:2036736; rev:1;
    metadata:affected_product Web_Server_Applications, attack_target Web_Server, created_at 2022_06_01, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_01;
)

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.