Feature #2759
openiprep: more granularity
Description
At Suricon2018 it was request to expand the number of possible categories and increase the size of the possible rep ranges.
VJ Updated by Victor Julien over 7 years ago
- Related to Task #2685: SuriCon 2018 brainstorm added
GL Updated by Giuseppe Longo over 7 years ago
Does this task consist of just expanding those values?
Can you fill in more details please?
VJ Updated by Victor Julien over 7 years ago
- Assignee set to Community Ticket
I don't think there was more to it. Just allowing for more categories and bigger value ranges.
VJ Updated by Victor Julien over 7 years ago
- Target version set to TBD
- Effort set to low
- Difficulty set to low
AH Updated by Alex Hordijk 18 days ago
Victor Julien wrote:
At Suricon2018 it was request to expand the number of possible categories and increase the size of the possible rep ranges.
Hello OISF / Victor,
Are there any plans to implement this issue?
The current hardcoded limitation of SREP_MAX_CATS of 60 is on the low end.
We are currently changing this in our suricata builds and I expect more users to run into this limitation:
# Increase hard coded categories limit.
# sed -i 's/SREP_MAX_CATS 60/SREP_MAX_CATS 180/g' src/reputation.h
It would be preferable if this setting was either configurable or if the hard coded limit is set higher.
Best regards,
Alex
PA Updated by Philippe Antoine 3 days ago
- Status changed from New to Triaged