Giter VIP home page Giter VIP logo

mde_enum's Introduction

MDE_Enum

MDE_Enum is a comprehensive .NET tool designed to extract and display detailed information about Windows Defender exclusions and Attack Surface Reduction (ASR) rules. It is capable of querying both local and remote systems effectively, even from a low-user context, making it a versatile tool for system administrators and security professionals.

Features

  • Local and Remote Query Support: Seamlessly query Windows Defender settings on both local and remote machines.
  • User-Context: Operates efficiently from a low-user context, eliminating the need for administrative permissions.
  • Windows Defender Exclusions: Retrieve and list all exclusion paths configured in Windows Defender.
  • Attack Surface Reduction (ASR) Rules: Enumerate ASR rules, displaying both the IDs and their corresponding names for easy identification.
  • Triggered ASR Events: Extract and list all triggered ASR events to monitor system security activities.
  • Detailed Output: Presents information in a clear, tabulated format for easy reading and analysis.

Usage

Windows Defender exclusion paths

This feature extracts the values from Windows Event ID 5007 logs. The tool uses regex pattern matching to accurately extract these values from the event description text.

  1. Enumerate exclusion paths locally
MDE_Enum /local /paths

MDE_Enum /local /paths /access (check if current user has write access) 
  1. Enumerate exclusion paths on remote computers
MDE_Enum <remoteComputer> <username> <password> <domain> /paths 

Triggered ASR Rules

This feature extracts the values from Windows Event ID 1121 logs. The tool uses regex pattern matching to accurately extract these values from the event description text.

  1. Enumerate logged ASR rules locally
MDE_Enum /local /asr 
  1. Enumerate logged ASR rules on remote computers
MDE_Enum <remoteComputer> <username> <password> <domain> /asr 

Enumerate ASR Rules

This feature extracts the Attack Surface Reduction (ASR) rules from the MSFT_MpPreference WMI class and provides a comprehensive status of the rules along with their corresponding names.

  1. Enumerate the rules locally
MDE_Enum /local /asr /alt 
  1. Enumerate the rules on remote computers.
MDE_Enum <remoteComputer> <domain> <username> <password> /asr /alt 

Acknowledgements

mde_enum's People

Contributors

lawrenceamer avatar viziosde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mde_enum's Issues

[Feature Request] Permission Checks

Well done! It would be really cool if the tool also had an option to check if the current user has write access to the folder.

Of course this could be done manually but I saw customers with many exclusion paths. That would be tedious work. ๐Ÿ˜

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.