Skip to content

LearningKijo/MDEtester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

MDE Tester

MDE Tester is designed to help testing following features in Microsoft Defender for Endpoint.

PS script Testing features
MDEtesterWP.ps1 1. Microsoft Defender SmartScreen
2. Microsoft Defender Exploit Guard, Network Protection
3. Microsoft Defender for Endpoint, URL Indicators
4. Microsoft Defender for Endpoint, Web Content Filtering

MDEtesterWP.ps1 assumes that the following items are installed, enabled and onboared.

Usage

Test 1

PS C:\> .\MDEtesterWP.ps1 

Test 2

PS C:\> .\MDEtesterWP.ps1 -Path <CSV File path>

Test 3

PS C:\> .\MDEtesterWP.ps1 -Category <category>

Test 4

PS C:\> .\MDEtesterWP.ps1 -Path <CSV File path> -Category <category>
Features Test 1 Test 2 Test 3 Test 4
Microsoft Defender SmartScreen
Network Protection
MDE URL Indicators × ×
MDE Web Content Filtering × ×

Important

Signing

If your PowerShell execution policy is set to RemoteSigned, PowerShell will not run unsigned scripts downloaded from the internet. Therefore, please unblock the script using the cmdlet or through Properties.

Parameter

-Path <String> : This is an optional parameter. Please specify a CSV file path and it is used for testing MDE URL indicators.

Note

The CSV file column header must be 'IndicatorValue'. Here is an example.

-Category <String> :  This is an optional parameter. Please select a category you want to test and it is used for testing MDE WCF.

Here are available categories :
PS C:\> .\MDEtesterWP.ps1 -Category HighBandwidth
PS C:\> .\MDEtesterWP.ps1 -Category LegalLiability
PS C:\> .\MDEtesterWP.ps1 -Category Leisure

Note

In this MDE Tester script, WEC will be tested against high-level categories such as 'HighBandwidth,' 'LegalLiability,' and 'Leisure.' Please note that some specific categories might not be covered, and the 'Uncategorized' category is not included in this script.

LOG

After you run MDEtesterWP.ps1, all logs will be created by the script and available following the path - C:\MDE-tester.

How it looks like

image

Disclaimer

The views and opinions expressed herein are those of the author and do not necessarily reflect the views of company.

About

MDE Tester is designed to help testing various features in Microsoft Defender for Endpoint.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors