ET EXPLOIT NB8-02 - Possible Unauthed RCE via nbbsdtar


Query · suricata

flow:established,to_server;
content:"ack="; depth:4;
content:"extension=bprd"; distance:0; fast_pattern;
content:"/bin/"; distance:0;
Raw source ET EXPLOIT NB8-02 - Possible Unauthed RCE via nbbsdtar · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp any any -> $HOME_NET 1556 (
    msg:"ET EXPLOIT NB8-02 - Possible Unauthed RCE via nbbsdtar";
    flow:established,to_server;
    content:"ack="; depth:4;
    content:"extension=bprd"; distance:0; fast_pattern;
    content:"/bin/"; distance:0;
    reference:url,seclists.org/fulldisclosure/2017/May/27;
    classtype:web-application-attack;
    sid:2024309; rev:1;
    metadata:attack_target Server, created_at 2017_05_17, deployment Internal, performance_impact Moderate, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_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.