ExamRange

CND (312-38) Network Defense Simulation

In this simulation, you will analyze how web-based activities leave persistent artifacts on local systems. You will learn to identify where communication traces are stored when users bypass corporate mail servers using public webmail providers.

Network Scenario

DataEnet Inc. utilizes a standard corporate defense-in-depth architecture. While internal mail is handled via an on-premise Exchange server, policy prohibits the use of external webmail providers (Hotmail/Yahoo) to prevent data exfiltration. A suspicious employee is believed to be communicating with a competitor via these unauthorized channels.

As a defender, you are tasked with recovering local artifacts from the employee's workstation to reconstruct their webmail activity sessions.

Traffic & Logs

Firewall Outbound Log Snippet (Egress Filter):

2023-10-24 14:02:11 ALLOW 192.168.1.45 -> 204.79.197.210 TCP/443 (mail.live.com)
2023-10-24 14:05:45 ALLOW 192.168.1.45 -> 98.137.11.163 TCP/443 (mail.yahoo.com)
2023-10-24 14:10:02 ALLOW 192.168.1.45 -> 204.79.197.210 TCP/443 (attachment download)
                

Analysis: The logs confirm HTTPS sessions to webmail domains. While the traffic is encrypted, the local workstation will store cached fragments of the session for performance and session management.

Question

You work for a professional computer hacking forensic investigator DataEnet Inc. To explore the e-mail information about an employee of the company. The suspect an employee to use the online e-mail systems such as Hotmail or Yahoo. Which of the following folders on the local computer you are going to check to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.