ET INFO GameHouse License Check


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/getDynamicLicense"; bsize:18; fast_pattern;
http.request_body;
content:"parameters="; startswith;
content:"contentid=";
content:"adclicks";
content:"playagain";
content:"reserved_machineid=";
Raw source ET INFO GameHouse License Check · 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 INFO GameHouse License Check";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/getDynamicLicense"; bsize:18; fast_pattern;
    http.request_body;
    content:"parameters="; startswith;
    content:"contentid=";
    content:"adclicks";
    content:"playagain";
    content:"reserved_machineid=";
    reference:md5,6a96e23f07228f4bea635d6b151649a6;
    classtype:misc-activity;
    sid:2039795; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2022_11_16, deployment Perimeter, performance_impact Low, confidence High, signature_severity Informational, updated_at 2022_11_16;
)

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.