--- /dev/null
+alert tcp any any -> any any (dsize:>0; sid:1;)
+alert tcp any any -> any any (dsize:>0; threshold:type backoff, track by_flow, count 1, multiplier 2; sid:2;)
+alert tcp any any -> any any (dsize:>0; threshold:type backoff, track by_flow, count 3, multiplier 2; sid:3;)
+alert tcp any any -> any any (dsize:>0; threshold:type backoff, track by_flow, count 5, multiplier 5; sid:4;)
--- /dev/null
+requires:
+ min-version: 8
+
+pcap: ../../filestore-filecontainer-smb/filecontainer-smb.pcap
+
+checks:
+ - filter:
+ count: 6676
+ match:
+ event_type: alert
+ alert.signature_id: 1
+ - filter:
+ count: 13
+ match:
+ event_type: alert
+ alert.signature_id: 2
+ - filter:
+ count: 12
+ match:
+ event_type: alert
+ alert.signature_id: 3
+ - filter:
+ count: 5
+ match:
+ event_type: alert
+ alert.signature_id: 4
--- /dev/null
+alert tcp any any -> any any (dsize:>0; sid:1;)
+alert tcp any any -> any any (dsize:>0; threshold:type backoff, track by_flow, count 1, multiplier 2; sid:2;)
+alert tcp any any -> any any (dsize:>0; threshold:type backoff, track by_flow, count 3, multiplier 2; sid:3;)
+alert tcp any any -> any any (dsize:>0; threshold:type backoff, track by_flow, count 1, multiplier 10; sid:4;)
--- /dev/null
+requires:
+ min-version: 8
+
+pcap: ../../bug-2482-01/proxyCONNECT_443.pcap
+
+checks:
+ - filter:
+ count: 1725
+ match:
+ event_type: alert
+ alert.signature_id: 1
+ - filter:
+ count: 707
+ match:
+ event_type: alert
+ alert.signature_id: 2
+ - filter:
+ count: 338
+ match:
+ event_type: alert
+ alert.signature_id: 3
+ - filter:
+ count: 257
+ match:
+ event_type: alert
+ alert.signature_id: 4