DISA STIGS Viewer

The Syslog client must use TCP connections.

Overview

Finding ID Version Rule ID IA Controls Severity
V-271027 DRAG-OT-001630 SV-271027r1057724_rule   Medium
Description
Removal of unneeded or nonsecure functions, ports, protocols, and services mitigate the risk of unauthorized connection of devices, unauthorized transfer of information, or other exploitation of these resources. The organization must perform a periodic scan/review of Dragos (as required by CCI-000384) and disable functions, ports, protocols, and services deemed to be unneeded or nonsecure.
STIG Date
Dragos Platform 2.x Security Technical Implementation Guide 2024-12-23

Details

Check Text (C-75070r1057722_chk)
Use the netstat command to display active UDP connections:
netstat -n -p UDP

If the syslog client is using a UDP connection, this is a finding.
Fix Text (F-74971r1057723_fix)
Changing UDP ports to TCP ports and using TCP instead involves modifying the configuration of the application or service that uses UDP for communication.

Modify the syslog client configuration to specify TCP instead of UDP. This may involve changing port numbers or selecting TCP as the communication protocol.

After making the necessary changes, restart the application or service to apply the new configuration settings. This ensures that the syslog client starts using TCP ports instead of UDP ports.