ET POLICY Serialized Java Payload via RMI Response


Query · suricata

flow:established,to_client;
stream_size:client,<,100;
flowbits:isset,ET.RMIRequest;
content:"|51 ac ed|"; startswith;

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 Serialized Java Payload via RMI Response · 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 any (
    msg:"ET POLICY Serialized Java Payload via RMI Response";
    flow:established,to_client;
    stream_size:client,<,100;
    flowbits:isset,ET.RMIRequest;
    content:"|51 ac ed|"; startswith;
    reference:url,blogs.juniper.net/en-us/threat-research/log4j-vulnerability-attackers-shift-focus-from-ldap-to-rmi;
    classtype:bad-unknown;
    sid:2034748; rev:1;
    metadata:attack_target Client_and_Server, created_at 2021_12_17, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_12_17;
)

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.