ET POLICY Successful GIOP/IIOP Request Outbound


Query · suricata

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

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET POLICY Successful 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 $EXTERNAL_NET any -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET POLICY Successful GIOP/IIOP Request Outbound";
    flow:established,to_client;
    flowbits:isset,ET.GIOPsession;
    stream_size:server,<,50;
    content:"|47 49 4f 50 01|"; startswith;
    content:"|01|"; distance:2; within:1;
    classtype:policy-violation;
    sid:2034731; 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.