← Games
AP FRQ PrepChallenge 1/2

Log Analysis Challenge

Mirror of the AP Cybersecurity Free-Response "Device Security Analysis" question

Scenario: Web Server Under Attack

You are analyzing security logs for a company web server (192.168.1.50). The server hosts an internal HR portal accessible only to employees. Review the firewall rules and access logs, then answer the questions.

Device IP: 192.168.1.50

Source 1: Firewall Rules

RuleActionSourceDestPortDir
1DENY0.0.0.0/0192.168.1.5022 (SSH)Inbound
2ALLOW192.168.10.0/24192.168.1.50443 (HTTPS)Inbound
3ALLOW192.168.10.0/24192.168.1.5080 (HTTP)Inbound
4DENY0.0.0.0/0192.168.1.50ANYInbound

Source 2: Server Access Log

TimestampSource IPActionResourceStatus
2026-06-18 08:14:22192.168.10.15GET/hr/dashboard200 OK
2026-06-18 08:15:0345.33.32.156GET/hr/login403 FORBIDDEN
2026-06-18 09:03:11192.168.10.88POST/hr/login401 UNAUTHORIZED
2026-06-18 09:03:14192.168.10.88POST/hr/login401 UNAUTHORIZED
2026-06-18 09:03:17192.168.10.88POST/hr/login401 UNAUTHORIZED
2026-06-18 09:03:20192.168.10.88POST/hr/login401 UNAUTHORIZED
2026-06-18 09:03:23192.168.10.88POST/hr/login200 OK
2026-06-18 09:03:25192.168.10.88GET/hr/employees/export_all.csv200 OK
2026-06-18 10:44:59192.168.10.42GET/hr/dashboard200 OK
2026-06-18 14:22:30192.168.10.15GET/hr/payroll200 OK