Skip to content
Discussion options

You must be logged in to vote

This would be under Administration -> Configuration. At the top of the configuration page hit the drop down 'Options' menu and enable 'Show all configurable settings'.

Then navigate to the Suricata section, at the bottom there is an 'Advanced' section for suricata. Here is an example of how you'd make custom address-groups.

(for copy paste)

suricata:
  config:
    vars:
      address-groups:
        NEW_GROUP1:
          - 10.11.11.0/24
          - 10.12.12.0/24
        NEW_GROUP2: 
          - 10.13.13.0/24

Once you have added that to your suricata config under advanced, at top of the configuration screen open the 'Options' menu again and press 'Synchronize grid'. That will take some ti…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@giomke
Comment options

@reyesj2
Comment options

Answer selected by giomke
@giomke
Comment options

@giomke
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
3 participants