ET ADWARE_PUP Loadmoney User Agent


Query · suricata

flow:established,to_server;
http.user_agent;
content:"Downloader|20|"; startswith; fast_pattern;
pcre:"/^Downloader \d\.\d$/";
Raw source ET ADWARE_PUP Loadmoney User Agent · 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 ADWARE_PUP Loadmoney User Agent";
    flow:established,to_server;
    http.user_agent;
    content:"Downloader|20|"; startswith; fast_pattern;
    pcre:"/^Downloader \d\.\d$/";
    reference:url,www.microsoft.com/security/portal/threat/encyclopedia/Entry.aspx?Name=PUA:Win32/LoadMoney;
    classtype:pup-activity;
    sid:2024249; rev:9;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2015_03_14, deployment Perimeter, malware_family Loadmoney, performance_impact Low, confidence High, signature_severity Minor, tag Loadmoney, updated_at 2020_10_12;
)

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.