Question

Difficulty: MediumNetwork Logging and Auditing

Match each network logging protocol, tool, or severity level on the left to its corresponding primary operational function or security characteristic on the right.

  • Syslog Severity Level 0 (Emergency)Indicates an unstable system state or critical panic requiring immediate attention
  • SNMPv3 authPrivProvides HMAC-based authentication along with payload encryption (AES/DES) for management messages
  • NetFlow / IPFIXExports traffic statistics and flow records to analyze bandwidth usage and communication paths
  • SIEM (Security Information and Event Management)Aggregates, correlates, and analyzes log data across disparate network endpoints for real-time threat detection

Answer

Syslog Severity Level 0 (Emergency) matches 'Indicates an unstable system state or critical panic requiring immediate attention'. SNMPv3 authPriv matches 'Provides HMAC-based authentication along with payload encryption (AES/DES) for management messages'. NetFlow / IPFIX matches 'Exports traffic statistics and flow records to analyze bandwidth usage and communication paths'. SIEM matches 'Aggregates, correlates, and analyzes log data across disparate network endpoints for real-time threat detection'.
Each logging term correctly pairs with its operational capability: Syslog Level 0 represents the highest emergency severity level; SNMPv3 authPriv ensures both authentication and encryption; NetFlow tracks IP network traffic statistics; and SIEM aggregates event logs across systems for security auditing.

Step-by-Step Solution

1
Identify the standard definitions of Syslog severity codes.
Level 0 is defined as Emergency (system unusable).
Syslog levels range from 0 (Emergency) to 7 (Debug).
2
Differentiate between SNMPv3 security levels.
authPriv adds privacy (encryption) to message authentication.
noAuthNoPriv offers no security, authNoPriv authenticates without encryption, and authPriv supplies both.
3
Distinguish flow statistics from event logging.
NetFlow and IPFIX report flow statistics (IPs, ports, byte count) rather than discrete text logs.
NetFlow analyzes traffic telemetry rather than system event logs.
4
Identify the centralized log aggregation and auditing platform.
SIEM platforms correlate logs from various network devices to highlight security incidents.
SIEM serves as the centralized repository and analysis engine for enterprise auditing.

Key Concept

Network Logging Mechanisms and Security Auditing Tools
Rate this question