ET MALWARE LumOffice Checkin


Query · suricata

flow:established,to_server;
http.request_line;
content:"POST /SMService001.asmx HTTP/1.1"; bsize:32;
http.header;
content:"SOAPAction|3a 20 22|http://tempuri.org/GetAccountConfig|22|";
http.request_body;
content:"<soap:Body><GetAccountConfig "; fast_pattern;
content:"<userID>"; distance:0;
content:"</userID><password>"; distance:0;
content:"</password><versionInfo>"; distance:0;
content:"</versionInfo><platform>"; distance:0;
content:"</onStart></GetAccountConfig>"; distance:0;
Raw source ET MALWARE LumOffice Checkin · 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 MALWARE LumOffice Checkin";
    flow:established,to_server;
    http.request_line;
    content:"POST /SMService001.asmx HTTP/1.1"; bsize:32;
    http.header;
    content:"SOAPAction|3a 20 22|http://tempuri.org/GetAccountConfig|22|";
    http.request_body;
    content:"<soap:Body><GetAccountConfig "; fast_pattern;
    content:"<userID>"; distance:0;
    content:"</userID><password>"; distance:0;
    content:"</password><versionInfo>"; distance:0;
    content:"</versionInfo><platform>"; distance:0;
    content:"</onStart></GetAccountConfig>"; distance:0;
    reference:md5,084995c3cdee01147226542eb63de872;
    reference:url,lumoffice.com/;
    classtype:command-and-control;
    sid:2030407; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2020_06_29, deployment Perimeter, performance_impact Low, confidence High, signature_severity Minor, updated_at 2020_06_29;
)

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.