ET PHISHING Lucy Security - Phishing Framework Plugin List POST


Query · suricata

flow:established,to_server;
http.request_line;
content:"POST|20 2f|plugin|2d|list|20|"; startswith; fast_pattern;
http.request_body;
content:"PluginListForm|5b|plugins|5d 3d 5b 7b 22|name|22 3a 22|"; startswith;
Raw source ET PHISHING Lucy Security - Phishing Framework Plugin List POST · 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 PHISHING Lucy Security - Phishing Framework Plugin List POST";
    flow:established,to_server;
    http.request_line;
    content:"POST|20 2f|plugin|2d|list|20|"; startswith; fast_pattern;
    http.request_body;
    content:"PluginListForm|5b|plugins|5d 3d 5b 7b 22|name|22 3a 22|"; startswith;
    classtype:trojan-activity;
    sid:2045254; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_04_28, deployment Perimeter, malware_family Lucy, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_12_26;
)

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.