2019-08-21 14:55:14 -04:00

4.8 KiB

title, description, keywords, search.product, ms.pagetype, ms.prod, ms.mktglfcycl, ms.sitesec, ms.pagetype, ms.localizationpriority, audience, author, ms.author, ms.date, ms.reviewer, manager
title description keywords search.product ms.pagetype ms.prod ms.mktglfcycl ms.sitesec ms.pagetype ms.localizationpriority audience author ms.author ms.date ms.reviewer manager
Troubleshoot problems with Network protection Check pre-requisites, use audit mode, add exclusions, or collect diagnostic data to help troubleshoot issues troubleshoot, error, fix, windows defender eg, asr, rules, hips, troubleshoot, audit, exclusion, false positive, broken, blocking eADQiWindows 10XVcnh security w10 manage library security medium ITPro dansimp dansimp 03/27/2019 dansimp

Troubleshoot network protection

Applies to:

When you use Network protection you may encounter issues, 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:

  1. Confirm prerequisites
  2. Use audit mode to test the rule
  3. Add exclusions for the specified rule (for false positives)
  4. Submit support logs

Confirm prerequisites

Network protection will only work on devices with the following conditions:

[!div class="checklist"]

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.

  1. Set network protection to Audit mode.

    Set-MpPreference -EnableNetworkProtection AuditMode
    
  2. 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).

  3. 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 is not blocking a connection that you are expecting it should block, enable the feature.

Set-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 is not 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.

Exclude website from network protection scope

To whitelist the website that is being blocked (false positive), add its URL to the list of trusted sites. Web resources from this list bypass the network protection check.

Collect diagnostic data for file submissions

When you report a problem with network protection, you are asked to collect and submit diagnostic data that can be used by Microsoft support and engineering teams to help troubleshoot issues.

  1. Open an elevated command prompt and change to the Windows Defender directory:

    cd c:\program files\windows defender
    
  2. Run this command to generate the diagnostic logs:

    mpcmdrun -getfiles
    
  3. By default, they are saved to C:\ProgramData\Microsoft\Windows Defender\Support\MpSupportFiles.cab. Attach the file to the submission form.