ET INFO Spring Boot Actuator Health Check Request


Query · suricata

flow:established,to_server;
http.uri;
content:"/actuator/health"; endswith;
Raw source ET INFO Spring Boot Actuator Health Check Request · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET INFO Spring Boot Actuator Health Check Request";
    flow:established,to_server;
    http.uri;
    content:"/actuator/health"; endswith;
    classtype:misc-activity;
    sid:2031500; rev:2;
    metadata:attack_target Web_Server, created_at 2021_01_08, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2026_01_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.