--- /dev/null
+# Description
+
+Test ENIP keywords
+
+# PCAP
+
+The pcap comes from https://github.com/cisagov/icsnpp-enip/blob/main/examples/enip_cip_example.pcap
--- /dev/null
+alert ip any any -> any any (cip_service: 10; sid:1; )
+alert ip any any -> any any (enip_command: 112; sid:2; )
--- /dev/null
+requires:
+ min-version: 7
+
+# disables checksum verification
+args:
+- -k none --set stream.midstream=true --set app-layer.protocols.enip.enabled=yes
+
+checks:
+ - filter:
+ count: 41
+ match:
+ event_type: alert
+ alert.signature_id: 1
+ - filter:
+ count: 267
+ match:
+ event_type: alert
+ alert.signature_id: 2