Enhancement: file/audit/pfsense/set-hostname.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-05-04 11:33:33 -04:00
parent 872b35e302
commit 2f6c63effc
1 changed files with 8 additions and 3 deletions

View File

@ -1,14 +1,17 @@
id: set-hostname id: set-hostname
info: info:
name: Ensure Hostname is Set name: Netgate Hostname - Detect
author: pussycat0x author: pussycat0x
severity: info severity: info
description: | description: |
Ensure Hostname is set is a process that helps to ensure that the computer or device is being identified correctly on a network. Netgate hostname should be set so that other devices on the network can correctly identify it. The hostname is a unique identifier for the device.
The hostname is a unique identifier for the device, and it is important that it is properly set so that other devices on the network can identify it.
reference: | reference: |
https://docs.netgate.com/pfsense/en/latest/config/general.html https://docs.netgate.com/pfsense/en/latest/config/general.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: firewall,config,audit,pfsense,file tags: firewall,config,audit,pfsense,file
file: file:
@ -23,3 +26,5 @@ file:
- "<hostname></hostname>" - "<hostname></hostname>"
- "domain>" - "domain>"
condition: and condition: and
# Enhanced by md on 2023/05/04