ET MALWARE Gimemo Activity


Query · suricata

flow:established,to_server;
http.uri;
content:"mainsettings/settings.sol";
http.user_agent;
content:" MSIE 7.0|3b|";
Raw source ET MALWARE Gimemo Activity · 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 Gimemo Activity";
    flow:established,to_server;
    http.uri;
    content:"mainsettings/settings.sol";
    http.user_agent;
    content:" MSIE 7.0|3b|";
    classtype:trojan-activity;
    sid:2016515; rev:5;
    metadata:created_at 2013_03_04, signature_severity Major, updated_at 2020_04_23;
)

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.