From bac57dbfc82d1c437638327584b3bccea5f9a800 Mon Sep 17 00:00:00 2001 From: meghapriyams <107922071+meghapriyams@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:44:44 +0530 Subject: [PATCH 1/3] Learn Editor: Update edr-detection.md --- defender-endpoint/edr-detection.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/defender-endpoint/edr-detection.md b/defender-endpoint/edr-detection.md index 6ce58836a4..aedd2eb8cc 100644 --- a/defender-endpoint/edr-detection.md +++ b/defender-endpoint/edr-detection.md @@ -57,25 +57,28 @@ Run an EDR detection test to verify that the device is properly onboarded and re ```bash -curl -o ~/Downloads/MDE Linux DIY.zip https://aka.ms/MDE-Linux-EDR-DIY +curl -o ~/Downloads/MDE Linux DIY.zip -L https://aka.ms/MDE-Linux-EDR-DIY ``` -1. Extract the zip +2. Extract the zip ```bash unzip ~/Downloads/MDE-Linux-EDR-DIY.zip ``` -1. And run the following command: +3. And run the following command to give the script executable permission: ```bash -./mde_linux_edr_diy.sh +chmod +x ./mde_linux_edr_diy.sh ``` -After a few minutes, a detection should be raised in Microsoft Defender XDR. - -3. Look at the alert details, machine timeline, and perform your typical investigation steps. +4. Run the following command to execute the script: +```bash + ./mde_linux_edr_diy.sh +``` +5. After a few minutes, a detection should be raised in Microsoft Defender XDR. Look at the alert details, machine timeline, and perform your typical investigation steps. + ### macOS 1. In your browser, Microsoft Edge for Mac or Safari, download *MDATP MacOS DIY.zip* from [https://aka.ms/mdatpmacosdiy](https://aka.ms/mdatpmacosdiy) and extract. From acd20a65d08fdb8d532fd426e478ee540bce7dd6 Mon Sep 17 00:00:00 2001 From: meghapriyams <107922071+meghapriyams@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:44:54 +0530 Subject: [PATCH 2/3] Learn Editor: Update edr-detection.md From a010c405a2854df3f7f73de192328f68949c1ba3 Mon Sep 17 00:00:00 2001 From: Sinead O'Sullivan Date: Tue, 3 Sep 2024 11:37:13 +0100 Subject: [PATCH 3/3] Update edr-detection.md --- defender-endpoint/edr-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defender-endpoint/edr-detection.md b/defender-endpoint/edr-detection.md index aedd2eb8cc..63bf0fd001 100644 --- a/defender-endpoint/edr-detection.md +++ b/defender-endpoint/edr-detection.md @@ -77,7 +77,7 @@ chmod +x ./mde_linux_edr_diy.sh ./mde_linux_edr_diy.sh ``` -5. After a few minutes, a detection should be raised in Microsoft Defender XDR. Look at the alert details, machine timeline, and perform your typical investigation steps. +5. After a few minutes, a detection should be raised in Microsoft Defender XDR. Look at the alert details, machine timeline, and perform your typical investigation steps. ### macOS