Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

EC-Council Certified Security Analyst (ECSA) V10

Last Update 17 hours ago Total Questions : 201

The EC-Council Certified Security Analyst (ECSA) V10 content is now fully updated, with all current exam questions added 17 hours ago. Deciding to include 412-79v10 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 412-79v10 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 412-79v10 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any EC-Council Certified Security Analyst (ECSA) V10 practice test comfortably within the allotted time.

Question # 31

How many bits is Source Port Number in TCP Header packet?

A.

48

B.

32

C.

64

D.

16

Question # 32

You setup SNMP in multiple offices of your company. Your SNMP software manager is not receiving data from other offices like it is for your main office. You suspect that firewall changes are to blame.

What ports should you open for SNMP to work through Firewalls.

(Select 2)

A.

162

B.

160

C.

161

D.

163

Question # 33

ARP spoofing is a technique whereby an attacker sends fake ( " spoofed " ) Address Resolution Protocol (ARP) messages onto a Local Area Network. Generally, the aim is to associate the attacker ' s MAC address with the IP address of another host (such as the default gateway), causing any traffic meant for that IP address to be sent to the attacker instead.

ARP spoofing attack is used as an opening for other attacks.

What type of attack would you launch after successfully deploying ARP spoofing?

A.

Parameter Filtering

B.

Social Engineering

C.

Input Validation

D.

Session Hijacking

Question # 34

Black-box testing is a method of software testing that examines the functionality of an application (e.g. what the software does) without peering into its internal structures or workings. Black-box testing is used to detect issues in SQL statements and to detect SQL injection vulnerabilities.

Most commonly, SQL injection vulnerabilities are a result of coding vulnerabilities during the Implementation/Development phase and will likely require code changes. Pen testers need to perform this testing during the development phase to find and fix the SQL injection vulnerability.

What can a pen tester do to detect input sanitization issues?

A.

Send single quotes as the input data to catch instances where the user input is not sanitized

B.

Send double quotes as the input data to catch instances where the user input is not sanitized

C.

Send long strings of junk data, just as you would send strings to detect buffer overruns

D.

Use a right square bracket (the “]” character) as the input data to catch instances where the user input is used as part of a SQL identifier without any input sanitization

Question # 35

Identify the injection attack represented in the diagram below:

A.

XPath Injection Attack

B.

XML Request Attack

C.

XML Injection Attack

D.

Frame Injection Attack

Question # 36

Which one of the following is a useful formatting token that takes an int * as an argument, and writes the number of bytes already written, to that location?

A.

“%n”

B.

“%s”

C.

“%p”

D.

“%w”

Question # 37

What is a difference between host-based intrusion detection systems (HIDS) and network-based intrusion detection systems (NIDS)?

A.

NIDS are usually a more expensive solution to implement compared to HIDS.

B.

Attempts to install Trojans or backdoors cannot be monitored by a HIDS whereas NIDS can monitor and stop such intrusion events.

C.

NIDS are standalone hardware appliances that include network intrusion detection capabilities whereas HIDS consist of software agents installed on individual computers within the system.

D.

HIDS requires less administration and training compared to NIDS.

Question # 38

An attacker injects malicious query strings in user input fields to bypass web service authentication mechanisms and to access back-end databases. Which of the following attacks is this?

A.

Frame Injection Attack

B.

LDAP Injection Attack

C.

XPath Injection Attack

D.

SOAP Injection Attack

Question # 39

SQL injection attacks are becoming significantly more popular amongst hackers and there has been an estimated 69 percent increase of this attack type.

This exploit is used to great effect by the hacking community since it is the primary way to steal sensitive data from web applications. It takes advantage of non-validated input vulnerabilities to pass SQL commands through a web application for execution by a back-end database.

The below diagram shows how attackers launched SQL injection attacks on web applications.

Which of the following can the attacker use to launch an SQL injection attack?

A.

Blah ' “2=2 –“

B.

Blah ' and 2=2 --

C.

Blah ' and 1=1 --

D.

Blah ' or 1=1 --

Question # 40

Kyle is performing the final testing of an application he developed for the accounting department. His last round of testing is to ensure that the program is as secure as possible. Kyle runs the following command. What is he testing at this point?

include < stdio.h >

#include < string.h >

int main(int argc, char *argv[])

{

char buffer[10];

if (argc < 2)

{

fprintf(stderr, " USAGE: %s string\n " , argv[0]);

return 1;

}

strcpy(buffer, argv[1]);

return 0;

}

A.

Buffer overflow

B.

Format string bug

C.

Kernal injection

D.

SQL injection

Go to page: