ET POLICY GIOP/IIOP Request Outbound


Query · suricata

flow:established,to_server;
flowbits:set,ET.GIOPsession;
stream_size:server,<,5;
content:"|47 49 4f 50 01|"; startswith;
content:"|00|"; distance:2; within:1;

Rule dependencies

Feeds into

  • 1 rule read ET.GIOPsession · view all
Raw source ET POLICY GIOP/IIOP Request Outbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp [$HOME_NET,$HTTP_SERVERS] any -> $EXTERNAL_NET any (
    msg:"ET POLICY GIOP/IIOP Request Outbound";
    flow:established,to_server;
    flowbits:set,ET.GIOPsession;
    stream_size:server,<,5;
    content:"|47 49 4f 50 01|"; startswith;
    content:"|00|"; distance:2; within:1;
    classtype:policy-violation;
    sid:2034730; rev:1;
    metadata:attack_target Client_and_Server, created_at 2021_12_15, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_12_15;
)

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.