nerdexam
EC-Council

312-49V11 · Question #122

Lucas, a forensic investigator, is working on an investigation involving a compromised hard drive. To analyze the disk image and extract relevant forensic data, he decides to use a tool that…

The correct answer is A. PyTSK. PyTSK (also known as pytsk3) is the official Python binding for The Sleuth Kit. It allows forensic investigators to programmatically access disk images, partitions, file systems, directories, and file metadata directly from Python scripts. This enables automation of tasks such…

Digital Forensics Tools

Question

Lucas, a forensic investigator, is working on an investigation involving a compromised hard drive. To analyze the disk image and extract relevant forensic data, he decides to use a tool that integrates the powerful capabilities of Sleuth Kit with Python scripting. Lucas wants to automate the process of analyzing disk structures, file systems, and file recovery using Python scripts. Which of the following tools can help Lucas leverage Sleuth Kit's capabilities while using Python to perform these analysis tasks efficiently?

Options

  • APyTSK
  • BNumPy
  • CPyTorch
  • DPySpark

How the community answered

(30 responses)
  • A
    80% (24)
  • B
    3% (1)
  • C
    7% (2)
  • D
    10% (3)

Explanation

PyTSK (also known as pytsk3) is the official Python binding for The Sleuth Kit. It allows forensic investigators to programmatically access disk images, partitions, file systems, directories, and file metadata directly from Python scripts. This enables automation of tasks such as file enumeration, timeline creation, deleted file recovery, and artifact extraction--core activities in disk and file system forensics.

Topics

#PyTSK#Sleuth Kit#disk forensics tools#Python scripting

Community Discussion

No community discussion yet for this question.

Full 312-49V11 Practice