ExamGecko
Home Home / Cisco / 350-701

Cisco 350-701 Practice Test - Questions Answers

Question list
Search
Search

In which form of attack is alternate encoding, such as hexadecimal representation, most often observed?

A.

Smurf

A.

Smurf

Answers
B.

distributed denial of service

B.

distributed denial of service

Answers
C.

cross-site scripting

C.

cross-site scripting

Answers
D.

rootkit exploit

D.

rootkit exploit

Answers
Suggested answer: C

Explanation:

Cross site scripting (also known as XSS) occurs when a web application gathers malicious data from a user. The data is usually gathered in the form of a hyperlink which contains malicious content within it. The user will most likely click on this link from another website, instant message, or simply just reading a web board or email message.

Usually the attacker will encode the malicious portion of the link to the site in HEX (or other encoding methods) so the request is less suspicious looking to the user when clicked on.

For example the code below is written in hex: <a href=javascript:alert&# x28'XSS')>Click Here</a> is equivalent to:

<a href=javascript:alert('XSS')>Click Here</a>

Note: In the format "&#xhhhh", hhhh is the code point in hexadecimal form.

Which flaw does an attacker leverage when exploiting SQL injection vulnerabilities?

A.

user input validation in a web page or web application

A.

user input validation in a web page or web application

Answers
B.

Linux and Windows operating systems

B.

Linux and Windows operating systems

Answers
C.

database

C.

database

Answers
D.

web page images

D.

web page images

Answers
Suggested answer: A

Explanation:

SQL injection usually occurs when you ask a user for input, like their username/userid, but the user gives ("injects") you an SQL statement that you will unknowingly run on your database. For example:

Look at the following example, which creates a SELECT statement by adding a variable (txtUserId) to a select string. The variable is fetched from user input (getRequestString): txtUserId = getRequestString("UserId"); txtSQL = "SELECT *

FROM Users WHERE UserId = " + txtUserId; If user enter something like this: "100 OR 1=1" then the SzQL statement will look like this:

SELECT * FROM Users WHERE UserId = 100 OR 1=1;

The SQL above is valid and will return ALL rows from the "Users" table, since OR 1=1 is always TRUE.

Ah acker might get access to all the user names and passwords in this database.

Which two prevention techniques are used to mitigate SQL injection attacks? (Choose two)

A.

Check integer, float, or Boolean string parameters to ensure accurate values.

A.

Check integer, float, or Boolean string parameters to ensure accurate values.

Answers
B.

Use prepared statements and parameterized queries.

B.

Use prepared statements and parameterized queries.

Answers
C.

Secure the connection between the web and the app tier.

C.

Secure the connection between the web and the app tier.

Answers
D.

Write SQL code instead of using object-relational mapping libraries.

D.

Write SQL code instead of using object-relational mapping libraries.

Answers
E.

Block SQL code execution in the web application database login.

E.

Block SQL code execution in the web application database login.

Answers
Suggested answer: A, B

Which two endpoint measures are used to minimize the chances of falling victim to phishing and social engineering attacks? (Choose two)

A.

Patch for cross-site scripting.

A.

Patch for cross-site scripting.

Answers
B.

Perform backups to the private cloud.

B.

Perform backups to the private cloud.

Answers
C.

Protect against input validation and character escapes in the endpoint.

C.

Protect against input validation and character escapes in the endpoint.

Answers
D.

Install a spam and virus email filter.

D.

Install a spam and virus email filter.

Answers
E.

Protect systems with an up-to-date antimalware program

E.

Protect systems with an up-to-date antimalware program

Answers
Suggested answer: D, E

Explanation:

Phishing attacks are the practice of sending fraudulent communications that appear to come from a reputable source. It is usually done through email. The goal is to steal sensitive data like credit card and login information, or to install malware on the victim's machine.

Which two mechanisms are used to control phishing attacks? (Choose two)

A.

Enable browser alerts for fraudulent websites.

A.

Enable browser alerts for fraudulent websites.

Answers
B.

Define security group memberships.

B.

Define security group memberships.

Answers
C.

Revoke expired CRL of the websites.

C.

Revoke expired CRL of the websites.

Answers
D.

Use antispyware software.

D.

Use antispyware software.

Answers
E.

Implement email filtering techniques.

E.

Implement email filtering techniques.

Answers
Suggested answer: A, E

Which two behavioral patterns characterize a ping of death attack? (Choose two)

A.

The attack is fragmented into groups of 16 octets before transmission.

A.

The attack is fragmented into groups of 16 octets before transmission.

Answers
B.

The attack is fragmented into groups of 8 octets before transmission.

B.

The attack is fragmented into groups of 8 octets before transmission.

Answers
C.

Short synchronized bursts of traffic are used to disrupt TCP connections.

C.

Short synchronized bursts of traffic are used to disrupt TCP connections.

Answers
D.

Malformed packets are used to crash systems.

D.

Malformed packets are used to crash systems.

Answers
E.

Publicly accessible DNS servers are typically used to execute the attack.

E.

Publicly accessible DNS servers are typically used to execute the attack.

Answers
Suggested answer: B, D

Explanation:

Ping of Death (PoD) is a type of Denial of Service (DoS) attack in which an attacker attempts to crash, destabilize, or freeze the targeted computer or service by sending malformed or oversized packets using a simple ping command.

A correctly-formed ping packet is typically 56 bytes in size, or 64 bytes when the ICMP header is considered, and 84 including Internet Protocol version 4 header. However, any IPv4 packet (including pings) may be as large as 65,535 bytes.

Some computer systems were never designed to properly handle a ping packet larger than the maximum packet size because it violates the Internet Protocol documented Like other large but well-formed packets, a ping of death is fragmented into groups of 8 octets before transmission. However, when the target computer reassembles the malformed packet, a buffer overflow can occur, causing a system crash and potentially allowing the injection of malicious code.

Which two preventive measures are used to control cross-site scripting? (Choose two)

A.

Enable client-side scripts on a per-domain basis.

A.

Enable client-side scripts on a per-domain basis.

Answers
B.

Incorporate contextual output encoding/escaping.

B.

Incorporate contextual output encoding/escaping.

Answers
C.

Disable cookie inspection in the HTML inspection engine.

C.

Disable cookie inspection in the HTML inspection engine.

Answers
D.

Run untrusted HTML input through an HTML sanitization engine.

D.

Run untrusted HTML input through an HTML sanitization engine.

Answers
E.

Same Site cookie attribute should not be used.

E.

Same Site cookie attribute should not be used.

Answers
Suggested answer: A, B

What is the difference between deceptive phishing and spear phishing?

A.

Deceptive phishing is an attacked aimed at a specific user in the organization who holds a C-level role.

A.

Deceptive phishing is an attacked aimed at a specific user in the organization who holds a C-level role.

Answers
B.

A spear phishing campaign is aimed at a specific person versus a group of people.

B.

A spear phishing campaign is aimed at a specific person versus a group of people.

Answers
C.

Spear phishing is when the attack is aimed at the C-level executives of an organization.

C.

Spear phishing is when the attack is aimed at the C-level executives of an organization.

Answers
D.

Deceptive phishing hijacks and manipulates the DNS server of the victim and redirects the user to a false webpage.

D.

Deceptive phishing hijacks and manipulates the DNS server of the victim and redirects the user to a false webpage.

Answers
Suggested answer: B

Explanation:

In deceptive phishing, fraudsters impersonate a legitimate company in an attempt to steal people's personal data or login credentials. Those emails frequently use threats and a sense of urgency to scare users into doing what the attackers want.

Spear phishing is carefully designed to get a single recipient to respond. Criminals select an individual target within an organization, using social media and other public information – and craft a fake email tailored for that person.

Which attack is commonly associated with C and C++ programming languages?

A.

cross-site scripting

A.

cross-site scripting

Answers
B.

water holing

B.

water holing

Answers
C.

DDoS

C.

DDoS

Answers
D.

buffer overflow

D.

buffer overflow

Answers
Suggested answer: D

Explanation:

A buffer overflow (or buffer overrun) occurs when the volume of data exceeds the storage capacity of the memory buffer. As a result, the program attempting to write the data to the buffer overwrites adjacent memory locations.

Buffer overflow is a vulnerability in low level codes of C and C++. An attacker can cause the program to crash, make data corrupt, steal some private information or run his/her own code. It basically means to access any buffer outside of it's alloted memory space. This happens quite frequently in the case of arrays.

What is a language format designed to exchange threat intelligence that can be transported over the TAXII protocol?

A.

STIX

A.

STIX

Answers
B.

XMPP

B.

XMPP

Answers
C.

pxGrid

C.

pxGrid

Answers
D.

SMTP

D.

SMTP

Answers
Suggested answer: A

Explanation:

TAXII (Trusted Automated Exchange of Indicator Information) is a standard that provides a transport

Total 631 questions
Go to page: of 64