From 2f6c63effc4b68a7ead6dd4212a599378b578eed Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Thu, 4 May 2023 11:33:33 -0400 Subject: [PATCH] Enhancement: file/audit/pfsense/set-hostname.yaml by md --- file/audit/pfsense/set-hostname.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/file/audit/pfsense/set-hostname.yaml b/file/audit/pfsense/set-hostname.yaml index 0959a0ed8e..8d6e35e4cc 100644 --- a/file/audit/pfsense/set-hostname.yaml +++ b/file/audit/pfsense/set-hostname.yaml @@ -1,14 +1,17 @@ id: set-hostname info: - name: Ensure Hostname is Set + name: Netgate Hostname - Detect author: pussycat0x severity: info description: | - Ensure Hostname is set is a process that helps to ensure that the computer or device is being identified correctly on a network. - 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. + 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. reference: | 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 file: @@ -23,3 +26,5 @@ file: - "" - "domain>" condition: and + +# Enhanced by md on 2023/05/04