Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Pass the ECCouncil CEH v13 312-50v13 Questions and answers with CertsForce

Viewing page 3 out of 16 pages
Viewing questions 31-45 out of questions
Questions # 31:

Although FTP traffic is not encrypted by default, which Layer 3 protocol would allow for end-to-end encryption of the connection?

Options:

A.

FTPS


B.

SFTP


C.

SSL


D.

IPsec


Expert Solution
Questions # 32:

In a recent cybersecurity incident, Google’s response team in the United States investigated a severe attack that briefly disrupted services and customer-facing platforms for approximately 2–3 minutes. Server logs recorded a sudden surge in traffic, peaking at 398 million requests per second, which caused active connections to drop unexpectedly. The attack was traced to numerous compromised devices, likely orchestrated through malicious tools promoted on social media. Based on this information, what type of attack was most likely executed against Google’s infrastructure?

Options:

A.

SYN Flood Attack


B.

TCP SACK Panic Attack


C.

RST Attack


D.

HTTP GET POST Attack


Expert Solution
Questions # 33:

A fintech startup in Austin, Texas deploys several virtual machines within a public cloud environment. During an authorized cloud security assessment, a tester uploads a small script to one of the instances through a web application vulnerability.

After executing the script locally on the instance, the tester retrieves temporary access credentials associated with the instance’s assigned role. These credentials are then used to enumerate storage resources and access additional cloud services within the same account.

Which cloud attack technique best corresponds to this activity?

Options:

A.

IMDS Attack


B.

CPDoS Attack


C.

Cloud Snooper Attack


D.

Wrapping Attack


Expert Solution
Questions # 34:

Malware infecting multiple systems remains dormant until triggered and changes its code or encryption with each infection to evade detection. Which malware type best fits this description, and what is the most effective mitigation?

Options:

A.

Rootkit – use anti-rootkit tools and patch systems


B.

Adware – deploy anti-adware tools and train users


C.

Worm – isolate infected systems and scan the network


D.

Polymorphic malware – use behavior-based detection and ensure systems are patched


Expert Solution
Questions # 35:

During a red team assessment at Alpine Manufacturing Corp., network security consultant Marcus Lee is instructed to evaluate the security of internal communications within their switched LAN environment. Without altering any switch configurations, Marcus manages to intercept credentials being transmitted between a payroll administrator’s workstation and the backend authentication server. He subtly reroutes the communication path through his testing machine, though no proxy or VPN was involved. Analysis shows the redirection was achieved by injecting crafted messages that silently altered how the two hosts identified each other on the local network.

Which sniffing technique did Marcus most likely use?

Options:

A.

DNS Spoofing


B.

Switch Port Stealing


C.

ARP Spoofing


D.

MAC Flooding


Expert Solution
Questions # 36:

As a cybersecurity analyst conducting passive reconnaissance, you aim to gather information without interacting directly with the target system. Which technique is least likely to assist in this process?

Options:

A.

Using a tool like Nmap to scan the organization’s public IP range


B.

Inspecting the WHOIS database for domain registration details


C.

Using search engines and public data sources


D.

Monitoring publicly available social media and professional profiles


Expert Solution
Questions # 37:

During a red team assessment, an ethical hacker must map a large multinational enterprise’s external attack surface. Due to strict rules of engagement, no active scans may be used. The goal is to identify publicly visible subdomains to uncover forgotten or misconfigured services. Which method should the ethical hacker use to passively enumerate the organization’s subdomains?

Options:

A.

Leverage tools like Netcraft or DNSdumpster to gather subdomain information


B.

Attempt to guess admin credentials and access the company’s DNS portal


C.

Conduct a brute-force DNS subdomain enumeration


D.

Request internal DNS records using spoofed credentials


Expert Solution
Questions # 38:

An ethical hacker needs to gather detailed information about a company ' s internal network without initiating any direct interaction that could be logged or raise suspicion. Which approach should be used to obtain this information covertly?

Options:

A.

Analyze the company ' s SSL certificates for internal details


B.

Examine email headers from past communications with the company


C.

Inspect public WHOIS records for hidden network data


D.

Utilize network scanning tools to map the company ' s IP range


Expert Solution
Questions # 39:

A technology consulting firm in Denver, Colorado, recently experienced a wave of suspicious account compromise incidents. Several employees reported receiving an email that appeared identical to a legitimate cloud storage notification they had received earlier that week. The message reused the original branding, formatting, sender display name, and subject line. However, it informed recipients that the previously shared document had been “updated due to synchronization errors” and instructed them to reauthenticate using the embedded link. The link directed users to a convincing replica of the organization’s authentication portal. Investigation revealed that the attacker had reused content from a genuine prior communication and modified only the embedded hyperlink. Which type of social engineering attack does this scenario most accurately represent?

Options:

A.

Clone Phishing


B.

Consent Phishing


C.

Search Engine Phishing


D.

Tabnabbing


Expert Solution
Questions # 40:

At a smart retail outlet in San Diego, California, ethical hacker Sophia Bennett assesses IoT-based inventory sensors that synchronize with a cloud dashboard. She discovers that sensitive business records are sent across the network without encryption and are also stored in a retrievable format on the provider ' s cloud platform.

Which IoT attack surface area is most directly demonstrated in this finding?

Options:

A.

Insecure ecosystem interfaces


B.

Insecure data transfer and storage


C.

Insecure network services


D.

Insecure default settings


Expert Solution
Questions # 41:

During a covert red team engagement, a penetration tester is tasked with identifying live hosts in a target organization’s internal subnet (10.0.0.0/24) without triggering intrusion detection systems (IDS). To remain undetected, the tester opts to use the command nmap -sn -PE 10.0.0.0/24, which results in several " Host is up " responses, even though the organization’s IDS is tuned to detect high-volume scans. After the engagement, the client reviews the logs and is surprised that the scan was not flagged. What allowed the scan to complete without triggering alerts?

Options:

A.

It used TCP ACK packets that were allowed through.


B.

It used UDP packets that bypassed ICMP inspection.


C.

It scanned only the ports open in the firewall whitelist.


D.

It performed an ICMP Echo ping sweep without port probing.


Expert Solution
Questions # 42:

While reviewing exposed infrastructure for a logistics company in Denver, Joe, a security analyst, identifies that one host is synchronizing time using UDP port 123. Probing further, he issues queries to extract details about peers, offsets, and delays. This allows him to gather internal hostnames and client IP addresses connected to the time server. Such information leakage could provide insight into the company ' s internal network structure.

Which technique was most likely used to obtain this information?

Options:

A.

DNS Zone Transfer Enumeration


B.

NTP Enumeration


C.

VoIP Enumeration


D.

NetBIOS Enumeration


Expert Solution
Questions # 43:

A Java app allows file download via user-controlled path. What attack is possible?

Options:

A.

SQLi


B.

Path traversal


C.

XSS


D.

CSRF


Expert Solution
Questions # 44:

Javier Ruiz from CyberFortress Solutions is tasked with auditing the mobile security practices of Apex Financial Services, a financial firm in Houston, Texas. During a covert penetration test, Javier targets employees ' personal smartphones used to access corporate financial systems. He exploits a vulnerability by installing a malicious app that bypasses access controls, granting him unauthorized entry to sensitive financial data because the devices lack a specific security measure to restrict app access. Based on this vulnerability, which BYOD security guideline is most likely missing in Apex Financial Services ' policy?

Options:

A.

Review permissions requested by apps before installing them


B.

Set passwords for apps to restrict others from accessing them


C.

Enforce automatic device locking or implement biometric authentication


D.

Use encryption mechanisms to store data


Expert Solution
Questions # 45:

You are Ava Mitchell, an ethical hacker at Sentinel Cyberworks, hired to test the wireless defenses of Horizon Financial, a bank in Boston, Massachusetts. During a covert night-time assessment, your objective is to simulate an attacker attempting to breach the bank ' s WPA-protected Wi-Fi network. You deploy a tool that allows you to capture wireless packets, send de-authentication packets to force client reconnections, and attempt to recover the encryption key, all within a single graphical interface. Based on the described functionality, which Wi-Fi security auditing tool are you using?

Options:

A.

Fern WiFi Cracker


B.

RFProtect


C.

Cisco Adaptive Wireless IPS


D.

WatchGuard Wi-Fi Cloud WIPS


Expert Solution
Viewing page 3 out of 16 pages
Viewing questions 31-45 out of questions