exam questions

Exam 350-701 All Questions

View all questions & answers for the 350-701 exam

Exam 350-701 topic 1 question 7 discussion

Actual exam question from Cisco's 350-701
Question #: 7
Topic #: 1
[All 350-701 Questions]

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

  • A. smurf
  • B. distributed denial of service
  • C. cross-site scripting
  • D. rootkit exploit
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Alee86
Highly Voted 3 years, 9 months ago
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=&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29>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
upvoted 9 times
...
sull3y
Highly Voted 9 months, 3 weeks ago
C. cross-site scripting Cross-site scripting (XSS) is a type of security vulnerability typically found in web applications, that allows an attacker to inject malicious code into a web page viewed by other users. One of the methods attackers use to evade detection and make the injected code more difficult to detect is by using alternate encoding, such as hexadecimal representation. This makes the code harder to read and understand, making it more difficult to detect and remove. This technique is often used in XSS attacks as it allows attackers to hide the malicious code and evade detection by security software and systems.
upvoted 5 times
...
CyberGhost666
Most Recent 3 weeks, 5 days ago
Selected Answer: C
Cross-Site Scripting (XSS) is the attack where alternate encoding, such as hexadecimal or URL encoding, is most commonly observed.
upvoted 1 times
...
heamgu
3 years, 5 months ago
Selected Answer: C
Ans: C
upvoted 2 times
...
abdulmalik_mail
3 years, 5 months ago
It's C
upvoted 3 times
...
ic0deem
3 years, 10 months ago
It could be C but why not D?
upvoted 1 times
...
Raajaa
4 years ago
not sure about the correct answer for this Q
upvoted 1 times
...
Max95
4 years, 1 month ago
There are some common characters sets that are used in Web applications attacks. For example, Path Traversal attacks use ../ (dot-dot-slash) , while XSS attacks use < and > characters. These characters give a hexadecimal representation that differs from normal data. https://owasp.org/www-community/Double_Encoding
upvoted 3 times
...
deathfrom
4 years, 1 month ago
Would somebody be able to explain why the answer is Cross Side Scripting please?
upvoted 1 times
Seawanderer
4 years ago
A and B are wrong as related to ICMP or related network attacks
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...