mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Firewall Fun
This commit is contained in:
89
salt/firewall/defaults.yaml
Normal file
89
salt/firewall/defaults.yaml
Normal file
@@ -0,0 +1,89 @@
|
|||||||
|
firewall:
|
||||||
|
hostgroups:
|
||||||
|
anywhere:
|
||||||
|
ips:
|
||||||
|
delete:
|
||||||
|
insert:
|
||||||
|
- 0.0.0.0/0
|
||||||
|
dockernet:
|
||||||
|
ips:
|
||||||
|
delete:
|
||||||
|
insert:
|
||||||
|
- 172.17.0.0/24
|
||||||
|
localhost:
|
||||||
|
ips:
|
||||||
|
delete:
|
||||||
|
insert:
|
||||||
|
- 127.0.0.1
|
||||||
|
self:
|
||||||
|
ips:
|
||||||
|
delete:
|
||||||
|
insert: []
|
||||||
|
analyst:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
beats_endpoint:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
beats_endpoint_ssl:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
elastic_agent_endpoint:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
elasticsearch_rest:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
endgame:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
fleet:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
heavy_node:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
idh:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
manager:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
minion:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
node:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
receiver:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
search_node:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
sensor:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: [127.0.0.1]
|
||||||
|
strelka_frontend:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
|
syslog:
|
||||||
|
ips:
|
||||||
|
delete: []
|
||||||
|
insert: []
|
||||||
@@ -25,13 +25,16 @@ idstools:
|
|||||||
file: True
|
file: True
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
title: Local Rules
|
||||||
filters__rules:
|
filters__rules:
|
||||||
description: You can set custom filters for Suricata when using it for meta data creation.
|
description: You can set custom filters for Suricata when using it for meta data creation.
|
||||||
file: True
|
file: True
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
title: Filter Rules
|
||||||
extraction__rules:
|
extraction__rules:
|
||||||
description: This is a list of mime types for file extraction when Suricata is used for meta data creation.
|
description: This is a list of mime types for file extraction when Suricata is used for meta data creation.
|
||||||
file: True
|
file: True
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
title: Extraction Rules
|
||||||
Reference in New Issue
Block a user