aka (spoofed) ping to multicast
--- /dev/null
+# Description
+
+Detect an attack that sends a ping from a multicast address to the victim.
+
+# PCAP
+
+Pcap from https://redmine.cs.uni-potsdam.de/projects/pcap/files
--- /dev/null
+# It detects pings to multicast addresses
+alert icmpv6 any any -> ff00::/8 any (itype:128; sid:1;)
--- /dev/null
+
+requires:
+ features:
+ - HAVE_LIBJANSSON
+
+checks:
+ - filter:
+ count: 1000
+ match:
+ event_type: alert
+ alert.signature_id: 1
--- /dev/null
+# Description
+
+Detect an attack that sends a ping with the IP of the victim to a multicast address.
+
+# PCAP
+
+Pcap from https://redmine.cs.uni-potsdam.de/projects/pcap/files
--- /dev/null
+# It detects pings to multicast addresses
+alert icmpv6 any any -> ff00::/8 any (itype:128; sid:1;)
--- /dev/null
+
+requires:
+ features:
+ - HAVE_LIBJANSSON
+
+checks:
+ - filter:
+ count: 282345
+ match:
+ event_type: alert
+ alert.signature_id: 1