{ "title": "juniper_ddos_violation_set", "description": "Juniper jddosd: control-plane DDoS protection policer violation started - juniper.csv row 2. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_ddos_violation_set\"\nwhen\n contains(to_string($message.message), \"DDOS_PROTOCOL_VIOLATION_SET\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"ddos_violation_set\");\n set_field(\"severity_tag\", \"warning\");\nend" }