You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
ruledir = $(datadir)/suricata/rules
|
|
|
|
|
|
|
|
dist_rule_DATA = \
|
|
|
|
app-layer-events.rules \
|
|
|
|
decoder-events.rules \
|
|
|
|
dhcp-events.rules \
|
|
|
|
dnp3-events.rules \
|
|
|
|
dns-events.rules \
|
enip: convert to rust
Ticket: 3958
- transactions are now bidirectional
- there is a logger
- gap support is improved with probing for resync
- frames support
- app-layer events
- enip_command keyword accepts now string enumeration as values.
- add enip.status keyword
- add keywords :
enip.product_name, enip.protocol_version, enip.revision,
enip.identity_status, enip.state, enip.serial, enip.product_code,
enip.device_type, enip.vendor_id, enip.capabilities,
enip.cip_attribute, enip.cip_class, enip.cip_instance,
enip.cip_status, enip.cip_extendedstatus
1 year ago
|
|
|
enip-events.rules \
|
|
|
|
files.rules \
|
|
|
|
ftp-events.rules \
|
|
|
|
http-events.rules \
|
|
|
|
http2-events.rules \
|
|
|
|
ipsec-events.rules \
|
|
|
|
kerberos-events.rules \
|
|
|
|
modbus-events.rules \
|
|
|
|
mqtt-events.rules \
|
|
|
|
nfs-events.rules \
|
|
|
|
ntp-events.rules \
|
|
|
|
quic-events.rules \
|
|
|
|
rfb-events.rules \
|
|
|
|
smb-events.rules \
|
|
|
|
smtp-events.rules \
|
|
|
|
ssh-events.rules \
|
|
|
|
stream-events.rules \
|
|
|
|
tls-events.rules \
|
|
|
|
websocket-events.rules
|