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 5 out of 16 pages
Viewing questions 61-75 out of questions
Questions # 61:

A penetration tester is evaluating the security of a mobile application and discovers that it lacks proper input validation. The tester suspects that the application is vulnerable to a malicious code injection attack. What is the most effective way to confirm and exploit this vulnerability?

Options:

A.

Perform a brute-force attack on the application ' s login page to guess weak credentials


B.

Inject a malicious JavaScript code into the input fields and observe the application ' s behavior


C.

Use directory traversal to access sensitive files stored in the application ' s internal storage


D.

Execute a dictionary attack on the mobile app ' s encryption algorithm


Expert Solution
Questions # 62:

During an internal red team engagement at Orion Tech Labs, a leading software firm in Austin, Texas, ethical hacker Emily Carter was tasked with evaluating the resilience of the organization ' s software deployment processes. Knowing that the finance team frequently downloaded utility tools for generating PDFs, she repackaged a trusted PDF converter installer with a secondary payload. When an employee executed the installer, the converter installed and functioned normally, but in the background, a hidden executable silently initiated outbound network communication. The user remained unaware of any suspicious activity.

Which technique did Emily most likely use to ensure the malware executed alongside the legitimate application?

Options:

A.

Downloader


B.

Packer


C.

Dropper


D.

Wrapper


Expert Solution
Questions # 63:

During a red team assessment at Sunshine Credit Union in Miami, ethical hacker Laura demonstrates a weakness in the company ' s session handling process. She shows that once a user logs in, the same authentication token assigned before login continues to be valid without being refreshed. Laura explains that an attacker could exploit this flaw by tricking a victim into authenticating with a value already known to the attacker, gaining access afterward. To mitigate this risk, the IT team agrees to apply a countermeasure focused on proper session lifecycle management.

Which countermeasure should the IT team implement?

Options:

A.

Implement SSL to encrypt all information in transit via the network


B.

Use restrictive cache directives for all the web traffic through HTTP and HTTPS


C.

Regenerate the session ID after a successful login to prevent session fixation attacks


D.

Do not create sessions for unauthenticated users unless necessary


Expert Solution
Questions # 64:

A penetration tester is assessing a web application that uses dynamic SQL queries for searching users in the database. The tester suspects the search input field is vulnerable to SQL injection. What is the best approach to confirm this vulnerability?

Options:

A.

Input DROP TABLE users; -- into the search field to test if the database query can be altered


B.

Inject JavaScript into the search field to test for Cross-Site Scripting (XSS)


C.

Use a directory traversal attack to access server configuration files


D.

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


Expert Solution
Questions # 65:

What is a “Collision attack” in cryptography?

Options:

A.

Collision attacks try to find two inputs producing the same hash


B.

Collision attacks try to get the public key


C.

Collision attacks try to break the hash into three parts to get the plaintext value


D.

Collision attacks try to break the hash into two parts, with the same bytes in each part to get the private key


Expert Solution
Questions # 66:

As a cybersecurity professional at XYZ Corporation, you are tasked with investigating anomalies in system logs that suggest potential unauthorized activity. System administrators have detected repeated failed login attempts on a critical server, followed by a sudden surge in outbound data traffic. These indicators suggest a possible compromise. Given the sensitive nature of the system and the sophistication of the threat, what should be your initial course of action?

Options:

A.

Conduct real-time monitoring of the server, analyze logs for abnormal patterns, and identify the nature of the activity to formulate immediate countermeasures.


B.

Conduct a comprehensive audit of all outbound traffic and analyze destination IP addresses to map the attacker’s network.


C.

Immediately reset all server credentials and instruct all users to change their passwords.


D.

Immediately disconnect the affected server from the network to prevent further data exfiltration.


Expert Solution
Questions # 67:

Malware remains dormant until triggered and changes its code with each infection. What malware type is responsible, and how should it be mitigated?

Options:

A.

Adware


B.

Polymorphic malware


C.

Worm


D.

Rootkit


Expert Solution
Questions # 68:

A vulnerability has a score of 9.8. What does this rating help explain?

Options:

A.

It quantifies impact and exploitability to prioritize remediation


B.

It measures authentication errors


C.

It generates exploit payloads


D.

It classifies attacks qualitatively


Expert Solution
Questions # 69:

Which of the following tools is used to analyze the files produced by several packet-capture programs such as tcpdump, WinDump, Wireshark, and EtherPeek?

Options:

A.

OpenVAS


B.

Nessus


C.

tcptraceroute


D.

tcptrace


Expert Solution
Questions # 70:

In a vertical privilege escalation scenario, the attacker attempts to gain access to a user account with higher privileges than their current level. Which of the following examples describes vertical privilege escalation?

Options:

A.

An attacker exploits weak access controls to access and steal sensitive information from another user ' s account with alike privileges.


B.

An attacker leverages a lack of session management controls to switch accounts and access resources assigned to another user with the same permissions.


C.

An attacker uses an unquoted service path vulnerability to gain unauthorized access to another user ' s data with equivalent privileges.


D.

An attacker escalates from a regular user to an administrator by exploiting administrative functions.


Expert Solution
Questions # 71:

At a Los Angeles-based online gaming company, penetration tester John investigates a recent cloud breach that caused downtime and delayed alerts. He finds that the root issue was management ' s lack of defined responsibilities for monitoring, auditing, and securing serverless services, which left critical functions unmanaged. Which cloud computing threat does this scenario best illustrate?

Options:

A.

Insufficient logging and monitoring


B.

Loss of governance


C.

Privilege escalation


D.

Side-channel attacks


Expert Solution
Questions # 72:

Which attack abuses business logic?

Options:

A.

XSS


B.

Logic flaw


C.

CSRF


D.

SQLi


Expert Solution
Questions # 73:

SCADA anomalies suggest a side-channel attack. Which investigation best confirms this?

Options:

A.

Review user interfaces


B.

Measure hardware-level operational fluctuations


C.

Identify weak crypto settings


D.

Assess network latency


Expert Solution
Questions # 74:

A cybersecurity research team identifies suspicious behavior on a user’s Android device. Upon investigation, they discover that a seemingly harmless app, downloaded from a third-party app store, has silently overwritten several legitimate applications such as WhatsApp and SHAREit. These fake replicas maintain the original icon and user interface but serve intrusive advertisements and covertly harvest credentials and personal data in the background. The attackers achieved this by embedding malicious code in utility apps like video editors and photo filters, which users were tricked into installing. The replacement occurred without user consent, and the malicious code communicates with a command-and-control (C & C) server to execute further instructions. What type of attack is being carried out in this scenario?

Options:

A.

Simjacker attack


B.

Man-in-the-Disk attack


C.

Agent Smith attack


D.

Camfecting attack


Expert Solution
Questions # 75:

At a federal research agency, cybersecurity officer Nikhil is drafting a vulnerability assessment report. In this section, he documents the scanning methodology used, the information about the targets, the type and scope of scans performed, and the tools involved. He does not yet include specific vulnerabilities or affected assets, as this portion of the report is meant to provide context for how the assessment was conducted.

Which section of the vulnerability assessment report is Nikhil working on?

Options:

A.

Supporting Information


B.

Risk Assessment


C.

Assessment Overview


D.

Findings


Expert Solution
Viewing page 5 out of 16 pages
Viewing questions 61-75 out of questions