During a compliance audit of an organization's network monitoring infrastructure, an auditor notes that event log messages and SNMP telemetry are vulnerable to packet loss, eavesdropping, and tampering across WAN links. To remediate these findings, the security engineer must ensure that centralized log forwarding to the SIEM appliance guarantees delivery acknowledgment, encrypts message traffic over standard secure ports, and that SNMP polling enforces cryptographic user authentication along with payload privacy. Which of the following configuration sets correctly fulfills all specified requirements?
- Configure Syslog log forwarding over TCP port 6514 using TLS encryption, and implement SNMPv3 with the authPriv security level.Cevap
- BConfigure Syslog log forwarding over UDP port 514 using TLS encryption, and implement SNMPv3 with the authNoPriv security level.
- CConfigure Syslog log forwarding over TCP port 514 using TLS encryption, and implement SNMPv2c using community strings with access control lists.
- DConfigure Syslog log forwarding over TCP port 6513 using TLS encryption, and implement SNMPv3 with the noAuthNoPriv security level.
Cevap
The correct implementation requires Syslog log forwarding over TCP port 6514 using TLS encryption, paired with SNMPv3 utilizing the authPriv security level.
The requirement for reliable and encrypted log forwarding necessitates using TCP port 6514 with TLS (RFC 5425). Standard UDP 514 lacks connection state and encryption. For SNMP monitoring, satisfying both authentication and privacy requirements requires SNMPv3 configured with the authPriv security level (which uses authentication algorithms along with payload privacy encryption).
Adım Adım Çözüm
Anahtar Kavram
Syslog over TLS (TCP Port 6514) and SNMPv3 Security Levels (authPriv)
Tahmini Süre:1m 30s