quic-events.rules 544 B

123456789
  1. # QUIC app-layer event rules.
  2. #
  3. # These SIDs fall in the 2231000+ range. See:
  4. # http://doc.emergingthreats.net/bin/view/Main/SidAllocation and
  5. # https://redmine.openinfosecfoundation.org/projects/suricata/wiki/AppLayer
  6. alert quic any any -> any any (msg:"SURICATA QUIC failed decrypt"; app-layer-event:quic.failed_decrypt; classtype:protocol-command-decode; sid:2231000; rev:1;)
  7. alert quic any any -> any any (msg:"SURICATA QUIC error on data"; app-layer-event:quic.error_on_data; classtype:protocol-command-decode; sid:2231001; rev:1;)