wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Digital Forensics Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

In Windows forensics, which log type would most likely reveal evidence of privilege escalation attempts?

a)

Application Log

b)

Security Log

c)

Setup Log

d)

Forwarded Events

2.

An investigator detects unusual SSH login attempts on a Linux server. Which command provides the most targeted view of authentication-related events?

a)

cat /var/log/messages

b)

journalctl -u sshd

c)

less /var/log/syslog

d)

dmesg

3.

Which log correlation scenario provides the strongest indication of a web server compromise?

a)

Apache access.log shows multiple 404 errors from the same IP.

b)

Apache error.log shows repeated PHP warnings.

c)

Firewall logs show denied outbound traffic.

d)

Apache access.log indicates a SQL injection payload followed by a database error in MySQL logs.

4.

In the digital forensic workflow, why is hashing (MD5/SHA-256) applied immediately after evidence acquisition?

a)

To compress evidence for storage efficiency.

b)

To prove evidence integrity throughout investigation.

c)

To encrypt the evidence against attackers.

d)

To anonymize sensitive data during analysis.

5.

Which forensic artifact from the Windows Registry is most useful to confirm that a specific USB device was used for data exfiltration?

a)

NTUSER.DAT RecentDocs

b)

SYSTEM\MountedDevices

c)

SYSTEM\CurrentControlSet\Enum\USBSTOR

d)

SAM hive

6.

During vulnerability assessment, a team discovers HTTP PUT enabled on a production server. What is the most critical risk this configuration introduces?

a)

Unauthorized data deletion

b)

Upload of malicious files such as web shells

c)

Brute-force login attacks

d)

Misconfigured TLS certificates

7.

Which log management tool is best suited for real-time detection of insider threats by correlating user login anomalies across multiple systems?

a)

Autopsy

b)

Splunk

c)

FTK Imager

d)

Nikto

8.

A forensic analyst wants to reconstruct user browsing history after evidence of a malware infection. Which combination of tools and logs is most effective?

a)

FTK + Prefetch files

b)

Autopsy + Apache error.log

c)

EnCase + Browser cache/History

d)

Wireshark + /var/log/messages

9.

Why is integrating NetFlow analysis with log systems considered more effective in detecting exfiltration attempts?

a)

It captures application-level payloads.

b)

It shows detailed MAC addresses of devices.

c)

It highlights unusual long-duration or large data flows leaving the network.

d)

It automatically prevents outbound connections.

10.

Which OWASP Top 10 vulnerability directly exploits insufficient logging and monitoring as a weakness?

a)

SQL Injection

b)

Broken Authentication

c)

Insufficient Logging & Monitoring

d)

Sensitive Data Exposure

11.

In Linux forensics, /var/log/kern.log is particularly valuable for investigating:

a)

Privilege escalation attempts

b)

File access patterns

c)

Hardware failures and kernel-level errors

d)

Web application vulnerabilities

12.

Which forensic principle ensures that every interaction with digital evidence is traceable and defensible in court?

a)

Non-repudiation

b)

Chain of Custody

c)

Data Retention

d)

Least Privilege

13.

In vulnerability assessment, Nessus is particularly valuable for:

a)

Packet reconstruction and malware traffic analysis

b)

Deep inspection of running processes in memory

c)

Compliance auditing and CVSS-based risk prioritization

d)

Discovering logical flaws in custom applications

14.

Which of the following best demonstrates Locard’s Principle of Exchange in digital forensics?

a)

A USBSTOR registry entry revealing a connected device

b)

An IDS alert with a false positive

c)

A SIEM dashboard highlighting aggregated logs

d)

A system reboot log entry after patching

15.

Which scenario best illustrates the limitation of automated vulnerability scanners like OpenVAS?

a)

Missing detection of outdated Apache versions

b)

Failing to identify complex authentication bypass flaws

c)

False positives due to outdated signature database

d)

Both b and c

16.

Which forensic suite is most widely accepted in legal proceedings due to its emphasis on evidence integrity and admissibility?

a)

Autopsy

b)

FTK

c)

EnCase

d)

Volatility

17.

During incident response, an investigator finds an unusual outbound connection to an unknown IP at midnight. Which combination of tools/logs provides the most reliable evidence of data exfiltration?

a)

Firewall logs + NetFlow analysis

b)

Registry Run key + Prefetch

c)

Auth.log + Apache access.log

d)

IDS logs + Setup logs

18.

Which HTTP method poses the greatest server-side security risk if misconfigured?

a)

HEAD

b)

GET

c)

PUT

d)

OPTIONS

19.

Which forensic artifact is the best source of evidence to prove that a suspect intentionally accessed a confidential document even after deletion?

a)

ShellBags

b)

Prefetch files

c)

Slack space analysis

d)

RecentDocs MRU

20.

Why is SIEM integration critical in modern log management?

a)

It ensures only text-based logs are stored.

b)

It eliminates the need for forensic tools.

c)

It automates correlation and real-time detection of advanced persistent threats (APTs).

d)

It guarantees 100% removal of false positives.