ET MALWARE LinPEAS Privilege Escalation Script Response (Without Banner)


Query · suricata

flow:established,to_client;
content:"Starting linpeas."; depth:30; fast_pattern;
content:"Caching Writable Folders"; within:30;
Raw source ET MALWARE LinPEAS Privilege Escalation Script Response (Without Banner) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp-pkt any any -> any any (
    msg:"ET MALWARE LinPEAS Privilege Escalation Script Response (Without Banner)";
    flow:established,to_client;
    content:"Starting linpeas."; depth:30; fast_pattern;
    content:"Caching Writable Folders"; within:30;
    reference:url,github.com/carlospolop/PEASS-ng/tree/master/linPEAS;
    classtype:trojan-activity;
    sid:2037230; rev:1;
    metadata:affected_product Linux, attack_target Client_and_Server, created_at 2022_06_30, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_30;
)

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.