Free 212-89 Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
[Incident Handling and Response Process] Alice is a disgruntled employee. She decided to acquire critical information from her organization for financial benefit. To acccomplish this, Alice started running a virtual machine on the same physical host as her victim's virtual machine and took advantage of shared physical resources (processor cache) to steal data (cryptographic key/plain text secrets) from the victim machine. Identify the type of attack Alice is performing in the above scenario.
Options
17 comments in the community discussion
6
A. unless the VM isolation broke some other way, but cache attacks point to A here.
5
Option A here. Cache-based data theft between VMs is textbook side channel, not service hijack or cloud sync stuff. Pretty sure about this, but if someone sees another angle chime in.
Q: 2
[Introduction to Incident Handling and Response] Which of the following GPG18 and Forensic readiness planning (SPF) principles states that “organizations should adopt a scenario based Forensic Readiness Planning approach that learns from experience gained within the business”?
Options
18 comments in the community discussion
2
C. I saw a similar question in exam reports. Matches the scenario-based planning point.
1
Option D Principle 7 could fit if you focus on continuous learning as the main idea here.
Q: 3
[Introduction to Incident Handling and Response] ZYX company experienced a DoS/DDoS attack on their network. Upon investigating the incident, they concluded that the attack is an application-layer attack. Which of the following attacks did the attacker use?
Options
13 comments in the community discussion
1
A all the way. Only Slowloris targets the app layer, the rest are more about network or transport layer floods. Pretty sure on this but open to correction if I'm missing something.
1
That’s A. The only one out of those that goes after the application layer is Slowloris, the rest are lower level stuff.
Q: 4
[Introduction to Incident Handling and Response] An insider threat response plan helps an organization minimize the damage caused by malicious insiders. One of the approaches to mitigate these threats is setting up controls from the human resources department. Which of the following guidelines can the human resources department use?
Options
15 comments in the community discussion
5
Option A fits what HR actually does. HR documents and vets access with supervisors as part of onboarding and insider threat prevention. Pretty sure this is what you see in similar exam reports too, not D.
1
HR doesn't usually run physical security controls, that's more security team's scope. Why would D apply to HR here?
Q: 5
[Introduction to Incident Handling and Response] Which of the following is the BEST method to prevent email incidents?
Options
18 comments in the community discussion
1
Its D. Technical controls like B (disabling HTML) help, but attackers always find new tricks. End-user training actually changes behavior so people spot phishing or suspicious links before damage happens. EC-Council usually wants the control that reduces human error, not just technical exposure. Pretty sure D is what t
1
B, not D
Q: 6
[Introduction to Incident Handling and Response] Which of the following techniques prevent or mislead incident-handling process and may also affect the collection, preservation, and identification phases of the forensic investigation process?
Options
24 comments in the community discussion
5
D. saw this in a similar exam question before. Anti-forensics directly targets the IR and forensic phases.
1
If we're being precise, D is right unless the context was asking about accidental interference, which isn't implied. D
Q: 7
[Handling and Responding to Web Application Attacks] Oscar receives an email from an unknown source containing his domain name oscar.com. Upon checking the link, he found that it contains a malicious URL that redirects to the website evilsite.org. What type of vulnerability is this?
Options
23 comments in the community discussion
6
Option C makes more sense here. The key part is the malicious URL redirecting to evilsite.org, which fits unvalidated redirects and forwards from OWASP. D (SQL injection) would need details about database queries, but nothing in the scenario suggests that. Easy to mix up if you just see "malicious URL" though! Prett
5
C . Practice questions and the official ECC guide both match this scenario for unvalidated redirects.
Q: 8
[Introduction to Incident Handling and Response] Darwin is an attacker residing within the organization and is performing network sniffing by running his system in promiscuous mode. He is capturing and viewing all the network packets transmitted within the organization. Edwin is an incident handler in the same organization. In the above situation, which of the following Nmap commands Edwin must use to detect Darwin’s system that is running in promiscuous mode?
Options
21 comments in the community discussion
2
C or D tbh. C is for sniffers but 'hostmap' in D maps hosts, which could theoretically be used to find devices in odd modes if you parse the results creatively. I think C is more direct but D feels tempting if you just skim the question. Anyone else see a reason to pick D?
2
For me, C since the sniffer-detect script is specifically designed to find NICs in promiscuous mode. But do we know if Edwin has credentials or special network access? If the tool needs elevated privileges on target machines, the answer could shift.
Q: 9
[Handling and Responding to Email Security Incidents] Francis received a spoof email asking for his bank information. He decided to use a tool to analyze the email headers. Which of the following should he use?
Options
18 comments in the community discussion
6
B . C is tempting but it's only for address validity, not header analysis like MxToolbox. Seen similar on other practice sets.
3
Francis needs something focused on email header analysis, so I'd go with B (MxToolbox). It's designed for checking message headers and tracing the sender. The other options don't really do in-depth header analysis, at least not like MxToolbox. Anyone see a reason to pick one of the others?
Q: 10
[Introduction to Incident Handling and Response] Farheen is an incident responder at reputed IT Firm based in Florid a. Farheen was asked to investigate a recent cybercrime faced by the organization. As part of this process, she collected static data from a victim system. She used DD tool command to perform forensic duplication to obtain an NTFS image of the original disk. She created a sector-by-sector mirror imaging of the disk and saved the output image file as image.dd. Identify the static data collection process step performed by Farheen while collecting static data.
Options
24 comments in the community discussion
3
C . The DD tool imaging is a textbook case of system preservation since it’s all about making a forensic copy to keep the original untouched. D always tempts people when they see 'physical', but that’s more for courtroom stuff, not actual collection. If I’m off, let me know.
1
Its C here
Q: 11
[Introduction to Incident Handling and Response] A malicious, security-breaking program is disguised as a useful program. Such executable programs, which are installed when a file is opened, allow others to control a user's system. What is this type of program called?
Options
7 comments in the community discussion
B or C? Both can be installed when opening a file and are malicious, but I thought worms also sometimes let attackers in. Maybe missing something, but I remember worms spreading on their own too. Anyone else confused by the wording?
Probably A. Trojans always come disguised as something useful, which tricks users and helps attackers gain control. B and C are about self-replication, D is just spying. Seen similar in other EC-Council stuff, so pretty sure here.
Q: 12
[Incident Handling and Response Process] Your company holds a large amount of customer PH. and you want to protect those data from theft or unauthorized modification. Among other actions, you classify and encrypt the dat a. In this process, which of the following OWASP security risks are you guarding against?
Options
9 comments in the community discussion
1
Classifying and encrypting definitely matters but if the configs around encryption were weak, B could actually come into play.
Pretty sure B, since misconfiguration could leave encrypted data exposed even with controls. D is probably the trap everyone picks.
Q: 13
[Introduction to Incident Handling and Response] Matt is an incident handler working for one of the largest social network companies, which was affected by malware. According to the company’s reporting timeframe guidelines, a malware incident should be reported within 1 h of discovery/detection after its spread across the company. Which category does this incident belong to?
Options
13 comments in the community discussion
2
Option A
1
Probably B, had something like this in a mock exam.
Q: 14
[Introduction to Incident Handling and Response] Zaimasoft, a prominent IT organization, was attacked by perpetrators who directly targeted the hardware and caused irreversible damage to the hardware. In result, replacing or reinstalling the hardware was the only solution. Identify the type of denial-of-service attack performed on Zaimasoft.
Options
8 comments in the community discussion
1
Don't think it's B. C makes more sense here since PDoS specifically causes permanent, physical damage to hardware, not just a service disruption. Saw similar phrasing on a practice exam-hardware replacement is the giveaway. Pretty sure C is what they're after, though open to debate.
I don’t think B fits here. C is correct since permanent hardware damage is classic PDoS, not just traditional DoS.
Q: 15
[Handling and Responding to Malware Incidents] An attacker traced out and found the kind of websites a target company/individual is frequently surfing and tested those particular websites to identify any possible vulnerabilities. When the attacker detected vulnerabilities in the website, the attacker started injecting malicious script/code into the web application that can redirect the webpage and download the malware onto the victim’s machine. After infecting the vulnerable web application, the attacker waited for the victim to access the infected web application. Identify the type of attack performed by the attacker.
Options
2 comments in the community discussion
My pick: D here. Cookie/session poisoning is when you tamper with session data to hijack someone’s session, and if the attacker infects a web app, they might be going after cookies. The redirection and malware part threw me off though. Watering hole is close but I think cookie/session poisoning could fit if the goal wa
A
Q: 16
[Introduction to Incident Handling and Response] Eve’s is an incident handler in ABC organization. One day, she got a complaint about email hacking incident from one of the employees of the organization. As a part of incident handling and response process, she must follow many recovery steps in order to recover from incident impact to maintain business continuity. What is the first step that she must do to secure employee account?
Options
6 comments in the community discussion
1
A , B is important but changing the password comes first to lock out the attacker. MFA can be enforced after that.
1
Feels like B, since MFA would stop further breaches even if the password changed. Not totally sure though.
Q: 17
[Introduction to Incident Handling and Response] A user downloaded what appears to be genuine software. Unknown to her, when she installed the application, it executed code that provided an unauthorized remote attacker access to her computer. What type of malicious threat displays this characteristic?
Options
7 comments in the community discussion
B , had something like this in a mock. Trojan is the one that disguises itself as real software and sneaks in malicious code. Virus would spread, backdoor isn’t always disguised. Makes sense right?
Yeah this one's classic Trojan behavior. B
Q: 18
[Introduction to Incident Handling and Response] The following steps describe the key activities in forensic readiness planning: 1. Train the staff to handle the incident and preserve the evidence 2. Create a special process for documenting the procedure 3. Identify the potential evidence required for an incident 4. Determine the source of the evidence 5. Establish a legal advisory board to guide the investigation process 6. Identify if the incident requires full or formal investigation 7. Establish a policy for securely handling and storing the collected evidence 8. Define a policy that determines the pathway to legally extract electronic evidence with minimal disruption Identify the correct sequence of steps involved in forensic readiness planning.
Options
4 comments in the community discussion
1
B , order matches what I recall from the official guide and some labs.
Yeah B looks right, matches the recommended order in the official courseware. Start by identifying what evidence you need (3) and where it comes from (4), then set policies before getting into training or documentation. I've seen this structure in EC-Council study guides and a couple of practice tests. If anyone has
Q: 19
[Introduction to Incident Handling and Response] If the browser does not expire the session when the user fails to logout properly, which of the following OWASP Top 10 web vulnerabilities is caused?
Options
4 comments in the community discussion
1
If the question meant 'best describes' vs 'could result in', would that change it? The official guide lists both C and D for different scenarios.
C tbh, because session handling is all about authentication. Not expiring sessions leaves old tokens valid which maps to broken authentication, not access control. D is a trap since it's more about permissions, not session expiry.
Q: 20
[Introduction to Incident Handling and Response] Which one of the following is Inappropriate Usage Incidents?
Options
7 comments in the community discussion
1
I don't think it's A. D actually looks like a trap but makes more sense to me here.
A makes sense here since inappropriate usage incidents usually mean policy violations, not outright attacks like B, C or D. Pretty sure that matches what EC-Council expects. Disagree?
Question 1 of 20

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top