- (Exam Topic 1)
Which Cisco product provides proactive endpoint protection and allows administrators to centrally manage the deployment?
Correct Answer:
B
- (Exam Topic 2)
What is managed by Cisco Security Manager?
Correct Answer:
C
Reference: https://www.cisco.com/c/en/us/products/security/security-manager/index.html
- (Exam Topic 1)
In which form of attack is alternate encoding, such as hexadecimal representation, most often observed?
Correct Answer:
C
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: <ahref=javascript:alert('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.
- (Exam Topic 3)
An engineer is adding a Cisco DUO solution to the current TACACS+ deployment using Cisco ISE. The engineer wants to authenticate users using their account when they log into network devices. Which action accomplishes this task?
Correct Answer:
B
- (Exam Topic 3)
A company identified a phishing vulnerability during a pentest What are two ways the company can protect employees from the attack? (Choose two.)
Correct Answer:
AB