mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-25 01:13:28 +01:00
71 lines
2.0 KiB
YAML
71 lines
2.0 KiB
YAML
firewall:
|
|
hostgroups:
|
|
analyst_workstation:
|
|
description: List of IP Addresses or CIDR blocks to allow analyst workstations.
|
|
file: True
|
|
global: True
|
|
title: Analyst Workstation
|
|
analyst:
|
|
description: List of IP Addresses or CIDR blocks to allow analyst connections.
|
|
file: True
|
|
global: True
|
|
title: Analyst
|
|
standalone:
|
|
description: List of IP Addresses or CIDR blocks to allow standalone connections.
|
|
file: True
|
|
global: True
|
|
title: Standalone
|
|
advanced: True
|
|
eval:
|
|
description: List of IP Addresses or CIDR blocks to allow eval connections.
|
|
file: True
|
|
global: True
|
|
title: Eval
|
|
advanced: True
|
|
idh:
|
|
description: List of IP Addresses or CIDR blocks to allow idh connections.
|
|
file: True
|
|
global: True
|
|
title: IDHNode
|
|
manager:
|
|
description: List of IP Addresses or CIDR blocks to allow manager connections.
|
|
file: True
|
|
global: True
|
|
title: Manager
|
|
advanced: True
|
|
heavynodes:
|
|
description: List of IP Addresses or CIDR blocks to allow heavynode connections.
|
|
file: True
|
|
global: True
|
|
title: HeavyNode
|
|
searchnodes:
|
|
description: List of IP Addresses or CIDR blocks to allow searchnode connections.
|
|
file: True
|
|
global: True
|
|
title: SearchNode
|
|
sensors:
|
|
description: List of IP Addresses or CIDR blocks to allow Sensor connections.
|
|
file: True
|
|
global: True
|
|
title: Sensor
|
|
receivers:
|
|
description: List of IP Addresses or CIDR blocks to allow receiver connections.
|
|
file: True
|
|
global: True
|
|
title: Receiver
|
|
portgroups:
|
|
portgroups__yaml:
|
|
description: Port Groups
|
|
file: True
|
|
global: True
|
|
advanced: True
|
|
title: Port Groups
|
|
syntax: yaml
|
|
ports:
|
|
ports__yaml:
|
|
description: Ports in YAML.
|
|
file: True
|
|
global: True
|
|
advanced: True
|
|
title: Ports
|
|
syntax: yaml |