nerdexam
(ISC)2

CSSLP · Question #67

You work as a Security Manager for Tech Perfect Inc. In the organization, Syslog is used for computer system management and security auditing, as well as for generalized informational, analysis, and…

The correct answer is C. Limit the number of Syslog messages or TCP connections from a specific source for a certain time period. To prevent a denial of service (DoS) on a Syslog server and ensure message delivery, the most effective approach is to limit the volume of incoming messages or connections from specific sources.

Secure Software Deployment, Operations, Maintenance

Question

You work as a Security Manager for Tech Perfect Inc. In the organization, Syslog is used for computer system management and security auditing, as well as for generalized informational, analysis, and debugging messages. You want to prevent a denial of service (DoS) for the Syslog server and the loss of Syslog messages from other sources. What will you do to accomplish the task?

Options

  • AUse a different message format other than Syslog in order to accept data.
  • BEnable the storage of log entries in both traditional Syslog files and a database.
  • CLimit the number of Syslog messages or TCP connections from a specific source for a certain time period.
  • DEncrypt rotated log files automatically using third-party or OS mechanisms.

How the community answered

(17 responses)
  • A
    12% (2)
  • B
    12% (2)
  • C
    71% (12)
  • D
    6% (1)

Why each option

To prevent a denial of service (DoS) on a Syslog server and ensure message delivery, the most effective approach is to limit the volume of incoming messages or connections from specific sources.

AUse a different message format other than Syslog in order to accept data.

Using a different message format would require a complete change in logging infrastructure and does not directly solve the DoS vulnerability of the existing Syslog server.

BEnable the storage of log entries in both traditional Syslog files and a database.

Storing logs in multiple locations (files and database) improves redundancy and retrieval but does not prevent the Syslog server itself from being overwhelmed by an incoming DoS attack.

CLimit the number of Syslog messages or TCP connections from a specific source for a certain time period.Correct

Limiting the number of Syslog messages or TCP connections from a specific source for a certain time period directly addresses the risk of a denial of service (DoS) attack. By rate-limiting or throttling incoming data, the Syslog server can prevent itself from being overwhelmed by a flood of messages, ensuring continued availability and preventing the loss of legitimate messages from other sources.

DEncrypt rotated log files automatically using third-party or OS mechanisms.

Encrypting rotated log files addresses data confidentiality and integrity after the logs have been processed and archived, not the prevention of a DoS attack on the active Syslog server.

Concept tested: Syslog server DoS prevention

Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-92.pdf

Topics

#Syslog security#DoS prevention#Log management#Rate limiting

Community Discussion

No community discussion yet for this question.

Full CSSLP Practice