An AWS security operations team receives an alert regarding abnormal outbound traffic from an EC2 instance. The instance begins transmitting encrypted data packets to an external domain that resolves to a Dropbox account not associated with the organization. Further analysis reveals that a malicious executable silently modified the Dropbox sync configuration to use the attacker ' s access token, allowing automatic synchronization of internal files to the attacker's cloud storage. What type of attack has likely occurred?
Correct Answer: B
Man-in-the-Cloud (MITC) attacks target cloud synchronization services such as Dropbox, Google Drive, and OneDrive by manipulating authentication tokens instead of user passwords. CEH courseware explains that cloud storage clients rely heavily on sync tokens stored locally, which authorize access without user interaction. If an attacker replaces or injects a malicious token, they can hijack the victim's cloud account or redirect synced data to attacker-controlled locations. In this scenario, the EC2 instance continues to operate normally, but its Dropbox client silently synchronizes data to an external account using the attacker's token. This bypasses traditional defenses such as perimeter firewalls, credential monitoring, or user behavior analytics, because the synchronization process appears legitimate and authenticated. MITC attacks are uniquely stealthy, as they require no further compromise once the sync token is stolen or replaced. Other choices, such as Cloud Snooper or cryptojacking, do not match the described behavior. Therefore, this attack clearly aligns with a Man-in-the-Cloud attack.
312-50v13 Exam Question 22
A network administrator reviews logs and observes that an attacker sends packets requesting the target system' s internal clock value. The response includes timing information that can be used to calculate round-trip delay and analyze host characteristics. What host discovery technique is being used in this scenario?
Correct Answer: D
The correct answer is D. ICMP Timestamp Ping Scan. An ICMP Timestamp Ping Scan uses ICMP timestamp request messages to query a target system's clock value. If the target responds, the returned timestamp information can confirm that the host is alive and can also help infer timing characteristics such as round-trip delay. CEH scanning material explains that ICMP scanning is used to identify live hosts by sending ICMP requests and observing replies. ICMP echo replies verify that a host is live, and ICMP-based discovery can also help determine network behavior and host characteristics . Option A. UDP Ping Scan is incorrect because UDP scanning uses UDP probes, not ICMP timestamp requests. Option B. ICMP Echo Ping Sweep is incorrect because echo ping sweeps use ICMP Echo Request and Echo Reply, not timestamp request/reply. Option C. IP Protocol Scan is incorrect because IP protocol scanning tests supported IP protocols rather than querying clock values. Option D. ICMP Timestamp Ping Scan is correct because the packet requests the target's internal clock value. Therefore, the best answer is D. ICMP Timestamp Ping Scan.
312-50v13 Exam Question 23
During an external security review of a manufacturing firm in Detroit, Michigan, you ' re asked to prioritize patch baselines for internet-facing servers without logging in or establishing full sessions. To achieve this, you analyze network-level responses and capture application output in order to determine the underlying system and its software release. Which technique best fits this objective?
Correct Answer: A
The correct answer is A. Service Version Discovery because the objective is to identify the software release /version running on internet-facing services by analyzing network responses and application output-without authenticating or establishing full sessions. In CEH-aligned reconnaissance methodology, service/version discovery (often called version detection or banner grabbing) focuses on determining what service is running (e.g., HTTP server, SSH daemon, SMTP server) and which version/build it is (e.g., Apache/Nginx version, OpenSSH version, application framework release). This information directly supports "prioritizing patch baselines" because patch urgency depends heavily on exact product versions: knowing the version helps map exposure to known vulnerabilities and identify outdated builds. The prompt's wording "analyze network-level responses and capture application output" is consistent with techniques such as banner grabbing, protocol negotiation, and response fingerprinting. Many services disclose identifying strings in headers, greetings, error pages, TLS certificates, or protocol handshakes. Even when banners are minimized, subtle differences in responses can still indicate versions or at least narrow the product family. This is typically done externally and does not require credentials, matching the constraint "without logging in or establishing full sessions." Why the other options are less accurate: Port scanning identifies which ports are open and which services may be present, but it does not necessarily determine precise software releases. OS discovery (OS fingerprinting) aims to infer the operating system and sometimes kernel family from packet characteristics; it is helpful but the task emphasizes "software release" and "application output," which aligns more with service version detection than OS detection. Vulnerability scanning goes further by testing for known weaknesses and misconfigurations; while it may include version detection, the question asks for the technique that best fits the stated objective-determining the underlying service/software release from network/application responses- making service version discovery the most direct match. Therefore, the technique is Service Version Discovery.
312-50v13 Exam Question 24
During an authorized engagement at IronClad Financial Services in Charlotte, the red team successfully exploits a weakness and obtains administrative access to a critical server. After achieving this objective, the team installs a backdoor mechanism to ensure continued access even if the original vulnerability is remediated. The team documents this activity as part of demonstrating long-term adversary behavior within the approved scope. Within the CEH ethical hacking framework, which phase does this activity represent?
Correct Answer: C
The correct answer is C. Maintaining Access. The red team has already gained administrative access. Installing a backdoor to preserve continued access after the initial vulnerability is remediated represents the Maintaining Access phase. CEH methodology identifies five hacking phases: Reconnaissance, Scanning, Gaining Access, Maintaining Access, and Clearing Tracks. It explains that Maintaining Access is the phase where an attacker tries to maintain ownership and control over compromised systems, commonly using backdoors, rootkits, or Trojans to retain access . Another EC-Council-aligned reference states that Maintaining Access refers to retaining ownership of the system and securing continued access with backdoors, rootkits, Trojans, or Trojan horse backdoors . Option A. Reconnaissance is incorrect because reconnaissance occurs before exploitation and focuses on information gathering. Option B. Vulnerability Scanning is incorrect because scanning identifies weaknesses but does not involve installing persistence. Option D. Clearing Tracks is incorrect because clearing tracks involves hiding evidence, altering logs, or avoiding detection. Option C. Maintaining Access is correct because the backdoor is installed to preserve long-term access. Therefore, the best answer is C. Maintaining Access.
312-50v13 Exam Question 25
A mid-sized manufacturing firm in Des Moines, Iowa reported that several employee workstations were periodically communicating with an unfamiliar external server over an IRC channel. The affected systems showed no visible interface for remote control, yet investigators confirmed that the machines were receiving instructions and executing distributed traffic bursts at scheduled intervals. Further review revealed that the initial infection occurred after employees opened a phishing email attachment. Once executed, the infected systems silently connected outward and began awaiting commands from a centralized remote controller. Determine the Trojan classification that best matches this behavior.
Correct Answer: C
The correct answer is C. Botnet Trojan. The scenario describes systems infected through a phishing attachment, silently connecting to a centralized command-and-control server, waiting for instructions, and executing distributed traffic bursts. This is characteristic of a botnet. CEH-aligned material explains that a botnet is commonly established by installing a bot on a victim system using a Trojan horse. Once executed, the victim system becomes infected and waits for instructions from a command-and-control handler. The handler then sends instructions to infected systems, or bots, to perform attacks such as distributed denial-of-service activity . Another reference also defines botnet Trojans as Trojans used to infect many systems and then use the compromised systems together to attack a victim system, commonly for distributed denial-of-service attacks . Option A. E-banking Trojan is incorrect because e-banking Trojans focus on stealing banking credentials or manipulating financial transactions. Option B. Rootkit Trojan is incorrect because a rootkit Trojan focuses on hiding malicious activity or maintaining stealth at a low system level. Option D. Backdoor Trojan is incorrect because a backdoor Trojan provides unauthorized remote access, but the coordinated command-and-control behavior across multiple infected systems best matches a botnet Trojan. Therefore, the best answer is C. Botnet Trojan.