forked from op7ic/EDR-Testing-Script
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# EDR-Testing- | ||
Test your Endpoint Detection and Response (EDR) software | ||
# EDR-Testing-Script | ||
|
||
This repository contains simple script to test your EDR solution against Mitre ATT&CK framework with some extras. This project is very much in its infancy right now. Only a small subset of tests are presently added but more will be added later. Chances are this script will be redesigned to facilitate this in the future. | ||
|
||
Right now this script only works on Windows. | ||
|
||
**How To** | ||
|
||
Run the script and observe alerts coming to your EDR console. Cross-verify these alerts to check if your EDR solution identified them correctly. | ||
|
||
**Tested On** | ||
|
||
* Windows 7 x86 | ||
* Windows 7 x64 | ||
* Windows 10 x64 | ||
|
||
|