ET POLICY HTTP Request to WebDAV CloudMe Service


Query · suricata

flow:established,to_server;
http.host;
content:"webdav.cloudme.com";
Raw source ET POLICY HTTP Request to WebDAV CloudMe Service · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET POLICY HTTP Request to WebDAV CloudMe Service";
    flow:established,to_server;
    http.host;
    content:"webdav.cloudme.com";
    reference:url,securelist.com/blog/research/68083/cloud-atlas-redoctober-apt-is-back-in-style/;
    classtype:policy-violation;
    sid:2019914; rev:4;
    metadata:created_at 2014_12_11, confidence High, signature_severity Informational, updated_at 2020_09_28;
)

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.