A company policy requires that all web traffic be filtered to block known malicious sites. You need to implement this on the network without installing software on each client. What should you configure?
Trap 1: Enable Windows Defender Firewall on each workstation
Enabling Windows Defender Firewall on each workstation primarily controls network traffic based on ports, protocols, and IP addresses, acting as a host-based packet filter. While it can block specific applications or restrict network access, it lacks the capability to filter web content based on domain reputation, category, or company policy for specific websites. This approach would require extensive manual configuration on each machine and would not effectively enforce a centralized web traffic policy.
Trap 2: Install a browser extension on all computers
Installing a browser extension on all computers is an impractical and easily circumvented method for enforcing a company-wide web traffic policy. Each extension would need to be individually installed and managed on every client machine, creating significant administrative overhead. Furthermore, users can often disable, uninstall, or bypass browser extensions by using a different browser or incognito mode, rendering the policy ineffective and inconsistent across the organization.
Trap 3: Set the browser security level to high
Setting the browser security level to high primarily restricts the execution of active content, such as JavaScript, ActiveX controls, or pop-ups, to mitigate client-side vulnerabilities. While it can prevent some forms of malicious code from running, it does not inherently filter web traffic based on domain reputation, content categories, or a company's specific list of prohibited websites. This setting often leads to legitimate websites breaking functionality and does not provide centralized policy enforcement.
- A
Enable Windows Defender Firewall on each workstation
Why wrong: Enabling Windows Defender Firewall on each workstation primarily controls network traffic based on ports, protocols, and IP addresses, acting as a host-based packet filter. While it can block specific applications or restrict network access, it lacks the capability to filter web content based on domain reputation, category, or company policy for specific websites. This approach would require extensive manual configuration on each machine and would not effectively enforce a centralized web traffic policy.
- B
Configure a DNS filtering service on the router or DNS server
Configuring a DNS filtering service on the router or a dedicated DNS server is the most effective and scalable solution for enforcing company web traffic policies. This service intercepts DNS requests, resolving known malicious or policy-violating domains to a block page or non-existent IP address before the connection can even be established. By centralizing this control, all devices on the network automatically adhere to the policy without individual client configuration, making it difficult for users to bypass.
- C
Install a browser extension on all computers
Why wrong: Installing a browser extension on all computers is an impractical and easily circumvented method for enforcing a company-wide web traffic policy. Each extension would need to be individually installed and managed on every client machine, creating significant administrative overhead. Furthermore, users can often disable, uninstall, or bypass browser extensions by using a different browser or incognito mode, rendering the policy ineffective and inconsistent across the organization.
- D
Set the browser security level to high
Why wrong: Setting the browser security level to high primarily restricts the execution of active content, such as JavaScript, ActiveX controls, or pop-ups, to mitigate client-side vulnerabilities. While it can prevent some forms of malicious code from running, it does not inherently filter web traffic based on domain reputation, content categories, or a company's specific list of prohibited websites. This setting often leads to legitimate websites breaking functionality and does not provide centralized policy enforcement.