--- /dev/null
+requires:
+ min-version: 6
+
+args:
+- -k none
+
+checks:
+- filter:
+ count: 1
+ match:
+ dest_ip: 23.0.0.3
+ event_type: flow
+ flow.age: 0
+ flow.alerted: true
+ flow.bytes_toclient: 244
+ flow.bytes_toserver: 244
+ flow.pkts_toclient: 2
+ flow.pkts_toserver: 2
+ flow.reason: shutdown
+ flow.state: established
+ icmp_code: 0
+ icmp_type: 8
+ proto: ICMP
+ response_icmp_code: 0
+ response_icmp_type: 0
+ src_ip: 23.0.0.2
+ vlan[0]: 23
+- filter:
+ count: 2
+ match:
+ dest_ip: 23.0.0.3
+ event_type: alert
+ icmp_code: 0
+ icmp_type: 8
+ proto: ICMP
+ src_ip: 23.0.0.2
+ vlan[0]: 23
+ alert.signature_id: 2
+- filter:
+ count: 2
+ match:
+ dest_ip: 23.0.0.2
+ event_type: alert
+ icmp_code: 0
+ icmp_type: 0
+ proto: ICMP
+ src_ip: 23.0.0.3
+ vlan[0]: 23
+ alert.signature_id: 1