Skip to content

Commit 8f2a1b8

Browse files
authored
Merge pull request #1263 from meghapriyams/docs-editor/edr-detection-1725354881
Update edr-detection.md
2 parents e5ccfd8 + a010c40 commit 8f2a1b8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

defender-endpoint/edr-detection.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,28 @@ Run an EDR detection test to verify that the device is properly onboarded and re
5757

5858

5959
```bash
60-
curl -o ~/Downloads/MDE Linux DIY.zip https://aka.ms/MDE-Linux-EDR-DIY
60+
curl -o ~/Downloads/MDE Linux DIY.zip -L https://aka.ms/MDE-Linux-EDR-DIY
6161
```
6262

63-
1. Extract the zip
63+
2. Extract the zip
6464

6565
```bash
6666
unzip ~/Downloads/MDE-Linux-EDR-DIY.zip
6767
```
6868

69-
1. And run the following command:
69+
3. And run the following command to give the script executable permission:
7070

7171
```bash
72-
./mde_linux_edr_diy.sh
72+
chmod +x ./mde_linux_edr_diy.sh
7373
```
7474

75-
After a few minutes, a detection should be raised in Microsoft Defender XDR.
76-
77-
3. Look at the alert details, machine timeline, and perform your typical investigation steps.
75+
4. Run the following command to execute the script:
76+
```bash
77+
./mde_linux_edr_diy.sh
78+
```
7879

80+
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.
81+
7982
### macOS
8083

8184
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.

0 commit comments

Comments
 (0)