mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-09 01:34:12 +01:00
77 lines
2.2 KiB
YAML
77 lines
2.2 KiB
YAML
firewall:
|
|
hostgroups:
|
|
analyst_workstations:
|
|
description: List of IP Addresses or CIDR blocks to allow analyst workstations.
|
|
file: True
|
|
global: True
|
|
title: Analyst Workstations
|
|
analyst:
|
|
description: List of IP Addresses or CIDR blocks to allow analyst connections.
|
|
file: True
|
|
global: True
|
|
title: Analysts
|
|
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: IDH Nodes
|
|
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: Heavy Nodes
|
|
searchnodes:
|
|
description: List of IP Addresses or CIDR blocks to allow searchnode connections.
|
|
file: True
|
|
global: True
|
|
title: Search Nodes
|
|
sensors:
|
|
description: List of IP Addresses or CIDR blocks to allow Sensor connections.
|
|
file: True
|
|
global: True
|
|
title: Sensors
|
|
receivers:
|
|
description: List of IP Addresses or CIDR blocks to allow receiver connections.
|
|
file: True
|
|
global: True
|
|
title: Receivers
|
|
portgroups:
|
|
analyst:
|
|
description: List of ports for use with Analyst connections.
|
|
file: True
|
|
global: True
|
|
title: Analyst Ports
|
|
analyst_workstations:
|
|
description: List of ports for use with analyst workstations.
|
|
file: True
|
|
global: True
|
|
title: Analyst Workstation Ports
|
|
standalone:
|
|
description: List of ports for use with Standalone.
|
|
file: True
|
|
global: True
|
|
title: Standalone
|
|
ports:
|
|
ports__yaml:
|
|
description: Ports in YAML.
|
|
file: True
|
|
global: True
|
|
title: Ports |