ET INFO JAVA - Java Class Download


Query · suricata

flow:from_server,established;
flowbits:isnotset,ET.http.javaclient.vulnerable;
flowbits:isset,ET.http.javaclient;
content:"|0D 0A 0D 0A CA FE BA BE|";

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

Excludes

  • ET.http.javaclient.vulnerable — excluded, not a dependency
Raw source ET INFO JAVA - Java Class Download · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET INFO JAVA - Java Class Download";
    flow:from_server,established;
    flowbits:isnotset,ET.http.javaclient.vulnerable;
    flowbits:isset,ET.http.javaclient;
    content:"|0D 0A 0D 0A CA FE BA BE|";
    classtype:not-suspicious;
    sid:2014474; rev:8;
    metadata:attack_target Client_and_Server, created_at 2012_04_04, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_20;
)

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.