Skip to content

Commit e0b068e

Browse files
authored
Revise XMDE Client Analyzer instructions for Linux
1. Updated the links. 2. Removed Mac client analyzer from the zip 3. Added ClientAnayzerBinary for ARM as well.(along with x86)
1 parent b1a336c commit e0b068e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Follow the below steps if you are using Defender for Endpoint older than `101.25
5858
1. Download the [XMDE Client Analyzer Binary](https://aka.ms/XMDEClientAnalyzerBinary) tool to the Linux machine that you're to investigating. If you're using a terminal, download the tool by entering the following command:
5959

6060
```bash
61-
wget --quiet -O XMDEClientAnalyzerBinary.zip https://aka.ms/XMDEClientAnalyzerBinary
61+
wget --quiet -O XMDEClientAnalyzerBinary.zip "https://go.microsoft.com/fwlink/?linkid=2336125"
6262
```
6363

6464
2. Verify the download.
6565

6666
```bash
67-
echo 'C65A4E4C6851D130942BFACD147A9D18B8A92B4F50FACF519477FD1C41A1C323 XMDEClientAnalyzerBinary.zip' | sha256sum -c
67+
echo '042692269A7208AB30B4355A6FC1CD0A25FE59356D96CCD2E7F1F61DF9B4B85D XMDEClientAnalyzerBinary.zip' | sha256sum -c
6868
```
6969

7070
3. Extract the contents of `XMDEClientAnalyzerBinary.zip` on the machine.
@@ -81,13 +81,13 @@ Follow the below steps if you are using Defender for Endpoint older than `101.25
8181

8282
5. Two new zip files are produced:
8383

84-
- **SupportToolLinuxBinary.zip**: For all Linux devices
85-
- **SupportToolMacOSBinary.zip**: For Mac devices
84+
- **SupportToolLinuxamd64Binary.zip**: For x86 Linux devices
85+
- **SupportToolLinuxarm64Binary.zip**: For ARM Linux devices
8686

87-
6. Unzip `SupportToolLinuxBinary.zip` file.
87+
6. Unzip the sepecific zip based on your Linux OS architecture. For example, we will be using `SupportToolLinuxamd64Binary.zip` file.
8888

8989
```bash
90-
unzip -q SupportToolLinuxBinary.zip
90+
unzip -q SupportToolLinuxamd64Binary.zip
9191
```
9292
7. Run the tool as _root_ to generate diagnostic package:
9393

@@ -131,25 +131,25 @@ To run this client analyzer follow the steps:
131131
1. Download the [XMDE Client Analyzer](https://aka.ms/XMDEClientAnalyzer) tool on the Linux machine you need to investigate. If you're using a terminal, download the tool by entering the following command:
132132
133133
```bash
134-
wget --quiet -O XMDEClientAnalyzer.zip https://aka.ms/XMDEClientAnalyzer
134+
wget --quiet -O XMDEClientAnalyzerPython.zip "https://go.microsoft.com/fwlink/?linkid=2336046"
135135
```
136136
137137
2. Verify the download.
138138
139139
```bash
140-
echo '07E6A7B89E28A78309D5B6F1E25E4CDFBA9CA141450E422D76441C03AD3477E7 XMDEClientAnalyzer.zip' | sha256sum -c
140+
echo '9F29043CD3034DD4DF30B0EA25B37B5EE7BE5D81D5848CF047F9842B76C831EA XMDEClientAnalyzerPython.zip' | sha256sum -c
141141
```
142142
143143
3. Extract the contents of `XMDEClientAnalyzer.zip` on the machine.
144144
145145
```bash
146-
unzip -q XMDEClientAnalyzer.zip -d XMDEClientAnalyzer
146+
unzip -q XMDEClientAnalyzerPython.zip -d XMDEClientAnalyzerPython
147147
```
148148
149149
4. Change the directory.
150150
151151
```bash
152-
cd XMDEClientAnalyzer
152+
cd XMDEClientAnalyzerPython
153153
```
154154
155155
5. Give the tool executable permission.

0 commit comments

Comments
 (0)