Tip
Want to experience Defender for Endpoint? Sign up for a free trial.
This article provides troubleshooting information for network protection, in cases, such as:
- Network protection blocks a website that is safe (false positive)
- Network protection fails to block a suspicious or known malicious website (false negative)
There are four steps to troubleshooting these problems:
- Confirm prerequisites
- Use audit mode to test the rule
- Add exclusions for the specified rule (for false positives)
- Submit support logs
Confirm prerequisites
Network protection will only work on devices with the following conditions:
- Endpoints are running Windows 10 Pro or Enterprise edition, version 1709 or higher.
- Endpoints are using Microsoft Defender Antivirus as the sole antivirus protection app. See what happens when you’re using a non-Microsoft antivirus solution.
- Real-time protection is enabled.
- Cloud-delivered protection is enabled.
- Audit mode isn’t enabled. Use Group Policy to set the rule to Disabled (value: 0).
Use audit mode
You can enable network protection in audit mode and then visit a website that we’ve created to demo the feature. All website connections will be allowed by network protection but an event will be logged to indicate any connection that would have been blocked if network protection was enabled.
- Set network protection to Audit mode.
PowerShell
Set-MpPreference -EnableNetworkProtection AuditMode
- Perform the connection activity that is causing an issue (for example, attempt to visit the site, or connect to the IP address you do or don’t want to block).
- Review the network protection event logs to see if the feature would have blocked the connection if it had been set to Enabled.
If network protection isn’t blocking a connection that you’re expecting it should block, enable the feature.
PowerShellSet-MpPreference -EnableNetworkProtection Enabled
Report a false positive or false negative
If you’ve tested the feature with the demo site and with audit mode, and network protection is working on pre-configured scenarios, but isn’t working as expected for a specific connection, use the Windows Defender Security Intelligence web-based submission form to report a false negative or false positive for network protection. With an E5 subscription, you can also provide a link to any associated alert.
See Address false positives/negatives in Microsoft Defender for Endpoint.
Add exclusions
The current exclusion options are:
- Setting up a custom allow indicator.
- Using IP exclusions:
Add-MpPreference -ExclusionIpAddress 192.168.1.1
- Excluding an entire process. For more information, see Microsoft Defender Antivirus exclusions.
Collect diagnostic data for file submissions
When you report a problem with network protection, you’re asked to collect and submit diagnostic data that can be used by Microsoft support and engineering teams to help troubleshoot issues.
- Open an elevated command prompt and change to the Windows Defender directory:
Console
cd c:\program files\windows defender
- Run this command to generate the diagnostic logs:
Console
mpcmdrun -getfiles
- Attach the file to the submission form. By default, diagnostic logs are saved at
C:\ProgramData\Microsoft\Windows Defender\Support\MpSupportFiles.cab
.
Resolve connectivity issues with network protection (for E5 customers)
Due to the environment where network protection runs, Microsoft is unable to see your operating system proxy settings. In some cases, network protection clients are unable to reach the cloud service. To resolve connectivity issues with network protection, configure one of the following registry keys so that network protection becomes aware of the proxy configuration:
Set-MpPreference -ProxyServer <proxy IP address: Port>
—OR—
Set-MpPreference -ProxyPacUrl <Proxy PAC url>
You can configure the registry key by using PowerShell, Microsoft Endpoint Manager, or Group Policy. Here are some resources to help:
- Working with Registry Keys
- Configure custom client settings for Endpoint Protection
- Use Group Policy settings to manage Endpoint Protection