Merge pull request #10019 from Security-Onion-Solutions/2.4/idhfix

Add annotations
This commit is contained in:
Josh Brower
2023-03-27 15:19:15 -04:00
committed by GitHub
2 changed files with 15 additions and 13 deletions

View File

@@ -157,6 +157,8 @@ base:
'*_idh': '*_idh':
- soc_global - soc_global
- adv_global - adv_global
- idh.soc_idh
- idh.adv_idh
- minions.{{ grains.id }} - minions.{{ grains.id }}
- minions.adv_{{ grains.id }} - minions.adv_{{ grains.id }}

View File

@@ -20,52 +20,52 @@ idh:
class: *loggingOptions class: *loggingOptions
filename: *loggingOptions filename: *loggingOptions
portscan_x_enabled: &serviceOptions portscan_x_enabled: &serviceOptions
description: To enable this IDH service set this value to true. To disable set to false. description: To enable this opencanary module, set this value to true. To disable set to false.
helpLink: idh.html helpLink: idh.html
portscan_x_logfile: *loggingOptions portscan_x_logfile: *loggingOptions
portscan_x_synrate: portscan_x_synrate:
description: Needs update description: Portscan - syn rate limiting
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
portscan_x_nmaposrate: portscan_x_nmaposrate:
description: Needs update description: Portscan - nmap OS rate limiting
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
portscan_x_lorate: portscan_x_lorate:
description: Needs update description: Portscan - lo rate limiting
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
tcpbanner_x_maxnum: tcpbanner_x_maxnum:
description: Needs update description: Portscan - maxnum
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
tcpbanner_x_enabled: *serviceOptions tcpbanner_x_enabled: *serviceOptions
tcpbanner_1_x_enabled: *serviceOptions tcpbanner_1_x_enabled: *serviceOptions
tcpbanner_1_x_port: &portOptions tcpbanner_1_x_port: &portOptions
description: Defined port the service should listen on. description: Port the service should listen on.
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
tcpbanner_1_x_datareceivedbanner: &bannerOptions tcpbanner_1_x_datareceivedbanner: &bannerOptions
description: Needs update description: Data Received Banner
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
tcpbanner_1_x_initbanner: *bannerOptions tcpbanner_1_x_initbanner: *bannerOptions
tcpbanner_1_x_alertstring_x_enabled: *serviceOptions tcpbanner_1_x_alertstring_x_enabled: *serviceOptions
tcpbanner_1_x_keep_alive_x_enabled: *serviceOptions tcpbanner_1_x_keep_alive_x_enabled: *serviceOptions
tcpbanner_1_x_keep_alive_secret: tcpbanner_1_x_keep_alive_secret:
description: Needs update description: Keep Alive Secret
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
tcpbanner_1_x_keep_alive_probes: tcpbanner_1_x_keep_alive_probes:
description: Needs update description: Keep Alive Probes
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
tcpbanner_1_x_keep_alive_interval: tcpbanner_1_x_keep_alive_interval:
description: Needs update description: Keep Alive Interval
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
tcpbanner_1_x_keep_alive_idle: tcpbanner_1_x_keep_alive_idle:
description: Needs update description: Keep Alive Idle
advanced: True advanced: True
helpLink: idh.html helpLink: idh.html
ftp_x_enabled: *serviceOptions ftp_x_enabled: *serviceOptions
@@ -123,9 +123,9 @@ idh:
vnc_x_port: *portOptions vnc_x_port: *portOptions
openssh: openssh:
enable: enable:
description: This is the other SSH for the host machine. Needs better descirption. description: This is the real SSH service for the host machine.
helpLink: idh.html helpLink: idh.html
config: config:
port: port:
description: Port that ssh will listen on and only accessible from the manager. description: Port that the real SSH service will listen on and will only accessible from the manager.
helpLink: idh.html helpLink: idh.html