ET INFO Apache Spark RPC - Auth Request (set)


Query · suricata

flow:established,to_server;
flowbits:set,ET.ApacheSpark_AuthAttempted;
flowbits:noalert;
content:"sparkSaslUser|00 00 00 00|"; endswith;

Rule dependencies

Feeds into

  • 2 rules read ET.ApacheSpark_AuthAttempted · view all
Raw source ET INFO Apache Spark RPC - Auth Request (set) · 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 -> $HOME_NET any (
    msg:"ET INFO Apache Spark RPC - Auth Request (set)";
    flow:established,to_server;
    flowbits:set,ET.ApacheSpark_AuthAttempted;
    flowbits:noalert;
    content:"sparkSaslUser|00 00 00 00|"; endswith;
    classtype:not-suspicious;
    sid:2035002; rev:2;
    metadata:attack_target Server, created_at 2022_01_28, deployment Internal, deployment Datacenter, confidence High, signature_severity Informational, updated_at 2022_01_28;
)

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.