From c843a7303d48c065c842ff82a9180e8c1794bcc3 Mon Sep 17 00:00:00 2001 From: op7ic <3172590+op7ic@users.noreply.github.com> Date: Fri, 13 Jul 2018 15:24:51 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7ef81c..2131e5d 100644 --- a/README.md +++ b/README.md @@ -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 + +