ExamRange

In this simulation, you will analyze a network environment producing massive amounts of raw log data. You will identify the appropriate defensive tools required to transform raw telemetry into actionable statistical reports for management and security audits.

CND (312-38) Network Defense Simulation

Network Scenario

You are managing an enterprise network consisting of 500 endpoints, 12 internal servers, and a high-traffic DMZ housing web and mail servers. The perimeter is protected by a multi-layered firewall and an IDS/IPS cluster.

  • Edge Firewall: Generating 5GB of logs daily.
  • Web Server (Apache): Massive access/error log generation.
  • IDS (Snort): Thousands of daily alerts.
  • Compliance Requirement: Weekly statistical reporting on traffic trends and anomaly distribution is mandatory.

SYSTEM STATUS: OPERATIONAL

[INF] Inbound connection: 192.168.1.50 -> 10.0.5.22:443 (ESTABLISHED)

[WRN] Multiple failed SSH attempts detected from 203.0.113.4

[INF] Daily log rotation complete for /var/log/syslog

[ERR] Log buffer threshold exceeded (85%)

[INF] Awaiting statistical aggregation for weekly compliance report...

Traffic & Logs

Example raw log snippet requiring analysis and reporting:

127.0.0.1 - - [10/Oct/2023:13:55:36 -0700] "GET /index.html HTTP/1.1" 200 2326
203.0.113.4 - - [10/Oct/2023:13:56:01 -0700] "POST /login.php HTTP/1.1" 401 543
203.0.113.4 - - [10/Oct/2023:13:56:05 -0700] "POST /login.php HTTP/1.1" 401 543
198.51.100.12 - - [10/Oct/2023:13:58:22 -0700] "GET /admin/config.php HTTP/1.1" 404 128

Defender Note: Raw text logs are difficult to present to stakeholders. A tool is needed to parse, correlate, and graph this data.

Question

Which of the following applications is used for the statistical analysis and reporting of the log files?