Actions
Feature #1137
closed
DH
VJ
Support IP lists in threshold.config
Feature #1137:
Support IP lists in threshold.config
Effort:
Difficulty:
Label:
Description
Snort currently supports lists like:
suppress gen_id 1, sig_id 12345, track by_src, ip [10.1.1.1,10.1.2.3,192.168.1.9]
The same requires multiple rules in Suricata:
suppress gen_id 1, sig_id 12345, track by_src, ip 10.1.1.1
suppress gen_id 1, sig_id 12345, track by_src, ip 10.1.2.3
suppress gen_id 1, sig_id 12345, track by_src, ip 192.168.1.9
VJ Updated by Victor Julien about 12 years ago
- Target version set to TBD
DH Updated by Duane Howard over 11 years ago
Was this considered for 2.1 ?
DH Updated by Duane Howard almost 11 years ago
Friendly ping?
VJ Updated by Victor Julien almost 11 years ago
- Status changed from New to Closed
- Assignee set to Victor Julien
- Target version changed from TBD to 3.0RC1
- % Done changed from 0 to 100
Actions