Which approach permits access only to approved URLs?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Which approach permits access only to approved URLs?

Explanation:
URL whitelisting is an access-control approach that allows only requests to URLs that are explicitly approved. By maintaining a list of permitted sites at the gateway, proxy, or firewall, every attempt to reach a site not on the list is blocked. This is the approach that lets you grant access only to approved URLs, delivering strict, predictable control over web access and reducing exposure to phishing and malware because unapproved destinations never load. It does require ongoing maintenance to add new trusted sites and remove ones that should no longer be accessible, but its benefit is the strongest guarantee of controlled web access. URL blacklisting blocks known bad sites, but it still allows everything else, so new malicious sites can slip through. BeEF is a browser-exploitation framework used for testing client-side security, not a policy for URL access control. Application blacklisting focuses on blocking specific applications rather than the web addresses users can visit.

URL whitelisting is an access-control approach that allows only requests to URLs that are explicitly approved. By maintaining a list of permitted sites at the gateway, proxy, or firewall, every attempt to reach a site not on the list is blocked. This is the approach that lets you grant access only to approved URLs, delivering strict, predictable control over web access and reducing exposure to phishing and malware because unapproved destinations never load. It does require ongoing maintenance to add new trusted sites and remove ones that should no longer be accessible, but its benefit is the strongest guarantee of controlled web access.

URL blacklisting blocks known bad sites, but it still allows everything else, so new malicious sites can slip through. BeEF is a browser-exploitation framework used for testing client-side security, not a policy for URL access control. Application blacklisting focuses on blocking specific applications rather than the web addresses users can visit.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy