Coder Social home page Coder Social logo

zadmin-cloud / mdetester Goto Github PK

View Code? Open in Web Editor NEW

This project forked from learningkijo/mdetester

0.0 0.0 0.0 60 KB

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

License: BSD 3-Clause "New" or "Revised" License

PowerShell 100.00%

mdetester's Introduction

MDE Tester

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

PS script Testing features
MDEtesterTP.ps1 1. Microsoft Defender for Endpoint, Tamper Protection
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

MDEtesterTP.ps1

Prerequisites

  • MDEtesterTP.ps1 helps confirm the status of Microsoft Defender for Endpoint, Tamper Protection. However, to test AV tampering in MDEtesterTP.ps1, enabling Tamper Protection is required.
  • Run MDEtesterTP.ps1 script as Administrator.

Usage

PS C:\> .\MDEtesterTP.ps1 

How it looks like

image

MDEtesterWP.ps1

Prerequisites

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 AdultContent
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 'AdultContent,' '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.

mdetester's People

Contributors

learningkijo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.