ET EXPLOIT Quest KACE Desktop Authority Insecure Named Pipe InvokeCOM Operation (CVE-2025-67813)


Query · suricata

flow:established,to_server;
flowbits:isset,ET.QuestKACE.SMB;
content:"SMB"; depth:8;
content:"|fe ff 12|I|00|n|00|v|00|o|00|k|00|e|00|C|00|O|00|M|00|"; 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 EXPLOIT Quest KACE Desktop Authority Insecure Named Pipe InvokeCOM Operation (CVE-2025-67813) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smb any any -> $HOME_NET any (
    msg:"ET EXPLOIT Quest KACE Desktop Authority Insecure Named Pipe InvokeCOM Operation (CVE-2025-67813)";
    flow:established,to_server;
    flowbits:isset,ET.QuestKACE.SMB;
    content:"SMB"; depth:8;
    content:"|fe ff 12|I|00|n|00|v|00|o|00|k|00|e|00|C|00|O|00|M|00|"; fast_pattern;
    reference:url,www.netspi.com/blog/technical-blog/adversary-simulation/pipe-dreams-remote-code-execution-via-quest-desktop-authority-named-pipe/;
    reference:cve,2025-67813;
    classtype:attempted-user;
    sid:2067421; rev:3;
    metadata:attack_target Server, created_at 2026_02_09, cve CVE_2025_67813, deployment Perimeter, deployment Internal, former_category INFO, confidence High, signature_severity Major, tag Exploit, updated_at 2026_02_10, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    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.