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 9 out of 16 pages
Viewing questions 121-135 out of questions
Questions # 121:

During a red team test, a web application dynamically builds SQL queries using a numeric URL parameter. The tester sends the following request:

http://vulnerableapp.local/view.php?id=1; DROP TABLE users;

The application throws errors and the users table is deleted. Which SQL injection technique was used?

Options:

A.

UNION-based SQL injection


B.

Stacked (Piggybacked) queries


C.

Boolean-based SQL injection


D.

Error-based SQL injection


Expert Solution
Questions # 122:

During a red team engagement at a law firm in Dallas, ethical hacker Sarah connects a compromised workstation to a core switch. Within minutes, the switch begins experiencing instability, and multiple VLANs report traffic leakage across isolated departments. Sarah observes that her machine is now receiving packets not originally destined for it, giving her visibility into multiple active sessions. Logs show the switch ' s CAM table was overwhelmed during the attack.

Which sniffing technique did Sarah most likely use?

Options:

A.

DNS Poisoning


B.

VLAN Hopping


C.

ARP Poisoning


D.

MAC Flooding


Expert Solution
Questions # 123:

During a black-box internal penetration test, a security analyst identifies an SNMPv2-enabled Linux server using the default community string “public.” The analyst wants to enumerate running processes. Which Nmap command retrieves this information?

Options:

A.

nmap -sU -p 161 --script snmp-sysdescr


B.

nmap -sU -p 161 --script snmp-win32-services


C.

nmap -sU -p 161 --script snmp-processes


D.

nmap -sU -p 161 --script snmp-interfaces


Expert Solution
Questions # 124:

During a red team engagement at a retail company in Atlanta, ethical hacker James crafts a session with the company ' s shopping portal and deliberately shares that session ID with an unsuspecting employee by embedding it in a link. When the employee clicks and logs in, their activity is bound to the attacker ' s pre-assigned session. Later, James retrieves the employee ' s input from that same session to demonstrate the flaw to management.

Which session hijacking technique is James most likely using?

Options:

A.

Session Donation Attack


B.

Session Replay Attack


C.

Session Prediction


D.

Session Fixation Attack


Expert Solution
Questions # 125:

During a routine security audit, administrators discover that cloud storage backups were illegally accessed and modified. Which countermeasure would most directly mitigate such incidents in the future?

Options:

A.

Implementing resource auto-scaling


B.

Regularly conducting SQL injection testing


C.

Deploying biometric entry systems


D.

Adopting the 3-2-1 backup model


Expert Solution
Questions # 126:

During a red team assessment of an enterprise LAN environment, the tester discovers an access switch that connects multiple internal workstations. The switch has no port security measures in place. To silently intercept communication between different hosts without deploying ARP poisoning or modifying the routing table, the tester launches a MAC flooding attack using the macof utility from the dsniff suite. This command sends thousands of Ethernet frames per minute, each with random, spoofed source MAC addresses. Soon after the flooding begins, the tester puts their network interface into promiscuous mode and starts capturing packets. They observe unicast traffic between internal machines appearing in their packet sniffer—traffic that should have been isolated. What internal switch behavior is responsible for this sudden exposure of isolated traffic?

Options:

A.

The switch performed ARP spoofing to misroute packets.


B.

The switch entered hub-like behavior due to a full CAM table.


C.

The interface performed DHCP starvation to capture broadcasts.


D.

The switch disabled MAC filtering due to duplicate address conflicts.


Expert Solution
Questions # 127:

As a network administrator, you explain to your team that a recent DDoS attack targeted the application layer of your company’s web server. Which type of DDoS attack was most likely used?

Options:

A.

HTTP flood attack


B.

UDP flood attack


C.

ICMP flood attack


D.

SYN flood attack


Expert Solution
Questions # 128:

A city’s power management system relies on SCADA infrastructure. Recent anomalies include inconsistent sensor readings and intermittent outages. Security analysts suspect a side-channel attack designed to extract sensitive information covertly from SCADA devices. Which investigative technique would best confirm this type of attack?

Options:

A.

Measuring unusual physical or electrical fluctuations during device operation at the hardware level.


B.

Identifying weak cryptographic configurations in device communications.


C.

Assessing SCADA user interfaces for unauthorized access or misuse.


Expert Solution
Questions # 129:

A penetration tester is assessing an organization ' s cloud infrastructure and discovers misconfigured IAM policies on storage buckets. The IAM settings grant read and write permissions to any authenticated user. What is the most effective way to exploit this misconfiguration?

Options:

A.

Use leaked API keys to access the cloud storage buckets and exfiltrate data


B.

Execute a SQL injection attack on the organization ' s website to retrieve sensitive information


C.

Create a personal cloud account to authenticate and access the misconfigured storage buckets


D.

Perform a Cross-Site Scripting (XSS) attack on the cloud management portal to gain access


Expert Solution
Questions # 130:

A health-tech startup in Raleigh, North Carolina operates a Kubernetes cluster supporting patient-facing microservices. During an authorized security assessment, a certified ethical hacker reviews internal cluster activity records available to operations personnel.

While analyzing these records, the tester notices that authentication artifacts associated with service accounts are recorded within system-generated output. The tester determines that if an individual obtained access to these records, they could reuse the captured authentication material to interact with cluster resources under the same privileges.

Which Kubernetes vulnerability best corresponds to this condition?

Options:

A.

No Certificate Revocation


B.

Unauthenticated HTTPS Connections


C.

No Non-repudiation


D.

Exposed Bearer Tokens in Logs


Expert Solution
Questions # 131:

During a penetration test at Lone Star Healthcare in Austin, ethical hacker Liam evaluates the hospital ' s perimeter defenses by generating controlled traffic flows through the firewall. He uses a tool that can create and replay diverse traffic patterns to test how well the firewall enforces its rules against both legitimate and malicious traffic types. This allows him to demonstrate whether the device properly identifies evasion attempts under simulated attack conditions.

Which tool is Liam most likely using in this test?

Options:

A.

Nmap


B.

Traffic IQ Professional


C.

Colasoft Packet Builder


D.

Metasploit


Expert Solution
Questions # 132:

During a red team assessment of a multinational financial firm, you are tasked with identifying key personnel across various departments and correlating their digital footprints to evaluate exposure risk. Your objective includes mapping user aliases across platforms, identifying geotagged media, and pinpointing potential insider threats based on social posting behavior.

The team has shortlisted multiple tools for the task. Considering the technical capabilities and limitations described in the approved reconnaissance toolkit, which tool provides cross-platform username correlation by scanning hundreds of social networking sites, but does not natively support geolocation tracking or visualizing identity relationships?

Options:

A.

Maltego


B.

Creepy


C.

Sherlock


D.

Social Searcher


Expert Solution
Questions # 133:

A penetration tester is assessing a web application that does not properly sanitize user input in the search field. The tester suspects the application is vulnerable to a SQL injection attack. Which approach should the tester take to confirm the vulnerability?

Options:

A.

Use directory traversal in the search field to access sensitive files on the server


B.

Input a SQL query such as 1 OR 1=1 — into the search field to check for SQL injection


C.

Perform a brute-force attack on the login page to identify weak passwords


D.

Inject JavaScript into the search field to perform a Cross-Site Scripting (XSS) attack


Expert Solution
Questions # 134:

A penetration tester discovers that a web application is using outdated SSL/TLS protocols (TLS 1.0) to secure communication. What is the most effective way to exploit this vulnerability?

Options:

A.

Conduct a Cross-Site Scripting (XSS) attack on the application


B.

Use a man-in-the-middle (MitM) attack to intercept and decrypt traffic


C.

Perform a brute-force attack on the SSL/TLS handshake


D.

Execute a SQL injection attack on the application ' s backend


Expert Solution
Questions # 135:

During a penetration test at a financial services firm in Boston, ethical hacker Daniel simulates a DDoS against the customer portal. To handle the surge, the IT team sets a rule that caps the number of requests a single user can make per second; aggressive connections are delayed or dropped while most legitimate customers continue to use the service.

Which countermeasure strategy is the IT team primarily using?

Options:

A.

Rate Limiting


B.

Shutting Down Services


C.

Absorb the Attack


D.

Degrading Services


Expert Solution
Viewing page 9 out of 16 pages
Viewing questions 121-135 out of questions