ET MALWARE LinPEAS Privilege Escalation Script Response (With Banner)


Query · suricata

flow:established,to_client;
content:"|0a 20 20 20 20 1b 5b 31 3b 33 32 6d 2f 2d 2d 2d|"; startswith;
content:"Do|20|you|20|like|20|PEASS|3f|"; distance:110; within:30; fast_pattern;
Raw source ET MALWARE LinPEAS Privilege Escalation Script Response (With 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 (With Banner)";
    flow:established,to_client;
    content:"|0a 20 20 20 20 1b 5b 31 3b 33 32 6d 2f 2d 2d 2d|"; startswith;
    content:"Do|20|you|20|like|20|PEASS|3f|"; distance:110; within:30; fast_pattern;
    reference:url,github.com/carlospolop/PEASS-ng/tree/master/linPEAS;
    classtype:trojan-activity;
    sid:2037229; 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.