EC-Council Computer Hacking Forensic Investigator (CHFI v11) (312-49v11)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
EC-Council
Certification
Digital Forensics
Content
272 Qs
Status
Verified
Updated
12 hours ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $39 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 55-Question Preview (312-49v11)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified EC-Council certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated 312-49v11 prep kit.
Exam Overview
The EC-Council Computer Hacking Forensic Investigator (CHFI v11) certification is a cornerstone credential for cybersecurity professionals dedicated to mastering the intricate art and science of digital forensics. This certification program rigorously validates your expertise in identifying, preserving, analyzing, and reporting digital evidence from a wide array of cybercrime incidents. In an era defined by sophisticated cyber threats and stringent regulatory compliance, organizations critically need skilled forensic investigators who can adeptly unravel complex breaches, recover compromised data, and provide irrefutable evidence for legal proceedings. CHFI v11 equips you with industry-standard methodologies, cutting-edge tools, and practical techniques to conduct thorough investigations, understand attacker kill chains, and maintain the integrity and admissibility of digital evidence. Achieving CHFI significantly enhances your professional credibility, opening doors to advanced roles in incident response, e-discovery, and law enforcement, making you an indispensable asset in the global fight against cybercrime.
Questions
125
Passing Score
70% (700/1000)
Duration
240 Minutes
Difficulty
Expert
Level
Professional
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest EC-Council standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the 312-49v11 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated 312-49v11 bank (55 Questions).
Harry has collected a suspicious executable file from an infected system and seeks to reverse its machine code to instructions written in assembly language. Which tool should he use for this purpose?
Correct Option: B
Option B is correct because OllyDbg is a 32-bit assembler level analyzing debugger commonly used for reverse engineering. It allows analysts to debug and disassemble executable files, translating their machine code into assembly language instructions to understand program behavior. Option A is incorrect because HashCalc computes cryptographic hash values (e.g., MD5, SHA1) of files for integrity checks, not for disassembling machine code. Option C is incorrect because BinText extracts ASCII and Unicode strings from binary files, which is different from converting machine code to assembly. Option D is incorrect because oledump is a tool specifically designed to parse and analyze OLE files (like Microsoft Office documents) to identify streams and potential malicious content, not a general-purpose disassembler for executables.
Reference: http://www.ollydbg.de/
Consider a scenario where the perpetrator of a dark web crime has uninstalled Tor browser from their computer after committing the crime. The computer has been seized by law enforcement so they can investigate it for artifacts of Tor browser usage. Which of the following should the investigators examine to establish the use of Tor browser on the suspect machine?
Correct Option: D
Option D is correct because Windows Prefetch files (.pf) are created when an application executes, containing information about its launch. These files persist even after an application like Tor Browser is uninstalled, providing direct evidence that the program was run on the system. Option A is incorrect because while swap files can contain fragments of data, they offer less direct evidence of specific application execution compared to prefetch files. Option B is incorrect because local security logs primarily record system-level events and security changes, not detailed application usage or execution. Option C is incorrect because files in the Recycle Bin typically result from manual deletion; uninstallation processes usually remove files directly, and this is not a primary source for proving application execution.
Reference: https://learn.microsoft.com/en-us/windows/win32/memory/about-memory-management
What command-line tool enables forensic investigator to establish communication between an Android device and a forensic workstation in order to perform data acquisition from the device?
Correct Option: B
Option B is correct because Android Debug Bridge (ADB) is a versatile command-line tool that establishes communication between an Android device and a forensic workstation. It enables investigators to pull data, execute shell commands, and access device partitions for data acquisition. Option A is incorrect because SDK Manager is used for installing and managing Android SDK components, not for direct device communication for forensics. Option C is incorrect because Xcode is an Integrated Development Environment (IDE) for Apple platforms, not Android. Option D is incorrect because APK Analyzer is used for inspecting the contents of an Android application package file (APK), not for live device communication.
Reference: https://developer.android.com/tools/adb
Which of the following Windows event logs record events related to device drives and hardware changes?
Correct Option: D
Option D is correct because the System log specifically records events pertaining to the operating system's core components, including device driver installation, hardware changes, and system service operations or failures. This log is essential for diagnosing hardware and system stability issues. Option A is incorrect because the Application log stores events generated by software applications, not fundamental hardware or driver events. Option B is incorrect because the Security log records audit events like logon attempts and resource access. Option C is incorrect because the Forwarded Events log contains events collected from other networked computers.
Reference: https://learn.microsoft.com/en-us/windows/win32/eventlog/event-logging
A clothing company has recently deployed a website on its latest product line to increase its conversion rate and base of customers. Andrew, the network administrator recently appointed by the company, has been assigned with the task of protecting the website from intrusion and vulnerabilities. Which of the following tool should Andrew consider deploying in this scenario?
Correct Option: D
Option D is correct because ModSecurity is an open-source Web Application Firewall (WAF). WAFs are specifically designed to protect web applications and websites from various attacks, such as SQL injection, cross-site scripting (XSS), and other web-based vulnerabilities, directly addressing the task of protecting the website. Option A is incorrect because Kon-Boot is a tool for bypassing operating system login passwords, not for website protection. Option B is incorrect because Recuva is a data recovery software used to restore deleted files. Option C is incorrect because CryptaPix is a tool for encrypting and hiding images, which is not its primary purpose for overall website intrusion protection.
Reference: https://www.modsecurity.org/
Jack is reviewing file headers to verify the file format and hopefully find more information of the file. After a careful review of the data chunks through a hex editor; Jack finds the binary value 0xffd8ff. Based on the above information, what type of format is the file/image saved as?
Correct Option: C
Option C is correct because the hexadecimal sequence 0xffd8ff is the standard 'Start of Image' (SOI) marker for a JPEG file. This sequence is a common file signature used to identify JPEG file formats. Option A is incorrect because BMP files typically begin with the hexadecimal bytes '42 4D' (BM). Option B is incorrect because ASCII is a character encoding, not an image file format, and does not have 0xffd8ff as a file header. Option D is incorrect because GIF files typically begin with '47 49 46 38 37 61' (GIF87a) or '47 49 46 38 39 61' (GIF89a).
Reference: https://en.wikipedia.org/wiki/List_of_file_signatures
During an investigation, the first responders stored mobile devices in specific containers to provide network isolation. All the following are examples of such pieces of equipment, except for:
Correct Option: B
Option B is correct because VirtualBox is virtualization software used to create virtual machines on a computer, not a physical container for network isolation of mobile devices. Option A is incorrect because a Faraday bag is a physical enclosure designed to block electromagnetic signals, thus providing network isolation for mobile devices. Option C is incorrect because a Wireless StrongHold bag provides RF shielding to prevent mobile devices from connecting to external networks. Option D is incorrect because an RF shield a physical enclosure that blocks radio frequencies, isolating mobile devices from wireless communication.
Reference: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-101r1.pdf
Maria has executed a suspicious executable file in a controlled environment and wants to see if the file adds/modifies any registry value after execution via Windows Event Viewer. Which of the following event ID should she look for in this scenario?
Correct Option: A
Option A is correct because Event ID 4657 specifically logs when a registry value is modified, added, or deleted. This directly addresses Maria's need to monitor registry changes by the executable.Option B is incorrect because Event ID 4688 logs process creation, not registry modifications.Option C is incorrect because Event ID 7040 indicates a service's start type was changed, which is specific and not general registry modification.Option D is incorrect because Event ID 4624 logs a successful account logon, unrelated to registry changes.
Reference: https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4657
"No action taken by law enforcement agencies or their agents should change data held on a computer or storage media which may subsequently be relied upon in court" - this principle is advocated by which of the following?
Correct Option: C
โ
Option C is correct because the quoted statement is the first and most fundamental of The Association of Chief Police Officers (ACPO) Principles of Digital Evidence. These principles are globally recognized guidelines for handling digital evidence to ensure its integrity and admissibility in court.
โ Why the other choices are incorrect:
- Option A is incorrect: The FBI Cyber Division is an organization, not a principle. While they follow forensic principles, they don't advocate this specific principle under their own name.
- Option B is incorrect: The Scientific Working Group on Imaging Technology (SWGIT) provides guidelines for digital image acquisition and processing. However, the quoted statement is a broader principle of evidence preservation, not specific to imaging.
- Option D is incorrect: Locard's exchange principle states that every contact leaves a trace, primarily pertaining to the transfer of physical evidence, not the non-alteration of data by investigators.
Reference: https://www.college.police.uk/app/digital-intelligence-and-investigations/digital-forensics/acpo-principles-digital-evidence
A file requires 10 KB space to be saved on a hard disk partition. An entire cluster of 32 KB has been allocated for this file. The remaining, unused space of 22 KB on this cluster will be identified as ____________.
Correct Option: C
Option C is correct because slack space is the unused data area within a disk cluster that has been allocated to a file but not fully occupied by the file's content. The 22 KB remaining from the 32 KB cluster after a 10 KB file is saved is slack space, often containing remnants of previously deleted data, valuable in forensic investigations.
Why the other choices are incorrect:
- Option A is incorrect: Swap space is disk storage used as virtual memory, distinct from file allocation.
- Option B is incorrect: Cluster space refers to the entire allocation unit itself, not its unused portion.
- Option D is incorrect: A sector is a physical storage block, and 'sector space' is not the specific term for unutilized cluster space.
Reference: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-86.pdf
Which layer in the IoT architecture is comprised of hardware parts such as sensors, RFID tags, and devices that play an important role in data collection?
Premium Solution Locked
Unlock all 272 answers & explanations
Frank, a cloud administrator in his company, needs to take backup of the OS disks of two Azure VMs that store business-critical data. Which type of Azure blob storage can he use for this purpose?
Premium Solution Locked
Unlock all 272 answers & explanations
An investigator is examining a file to identify any potentially malicious content. To avoid code execution and still be able to uncover hidden indicators of compromise (IOC), which type of examination should the investigator perform:
Premium Solution Locked
Unlock all 272 answers & explanations
Web browsers can store relevant information from user activities. Forensic investigators may retrieve files, lists, access history, cookies, among other digital footprints. Which tool can contribute to this task?
Premium Solution Locked
Unlock all 272 answers & explanations
On NTFS file system, which of the following tools can a forensic investigator use in order to identify timestomping of evidence files?
Premium Solution Locked
Unlock all 272 answers & explanations
What is the extension used by Windows OS for shortcut files present on the machine?
Premium Solution Locked
Unlock all 272 answers & explanations
Derrick, a forensic specialist, was investigating an active computer that was executing various processes. Derrick wanted to check whether this system was used in an incident that occurred earlier. He started inspecting and gathering the contents of RAM, cache, and DLLs to identify incident signatures. Identify the data acquisition method employed by Derrick in the above scenario.
Premium Solution Locked
Unlock all 272 answers & explanations
Which ISO Standard enables laboratories to demonstrate that they comply with quality assurance and provide valid results?
Premium Solution Locked
Unlock all 272 answers & explanations
Matthew has been assigned the task of analyzing a suspicious MS Office document via static analysis over an Ubuntu-based forensic machine. He wants to see what type of document it is, whether it is encrypted, or contains any flash objects/VBA macros. Which of the following python-based script should he run to get relevant information?
Premium Solution Locked
Unlock all 272 answers & explanations
When analyzing logs, it is important that the clocks of all the network devices are synchronized. Which protocol will help in synchronizing these clocks?
Premium Solution Locked
Unlock all 272 answers & explanations
Event correlation is the process of finding relevance between the events that produce a final result. What type of correlation will help an organization to correlate events across a set of servers, systems, routers and network?
Premium Solution Locked
Unlock all 272 answers & explanations
Which of the following statements is true regarding SMTP Server?
Premium Solution Locked
Unlock all 272 answers & explanations
Which of the following is a requirement for senders as per the CAN-SPAM act?
Premium Solution Locked
Unlock all 272 answers & explanations
Examination of a computer by a technically unauthorized person will almost always result in:
Premium Solution Locked
Unlock all 272 answers & explanations
The Recycle Bin exists as a metaphor for throwing files away, but it also allows a user to retrieve and restore files. Once the file is moved to the recycle bin, a record is added to the log file that exists in the Recycle Bin. Which of the following files contains records that correspond to each deleted file in the Recycle Bin?
Premium Solution Locked
Unlock all 272 answers & explanations
An attacker successfully gained access to a remote Windows system and plans to install persistent backdoors on it. Before that, to avoid getting detected in future, he wants to cover his tracks by disabling the last-accessed timestamps of the machine. What would he do to achieve this?
Premium Solution Locked
Unlock all 272 answers & explanations
Identify the term that refers to individuals who, by virtue of their knowledge and expertise, express an independent opinion on a matter related to a case based on the information that is provided.
Premium Solution Locked
Unlock all 272 answers & explanations
Donald made an OS disk snapshot of a compromised Azure VM under a resource group being used by the affected company as a part of forensic analysis process. He then created a vhd file out of the snapshot and stored it in a file share and as a page blob as backup in a storage account under different region. What is the next thing he should do as a security measure?
Premium Solution Locked
Unlock all 272 answers & explanations
Ronald, a forensic investigator, has been hired by a financial services organization to investigate an attack on their MySQL database server, which is hosted on a Windows machine named WIN-DTRAI83202X. Ronald wants to retrieve information on the changes that have been made to the database. Which of the following files should Ronald examine for this task?
Premium Solution Locked
Unlock all 272 answers & explanations
Which OWASP IoT vulnerability talks about security flaws such as lack of firmware validation, lack of secure delivery, and lack of anti-rollback mechanisms on IoT devices?
Premium Solution Locked
Unlock all 272 answers & explanations
Identify the location of Recycle Bin on a Windows 7 machine that uses NTFS file system to store and retrieve files on the hard disk.
Premium Solution Locked
Unlock all 272 answers & explanations
During a forensic investigation, a large number of files were collected. The investigator needs to evaluate ownership and accountability of those files. Therefore, he begins to identify attributes such as "author name," "organization name," "network name," or any additional supporting data that is meant for the owner's identification purpose. Which term describes these attributes?
Premium Solution Locked
Unlock all 272 answers & explanations
Which "Standards and Criteria" under SWDGE states that "the agency must use hardware and software that are appropriate and effective for the seizure or examination procedure"?
Premium Solution Locked
Unlock all 272 answers & explanations
A Linux system is undergoing investigation. In which directory should the investigators look for its current state data if the system is in powered on state?
Premium Solution Locked
Unlock all 272 answers & explanations
You are asked to build a forensic lab and your manager has specifically informed you to use copper for lining the walls, ceilings, and floor. What is the main purpose of lining the walls, ceilings, and floor with copper?
Premium Solution Locked
Unlock all 272 answers & explanations
What does Locard's Exchange Principle state?
Premium Solution Locked
Unlock all 272 answers & explanations
Robert is a regional manager working in a reputed organization. One day, he suspected malware attack after unwanted programs started to popup after logging into his computer. The network administrator was called upon to trace out any intrusion on the computer and he/she finds that suspicious activity has taken place within Autostart locations. In this situation, which of the following tools is used by the network administrator to detect any intrusion on a system?
Premium Solution Locked
Unlock all 272 answers & explanations
What do you call the process of studying the changes that have taken place across a system or a machine after a series of actions or incidents?
Premium Solution Locked
Unlock all 272 answers & explanations
Assume there is a file named myfile.txt in C: drive that contains hidden data streams. Which of the following commands would you issue to display the contents of a data stream?
Premium Solution Locked
Unlock all 272 answers & explanations
Which command can provide the investigators with details of all the loaded modules on a Linux-based system?
Premium Solution Locked
Unlock all 272 answers & explanations
You are working as an independent computer forensics investigator and received a call from a systems administrator for a local school system requesting your assistance. One of the students at the local high school is suspected of downloading inappropriate images from the Internet to a PC in the Computer Lab. When you arrive at the school, the systems administrator hands you a hard drive and tells you that he made a โsimple backup copyโ of the hard drive in the PC and put it on this drive and requests that you examine the drive for evidence of the suspected images. You inform him that a โsimple backup copyโ will not provide deleted files or recover file fragments. What type of copy do you need to make to ensure that the evidence found is complete and admissible in future proceeding?
Premium Solution Locked
Unlock all 272 answers & explanations
An investigator enters the command sqlcmd -S WIN-CQQMK62867E -e -s"," -E as part of collecting the primary data file and logs from a database. What does the "WIN-CQQMK62867Eโ represent?
Premium Solution Locked
Unlock all 272 answers & explanations
William is examining a log entry that reads 192.168.0.1 - - [18/Jan/2020:12:42:29 +0000] "GET / HTTP/1.1" 200 1861. Which of the following logs does the log entry belong to?
Premium Solution Locked
Unlock all 272 answers & explanations
To which phase of the Computer Forensics Investigation Process does the Planning and Budgeting of a Forensics Lab belong?
Premium Solution Locked
Unlock all 272 answers & explanations
Which tool allows dumping the contents of process memory without stopping the process?
Premium Solution Locked
Unlock all 272 answers & explanations
While collecting Active Transaction Logs using SQL Server Management Studio, the query Select * from ::fn_dblog(NULL, NULL) displays the active portion of the transaction log file. Here, assigning NULL values implies?
Premium Solution Locked
Unlock all 272 answers & explanations
Before accessing digital evidence from victims, witnesses, or suspects, on their electronic devices, what should the investigator do first to respect legal privacy requirements?
Premium Solution Locked
Unlock all 272 answers & explanations
A call detail record (CDR) provides metadata about calls made over a phone service. From the following data fields, which one is not contained in a CDR.
Premium Solution Locked
Unlock all 272 answers & explanations
A forensic examiner encounters a computer with a failed OS installation and the master boot record (MBR) or partition sector damaged. Which of the following tools can find and restore files and information in the disk?
Premium Solution Locked
Unlock all 272 answers & explanations
Which of the following are small pieces of data sent from a website and stored on the userโs computer by the userโs web browser to track, validate, and maintain specific user information?
Premium Solution Locked
Unlock all 272 answers & explanations
Which of the following tools is used to dump the memory of a running process, either immediately or when an error condition occurs?
Premium Solution Locked
Unlock all 272 answers & explanations
POP3 is an Internet protocol, which is used to retrieve emails from a mail server. Through which port does an email client connect with a POP3 server?
Premium Solution Locked
Unlock all 272 answers & explanations
James, a hacker, identifies a vulnerability in a website. To exploit the vulnerability, he visits the login page and notes down the session ID that is created. He appends this session ID to the login URL and shares the link with a victim. Once the victim logs into the website using the shared URL, James reloads the webpage (containing the URL with the session ID appended) and now, he can browse the active session of the victim. Which attack did James successfully execute?
Premium Solution Locked
Unlock all 272 answers & explanations
Williamson is a forensic investigator. While investigating a case of data breach at a company, he is maintaining a document that records details such as the forensic processes applied on the collected evidence, particulars of people handling it, the dates and times when it is being handled, and the place of storage of the evidence. What do you call this document?
Premium Solution Locked
Unlock all 272 answers & explanations
Which of the following malware targets Android mobile devices and installs a backdoor that remotely installs applications from an attacker-controlled server?
Premium Solution Locked
Unlock all 272 answers & explanations
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 272 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"