mirror of https://github.com/OISF/suricata
bittorrent: add bittorrent-events.rules file
Add a file containing rules to match bittorrent protocol events.
Ticket: 8421
(cherry picked from commit 42123cc8d9)
pull/15343/head
parent
33ab5ccc1a
commit
7df9862d41
@ -0,0 +1,7 @@
|
||||
# BitTorrent DHT app layer event rules
|
||||
#
|
||||
# SID's fall in the 2243000+ range. See https://redmine.openinfosecfoundation.org/projects/suricata/wiki/AppLayer
|
||||
#
|
||||
# These sigs fire at most once per connection.
|
||||
#
|
||||
alert bittorrent-dht any any -> any any (msg:"SURICATA BitTorrent DHT malformed packet"; app-layer-event:bittorrent-dht.malformed_packet; classtype:protocol-command-decode; sid:2243000; rev:1;)
|
||||
Loading…
Reference in New Issue