Bug #4280
closedSuricata is not fully reading or loading the iprep files
Description
Hi,
I have been trying to use Suricata as IPS. I decided to use L2 approaching with AFP. My goal is to use IP Reputation mechanism to block lot of IPs from different blacklists.
I managed to configure everything and I could confirm iprep works like charm with a small custom iprep list, but it looks like the same mechanism fails when the list grows large or there are many reputation lists to load. After some tests it looks like Suricata is not fully reading the iprep files, or that there is a limit to the number of lines it can read/load.
Please check more details in the following posts:
- https://github.com/StamusNetworks/SELKS/issues/289
- https://forum.suricata.io/t/suricata-and-ip-blacklist/972/19
If there is a way to easily fix this issue or if you need more details, please let me know.
Please help!
Thank you
Files
Updated by Victor Julien almost 4 years ago
- Priority changed from High to Normal
- Target version changed from 6.0.1 to TBD
Updated by Manuel Forte over 3 years ago
After few tests I have narrowed the working range up to 1170 lines of IPs within the iprep list. If IP falls beyond that point, it won’t be blocked. That’s not a large number of IPs to check.
In this https://blog.inliniac.net/2012/11/21/ip-reputation-in-suricata/, somebody was testing iprep with data sets up to million entries with positive results! Having a small list with only 1170 entries vs a million entries working fine, makes me think that perhaps Suricata is not reading values properly from the Host table or Host table mechanism is not working properly.
Updated by Peter Manev over 3 years ago
Did you try increasing the memcaps and hash size as suggested by Victor here - https://forum.suricata.io/t/suricata-and-ip-blacklist/972/19?
Updated by Manuel Forte over 3 years ago
I did until values grew huge and Suricata got stuck on start. Please check one of my post in the same thread.
https://forum.suricata.io/t/suricata-and-ip-blacklist/972/28?u=manuelfff
Updated by Manuel Forte over 3 years ago
I'm sorry,this is the right post
https://forum.suricata.io/t/suricata-and-ip-blacklist/972/32?u=manuelfff
Updated by Peter Manev over 3 years ago
- File 4280.tar.xz 4280.tar.xz added
I can confirm there is a problem in alerting/detecting depending on the IP position in the list.
In the example crafted with pcap attached the first IP from the iprep list always alerts and the last one does not.
Even if the memcaps are adjusted to numbers plenty to provide for the ipreplist
Updated by Peter Manev over 3 years ago
yes it can be turned into SV.Will try to cook one.
Updated by Victor Julien over 3 years ago
- Status changed from New to In Progress
- Assignee set to Victor Julien
- Target version changed from TBD to 7.0.0-beta1
- Label Needs backport to 5.0, Needs backport to 6.0 added
Updated by Jeff Lucovsky over 3 years ago
- Copied to Bug #4328: Suricata is not fully reading or loading the iprep files added
Updated by Jeff Lucovsky over 3 years ago
- Copied to Bug #4329: Suricata is not fully reading or loading the iprep files added
Updated by Victor Julien over 3 years ago
- Status changed from In Progress to Closed