26 lines
738 B
YAML
26 lines
738 B
YAML
|
id: set-hostname
|
||
|
|
||
|
info:
|
||
|
name: Ensure Hostname is Set
|
||
|
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.
|
||
|
reference: |
|
||
|
https://docs.netgate.com/pfsense/en/latest/config/general.html
|
||
|
tags: firewall,config,audit,pfsense,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- xml
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<system>"
|
||
|
- "<hostname></hostname>"
|
||
|
- "domain>"
|
||
|
condition: and
|