ExamGecko
Home / Cisco / 350-701 / Practice Test 1
Ask Question

Cisco 350-701 Practice Test 1

00:00:00
Show Answer
Report Issue   Restart test

Question 1 / 40

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

Smurf

Smurf

distributed denial of service

distributed denial of service

cross-site scripting

cross-site scripting

rootkit exploit

rootkit exploit

Comment (0)
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.

asked 10/10/2024
haythem BRIGUI
32 questions