Enhancement: file/audit/pfsense/set-hostname.yaml by md
parent
872b35e302
commit
2f6c63effc
|
@ -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:
|
|||
- "<hostname></hostname>"
|
||||
- "domain>"
|
||||
condition: and
|
||||
|
||||
# Enhanced by md on 2023/05/04
|
||||
|
|
Loading…
Reference in New Issue