ET MALWARE Italiano Stealerano CnC Command Inbound (Powershell Command Permission Exclusion)


Query · suricata

flow:established,to_client;
flowbits:isset,ET.italianoStealer;
http.response_body;
content:"Add|2d|MpPreference|20 2d|ExclusionPath|20 22|C|3a 5c|"; startswith; fast_pattern;
target:dest_ip;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET MALWARE Italiano Stealerano CnC Command Inbound (Powershell Command Permission Exclusion) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE Italiano Stealerano CnC Command Inbound (Powershell Command Permission Exclusion)";
    flow:established,to_client;
    flowbits:isset,ET.italianoStealer;
    http.response_body;
    content:"Add|2d|MpPreference|20 2d|ExclusionPath|20 22|C|3a 5c|"; startswith; fast_pattern;
    reference:md5,f714ea7a7cc74ae767dae0bb07dfacc5;
    classtype:command-and-control;
    sid:2069255; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, tls_state plaintext, created_at 2026_05_11, deployment Perimeter, confidence High, signature_severity Critical, updated_at 2026_05_11;
    target:dest_ip;
)

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.