Actions
Bug #299
closeddefault suricata.yaml settings
Affected Versions:
Effort:
Difficulty:
Label:
Description
Need to consider adding more sane defaults to our default suricata.yaml. Might break QA, so need to do this with care.
Addresses would need to be something like this:
- Holds variables that would be used by the engine.
vars:- Holds the address group vars that would be passed in a Signature.
- These would be retrieved during the Signature address parsing stage.
address-groups:HOME_NET: "[192.168.0.0/16,10.0.0.0/8,172.16.0.0/12]"
EXTERNAL_NET: "!$HOME_NET"
HTTP_SERVERS: "$HOME_NET"
SMTP_SERVERS: "$HOME_NET"
SQL_SERVERS: "$HOME_NET"
DNS_SERVERS: "$HOME_NET"
TELNET_SERVERS: "$HOME_NET"
AIM_SERVERS: "$EXTERNAL_NET"
Updated by Victor Julien almost 13 years ago
- Status changed from New to Closed
- Assignee set to Victor Julien
- % Done changed from 0 to 100
Addresses in default yaml have been updated.
Actions