Unit 6: Email Crimes and Mobile Forensics - Practice Quiz

CSC303 — Digital Forensics 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 Which protocol is primarily used for sending email messages between servers?

Understand email basics Easy
A. SMTP
B. IMAP
C. HTTP
D. POP3

2 Which part of an email contains routing information such as sender, receiver, and the path taken by the message?

Understand email basics Easy
A. Email body
B. Email signature
C. Email header
D. Email attachment

3 What does the IMAP protocol allow a user to do?

Understand email basics Easy
A. Encrypt outgoing messages
B. Access and manage email stored on the server
C. Send email to other servers
D. Compress email attachments

4 Which of the following is a common example of an email crime?

Understand email crime investigation and its steps Easy
A. Defragmentation
B. Cache clearing
C. File compression
D. Phishing

5 During an email investigation, which element is examined first to trace the origin of a message?

Understand email crime investigation and its steps Easy
A. Email theme
B. Email header
C. Email font
D. Email background color

6 Which U.S. law specifically regulates commercial email and spam?

U.S. laws against email crime Easy
A. CAN-SPAM Act
B. COPPA Act
C. GLBA Act
D. HIPAA Act

7 The CAN-SPAM Act requires that commercial emails include which of the following?

U.S. laws against email crime Easy
A. A compressed attachment
B. A CAPTCHA image
C. A valid opt-out mechanism
D. A digital certificate

8 Why are mobile devices important sources of evidence in investigations?

Understand the importance of mobile device forensics Easy
A. They only store system files
B. They cannot store user data
C. They erase all data automatically
D. They store personal data like calls, messages, and location

9 Mobile device forensics primarily deals with recovering evidence from which type of device?

Understand the importance of mobile device forensics Easy
A. Printers only
B. Smartphones and tablets
C. Desktop servers only
D. Network routers only

10 Which operating system layer in Android is based on the Linux kernel?

Illustrate architectural layers and boot processes of Android and iOS Devices Easy
A. Framework layer
B. Kernel layer
C. UI layer
D. Application layer

11 Which company developed the iOS operating system?

Illustrate architectural layers and boot processes of Android and iOS Devices Easy
A. Samsung
B. Apple
C. Google
D. Microsoft

12 Which of the following is typically the first phase of the mobile forensics process?

Explain the steps involved in mobile forensics process Easy
A. Report generation
B. Evidence destruction
C. Data analysis
D. Seizure and identification

13 To prevent a seized phone from receiving remote wipe commands, investigators often use a:

Explain the steps involved in mobile forensics process Easy
A. Cardboard box
B. Paper envelope
C. Faraday bag
D. Plastic wrap

14 Which record shows details of calls made and received, such as time and duration?

Investigate cellular network data Easy
A. Master File Table
B. Registry Hive
C. Call Detail Records (CDR)
D. Boot Record

15 Cellular network data can help investigators approximate a device's:

Investigate cellular network data Easy
A. Wallpaper
B. Screen resolution
C. Location
D. Battery brand

16 What does SIM stand for in mobile devices?

Understand sim file system and its data acquisition method Easy
A. System Internal Memory
B. Signal Input Module
C. Subscriber Identity Module
D. Secure Internet Manager

17 Which type of data can commonly be recovered from a SIM card?

Understand sim file system and its data acquisition method Easy
A. Video recordings
B. Camera photos
C. Contacts and SMS messages
D. Installed apps

18 Gaining full administrative access on an Android device is known as:

Illustrate phone locks and discuss rooting of android and jailbreaking of iOS devices Easy
A. Rooting
B. Jailbreaking
C. Formatting
D. Encrypting

19 The process of removing software restrictions on Apple iOS devices is called:

Illustrate phone locks and discuss rooting of android and jailbreaking of iOS devices Easy
A. Defragmenting
B. Partitioning
C. Rooting
D. Jailbreaking

20 Logical acquisition of a mobile device retrieves:

Perform logical acquisition on Android and iOS devices Easy
A. A bit-by-bit copy of physical memory
B. Only deleted files
C. Only hardware serial numbers
D. Accessible files and data through the device's interface

21 An investigator examines an email header and finds multiple Received: fields. Which statement correctly describes how these should be read to trace the message path?

Understand email basics Medium
A. Read from top to bottom, where the topmost Received: line is closest to the sender
B. Read alphabetically by server name because mail servers reorder headers randomly during transit and only alphabetical sorting restores the true chronological delivery sequence
C. Read from bottom to top, where the bottommost Received: line is closest to the sender
D. Read only the middle Received: line since it identifies the true origin

22 A suspect claims an email was sent from their account without authorization. Which protocol detail would MOST directly help verify whether the sending server was authorized to send on behalf of the domain?

Understand email basics Medium
A. The IMAP folder structure on the mail client
B. The POP3 port used by the recipient
C. The SPF record published in the domain's DNS
D. The MIME boundary string in the body

23 During an email crime investigation, an examiner obtains a suspect's .pst file. What is the primary reason for creating a forensic copy before analysis?

Understand email crime investigation and its steps Medium
A. To preserve the integrity of the original evidence and maintain chain of custody
B. To automatically decrypt any password-protected messages inside
C. To compress the file so it uploads faster to the cloud
D. To convert the mailbox into IMAP format for easier reading

24 An investigator needs to identify the originating IP address of a phishing email. Which single header field is the MOST reliable primary source for this information?

Understand email crime investigation and its steps Medium
A. The Reply-To: header value
B. The Subject: header text
C. The Received: header added by the first receiving mail server
D. The From: header displayed in the client

25 A company discovers an employee sending large volumes of deceptive commercial email with falsified header information. Which U.S. law most directly governs this conduct?

U.S. laws against email crime Medium
A. The Digital Millennium Copyright Act (DMCA)
B. The Sarbanes-Oxley Act
C. The CAN-SPAM Act of 2003
D. The Children's Online Privacy Protection Act (COPPA)

26 Under which U.S. statute could unauthorized access to another person's stored email on a service provider's system be prosecuted?

U.S. laws against email crime Medium
A. The Electronic Communications Privacy Act (ECPA) / Stored Communications Act
B. The Fair Credit Reporting Act (FCRA)
C. The Gramm-Leach-Bliley Act (GLBA)
D. The Freedom of Information Act (FOIA)

27 Why is mobile device forensics often considered more challenging than traditional computer forensics?

Understand the importance of mobile device forensics Medium
A. Mobile devices never store any user data locally
B. Mobile devices only contain data identical to a desktop computer
C. Mobile devices cannot be seized as evidence
D. Mobile devices use diverse proprietary operating systems, file systems, and connectors that constantly change, making universal acquisition methods difficult

28 An investigator seizes a powered-on smartphone at a scene. What is the recommended immediate step to protect potential evidence from remote tampering?

Understand the importance of mobile device forensics Medium
A. Isolate the device from networks using a Faraday bag or airplane mode
B. Immediately factory reset the device to prevent malware
C. Remove the SIM and discard it to stop tracking
D. Connect it to the nearest Wi-Fi to back up data

29 In the Android architecture stack, which layer sits directly above the Linux kernel and provides hardware abstraction and core native libraries?

Illustrate architectural layers and boot processes of Android and iOS Devices Medium
A. The Java API Framework layer
B. The Hardware Abstraction Layer (HAL) and native libraries
C. The System Apps layer
D. The Application layer

30 During the iOS secure boot chain, what is the primary role of the Boot ROM (SecureROM)?

Illustrate architectural layers and boot processes of Android and iOS Devices Medium
A. It manages cellular radio frequencies during calls
B. It stores the user's photos and app data permanently
C. It is immutable code that verifies the next-stage bootloader's signature, establishing the hardware root of trust
D. It hosts the graphical user interface for the lock screen

31 Which sequence correctly represents the standard phases of the mobile forensics process?

Explain the steps involved in mobile forensics process Medium
A. Acquisition → Seizure → Reporting → Examination
B. Analysis → Reporting → Seizure → Acquisition
C. Reporting → Acquisition → Seizure → Analysis
D. Seizure and isolation → Acquisition → Examination and analysis → Reporting

32 An examiner documents every hash value, tool version, and action taken while processing a phone. Which forensic principle does this practice primarily support?

Explain the steps involved in mobile forensics process Medium
A. Increasing the device storage capacity
B. Repeatability and verifiability of the examination
C. Automatic decryption of secure containers
D. Faster battery charging of the device

33 An investigator obtains Call Detail Records (CDRs) from a carrier. What type of evidence do CDRs primarily provide?

Investigate cellular network data Medium
A. Full audio recordings of every conversation made
B. Metadata such as numbers dialed, timestamps, duration, and cell tower used, but not call audio content
C. The complete contents of text message bodies with attachments
D. Real-time GPS coordinates accurate to one meter for each call

34 How can cell tower data from CDRs assist an investigation into a suspect's movements?

Investigate cellular network data Medium
A. It decrypts end-to-end encrypted messaging apps
B. It reveals the passwords stored on the suspect's phone
C. It gives the exact street address where the suspect was standing
D. It provides approximate location by identifying which towers and sectors served the device over time

35 Within the SIM card's hierarchical file system, which element stores the phonebook and SMS-related data as elementary files?

Understand sim file system and its data acquisition method Medium
A. The baseband processor's volatile RAM
B. The Master File (MF) alone with no subordinate structure
C. Elementary Files (EF) organized under Dedicated Files (DF), beneath the Master File (MF)
D. Only the IMEI register on the SIM chip

36 When acquiring data from a SIM card, why should an examiner use a dedicated SIM reader rather than inserting the SIM back into an active phone?

Understand sim file system and its data acquisition method Medium
A. SIM readers can only be used after rooting the SIM
B. An active phone permanently deletes all SIM contents on insertion
C. A SIM reader charges the SIM battery before extraction
D. An active phone may write or modify SIM data such as location updates, altering the evidence

37 What is the key forensic significance of rooting an Android device or jailbreaking an iOS device during acquisition?

Illustrate phone locks and discuss rooting of android and jailbreaking of iOS devices Medium
A. It reduces the device storage so acquisition finishes faster
B. It permanently unlocks the device with no side effects and is always the preferred first step
C. It grants elevated privileges that can enable access to protected data, but may alter the device and raise integrity concerns
D. It automatically produces a court-admissible report

38 A device uses a pattern lock on Android. Where is the gesture pattern data traditionally stored in a form an examiner might analyze?

Illustrate phone locks and discuss rooting of android and jailbreaking of iOS devices Medium
A. In plaintext inside the user's photo gallery
B. In the cellular carrier's CDR database
C. In a system file (e.g., gesture.key) containing a hash of the pattern
D. On the SIM card's Master File

39 Which statement BEST characterizes a logical acquisition of a mobile device?

Perform logical acquisition on Android and iOS devices Medium
A. It creates a bit-for-bit image including deleted files from unallocated space
B. It requires physically desoldering the flash memory chip
C. It only copies the SIM card and ignores internal storage
D. It extracts allocated data and files through the device's APIs or protocols, but generally cannot recover deleted data from unallocated space

40 An examiner uses an iTunes-style backup to perform logical acquisition of an iPhone. What can significantly limit the completeness of the extracted data?

Perform logical acquisition on Android and iOS devices Medium
A. The color of the phone case
B. An encrypted backup password protecting the backup contents
C. The version of the USB cable insulation
D. The screen brightness setting on the device

41 An investigator analyzing an email header observes multiple Received: fields. To reconstruct the true path of the message and identify the originating server, which reading strategy and reasoning is correct?

Understand email basics Hard
A. Use the Message-ID domain exclusively, since it always equals the originating server
B. Read Received: headers bottom-to-top, since the earliest hop is appended first and each subsequent server prepends its own
C. Trust only the From: header, since Received: lines are always forged
D. Read Received: headers top-to-bottom, since the originating server always writes the first line

42 During analysis, an investigator finds that the Return-Path, envelope-sender (MAIL FROM), and the header From: all differ. Which conclusion best reflects a legitimate technical explanation rather than automatically indicating spoofing?

Understand email basics Hard
A. The Return-Path is generated by the sender's browser and cannot differ
B. A mailing list or forwarding service rewrote the envelope sender while preserving the author's From:
C. SMTP prohibits differing sender fields, so the mail client is corrupted
D. The message is guaranteed to be spoofed because all three must always match

43 A defendant sent bulk commercial emails using falsified header information and harvested addresses without offering an opt-out. Which U.S. statute most directly governs these specific violations?

U.S. laws against email crime Hard
A. CAN-SPAM Act of 2003
B. Electronic Communications Privacy Act (ECPA) Title I only
C. Computer Fraud and Abuse Act (CFAA)
D. Digital Millennium Copyright Act (DMCA)

44 An investigator wants to compel a provider to disclose the content of emails stored on a server for over 180 days. Under the Stored Communications Act (a part of the ECPA), which legal instrument has historically been referenced for such stored content?

U.S. laws against email crime Hard
A. A subpoena or court order (with notice), as originally provided under the SCA for content older than 180 days
B. A DMCA takedown notice served on the provider
C. A simple internal request letter with no judicial oversight
D. A CAN-SPAM compliance audit request

45 An investigator recovers an email whose Received: chain shows an internal IP () in the originating hop, then a public IP. What is the correct forensic interpretation?

Understand email crime investigation and its steps Hard
A. The presence of a private IP means the message never left the local machine
B. is a routable public source and can be traced via WHOIS directly
C. The internal IP proves the email is fabricated and should be discarded
D. The message likely originated from a host behind NAT on an internal network; the public IP is the gateway/relay

46 While validating a suspicious email, SPF passes but DKIM fails and DMARC is set to p=quarantine. Which interpretation is most defensible in an investigation?

Understand email crime investigation and its steps Hard
A. A DKIM failure guarantees the sending domain does not exist
B. DMARC p=quarantine means the message was definitely deleted by the receiver
C. SPF passing alone conclusively proves the message is authentic and unmodified
D. The message may have been altered in transit or the signature is misaligned; DMARC alignment failure warrants deeper scrutiny

47 Why does mobile device forensics require volatile-aware prioritization more urgently than typical disk forensics on a powered-off workstation?

Understand the importance of mobile device forensics Hard
A. Workstations never contain volatile evidence, so mobiles are simply newer
B. Mobile devices maintain volatile state (RAM, unlocked keys, network sessions) that can be lost on power change or remote wipe, and encryption keys may be resident only while unlocked
C. Mobile devices store all data in the cloud only, so local acquisition is irrelevant
D. Mobile flash storage is fully volatile and erases entirely when unplugged from power

48 In the Android architecture, an app calls a high-level API that ultimately triggers a hardware operation. Which ordering correctly reflects the layers traversed from top to bottom?

Illustrate architectural layers and boot processes of Android and iOS Devices Hard
A. Application → Linux Kernel → HAL → ART → Framework
B. HAL → Application → Kernel → Framework → Native Libraries
C. Application → Application Framework → Native Libraries/ART → HAL → Linux Kernel
D. Linux Kernel → HAL → ART → Application Framework → Application

49 During the iOS secure boot chain, each stage cryptographically verifies the next. Which sequence correctly represents this chain of trust from power-on?

Illustrate architectural layers and boot processes of Android and iOS Devices Hard
A. Boot ROM → Kernel → iBoot → LLB
B. iBoot → Boot ROM → Kernel → LLB
C. Boot ROM → LLB (iBoot on newer devices) → iBoot → Kernel
D. Kernel → iBoot → LLB → Boot ROM

50 An examiner wants to load a custom recovery on an Android device. Which boot mode is designed to accept low-level flashing commands directly from a host over USB, and why is it forensically significant?

Illustrate architectural layers and boot processes of Android and iOS Devices Hard
A. Safe mode, because it disables encryption to allow full imaging
B. Recovery mode, because it always permits raw partition dumps regardless of lock state
C. Download/ODIN mode is identical to normal boot and requires no unlocking
D. Fastboot/bootloader mode, because it allows flashing partitions and its accessibility depends on whether the bootloader is unlocked

51 An investigator seizes a powered-on, unlocked smartphone at a scene. Which action sequence best preserves evidence and reduces contamination risk?

Explain the steps involved in mobile forensics process Hard
A. Immediately power it off to preserve battery, then image later at the lab
B. Connect it to Wi-Fi to sync cloud backups before acquisition
C. Isolate from networks (Faraday/airplane mode), keep it powered and charged, disable auto-lock, then acquire
D. Perform a factory reset to standardize state before imaging

52 During examination, the hash of an extracted logical image differs from a re-extraction taken 20 minutes later on a running device. What is the most accurate interpretation?

Explain the steps involved in mobile forensics process Hard
A. Logical extractions of a live device can legitimately differ because the OS mutates data (logs, caches) between acquisitions; document and explain, do not assume tampering
B. A hash mismatch on any mobile acquisition always proves evidence tampering
C. The tool is defective and both images must be discarded as unreliable
D. Mobile images never hash consistently, so hashing should be skipped entirely

53 In a Call Detail Record (CDR) analysis, a suspect's phone connected to a cell tower sector azimuthed at . Which conclusion is forensically sound about the device's location?

Investigate cellular network data Hard
A. The azimuth uniquely pinpoints latitude and longitude to within one meter
B. The device was exactly at the tower's geographic coordinates
C. The device was somewhere within that sector's coverage arc, an approximate area—not a precise point
D. The device was exactly meters from the tower

54 An investigator needs to distinguish a device across SIM swaps and a SIM across device swaps. Which identifier pairing is correct?

Investigate cellular network data Hard
A. IMEI identifies the device hardware; IMSI (on the SIM) identifies the subscriber
B. ICCID identifies the device and IMEI identifies the SIM
C. Both IMEI and IMSI identify only the tower
D. IMEI identifies the subscriber; IMSI identifies the device hardware

55 The SIM file system is hierarchical. Which structure correctly describes it, and where are SMS messages and phonebook entries typically stored?

Understand sim file system and its data acquisition method Hard
A. There is no hierarchy; the SIM stores data as unstructured NAND blocks
B. MF (root) → DF (directories) → EF (elementary files); SMS and phonebook reside in specific EFs such as EF_SMS and EF_ADN
C. DF (root) → EF → MF; SMS is stored only in the MF
D. EF (root) → MF → DF; all data is stored in a single flat MF

56 An examiner encounters a SIM protected by a PIN with the PUK unknown. After how many incorrect PUK entries does the SIM typically become permanently unusable, and what is the implication?

Understand sim file system and its data acquisition method Hard
A. The PUK can be retried unlimited times, so brute force is always safe
B. After 10 incorrect PUK attempts the SIM is permanently blocked, so PUK guessing must be avoided and lawful provider assistance sought
C. After 3 incorrect PUK attempts the PIN simply resets to default with no risk
D. Incorrect PUK entries only lock the phone, never the SIM itself

57 An examiner is deciding whether to root an Android device before acquisition. Which statement best captures the forensic trade-off?

Illustrate phone locks and discuss rooting of android and jailbreaking of iOS devices Hard
A. Rooting can enable physical/full-filesystem access but modifies the device and may violate integrity principles, so it requires justification, documentation, and ideally validated tools
B. Rooting is completely non-invasive and leaves no trace, so it should always be done first
C. Rooting deletes only user data while leaving the system partition untouched and verifiable
D. Rooting is legally forbidden in all forensic contexts regardless of authorization

58 Regarding iOS device states, why is a device in AFU (After First Unlock) generally more favorable for acquisition than one in BFU (Before First Unlock)?

Illustrate phone locks and discuss rooting of android and jailbreaking of iOS devices Hard
A. In AFU the device automatically uploads all data to iCloud, aiding acquisition
B. In BFU all data is unencrypted, so BFU is always preferable
C. In AFU, many file-protection-class keys are already decrypted and resident, so more data is accessible; in BFU most keys remain sealed until the passcode is entered
D. AFU and BFU are identical because iOS never encrypts data at rest

59 An investigator performs an iOS logical acquisition via an encrypted iTunes/Finder backup. Why can enabling a backup password sometimes yield more forensic data than an unencrypted backup?

Perform logical acquisition on Android and iOS devices Hard
A. The backup password disables the lock screen, granting physical access
B. Encryption converts a logical backup into a full physical bit-for-bit image
C. Encrypted backups strip all sensitive data, so they contain strictly less
D. Encrypted backups include additional sensitive items (e.g., Keychain, health, and Wi-Fi data) that Apple excludes from unencrypted backups

60 An examiner considers a chip-off physical acquisition on a modern Android phone with File-Based Encryption (FBE). What is the primary limitation of the raw NAND dump obtained?

Perform physical acquisition on Android and iOS devices Hard
A. The dump will be ciphertext; without the decryption keys (tied to user credential and hardware), the data remains inaccessible
B. Chip-off always bypasses encryption because NAND stores data in plaintext
C. Chip-off yields fully readable files but destroys only the phonebook
D. The dump is automatically decrypted since FBE only protects data in transit