rules: add sip-events.rules

Ticket #8524
pull/15610/head
Giuseppe Longo 1 month ago committed by Victor Julien
parent 695b4f4a3d
commit ae58cc6491

@ -25,6 +25,7 @@ pop3-events.rules \
quic-events.rules \
rfb-events.rules \
sctp-events.rules \
sip-events.rules \
smb-events.rules \
smtp-events.rules \
snmp-events.rules \

@ -41,4 +41,5 @@ signature IDs.
| Bittorent| 2243000 | 2243999 |
| MODBUS | 2250000 | 2250999 |
| DNP3 | 2270000 | 2270999 |
| SIP | 2280000 | 2280999 |
| HTTP2 | 2290000 | 2290999 |

@ -0,0 +1,5 @@
# SIP app layer event rules
#
# SID's fall in the 2280000-2280999 range.
#
alert sip any any -> any any (msg:"SURICATA SIP invalid data"; app-layer-event:sip.invalid_data; classtype:protocol-command-decode; sid:2280001; rev:1;)
Loading…
Cancel
Save