ET INFO Apache Spark RPC - CheckExistence Request (set)


Query · suricata

flow:established,to_server;
flowbits:set,ET.ApacheSpark_CE;
flowbits:isnotset,ET.ApacheSpark_CE;
flowbits:noalert;
content:"endpoint-verifier"; fast_pattern;
content:"CheckExistence"; distance:0;

Rule dependencies

Excludes

  • ET.ApacheSpark_CE — excluded, not a dependency

Feeds into

  • 2 rules read ET.ApacheSpark_CE · view all
Raw source ET INFO Apache Spark RPC - CheckExistence 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 - CheckExistence Request (set)";
    flow:established,to_server;
    flowbits:set,ET.ApacheSpark_CE;
    flowbits:isnotset,ET.ApacheSpark_CE;
    flowbits:noalert;
    content:"endpoint-verifier"; fast_pattern;
    content:"CheckExistence"; distance:0;
    classtype:not-suspicious;
    sid:2035001; 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.