nerdexam
GIAC

GSEC · Question #250

Which logging capability is provided natively by syslog?

The correct answer is B. Collection. Syslog is a standardized logging protocol whose primary native capability is the collection and forwarding of log messages from devices and applications to a central receiver.

Operating System Security

Question

Which logging capability is provided natively by syslog?

Options

  • ASecure transit
  • BCollection
  • CMuIti-platform alerting
  • DSecure centralization

How the community answered

(46 responses)
  • A
    2% (1)
  • B
    76% (35)
  • C
    7% (3)
  • D
    15% (7)

Why each option

Syslog is a standardized logging protocol whose primary native capability is the collection and forwarding of log messages from devices and applications to a central receiver.

ASecure transit

Syslog transmits messages in plaintext by default over UDP port 514; secure transit requires additional configuration such as TLS wrapping via syslog-ng or rsyslog with encryption modules.

BCollectionCorrect

Syslog (RFC 5424 and the older RFC 3164) natively defines a protocol for collecting log messages - devices act as originators and send structured log data to a syslog collector or server. Collection is the core built-in function of the protocol; it aggregates messages from diverse sources without requiring additional software beyond a standard syslog daemon.

CMuIti-platform alerting

Multi-platform alerting is not a native syslog capability; it requires integration with a SIEM or monitoring platform such as Splunk or Graylog.

DSecure centralization

Secure centralization requires encryption and authentication layers on top of syslog; it is not provided natively by the base protocol.

Concept tested: Native capabilities of the syslog protocol

Source: https://datatracker.ietf.org/doc/html/rfc5424

Topics

#syslog#log collection#system logging#centralized logging

Community Discussion

No community discussion yet for this question.

Full GSEC Practice