ET MALWARE PPI User-Agent (InstallCapital)


Query · suricata

flow:to_server,established;
http.user_agent;
content:"InstallCapital"; startswith;
Raw source ET MALWARE PPI User-Agent (InstallCapital) · 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 PPI User-Agent (InstallCapital)";
    flow:to_server,established;
    http.user_agent;
    content:"InstallCapital"; startswith;
    reference:md5,a6a9e8b0432ad557245ac8ad2926ed7c;
    classtype:command-and-control;
    sid:2022246; rev:5;
    metadata:created_at 2015_12_12, confidence High, signature_severity Major, updated_at 2020_08_31;
)

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.