From 83b6ce454f24e1b86824398e96d88d1ee847c04a Mon Sep 17 00:00:00 2001 From: Vagente <84889016+Vagente@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:51:06 +0800 Subject: [PATCH] Update links in run-analyzer-linux.md With recent changes, replaced "/defender-endpoint/run-analyzer-macos-linux" link to the corresponding location in this page. --- defender-endpoint/run-analyzer-linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/defender-endpoint/run-analyzer-linux.md b/defender-endpoint/run-analyzer-linux.md index d80ec0ee49..63ed362cf8 100644 --- a/defender-endpoint/run-analyzer-linux.md +++ b/defender-endpoint/run-analyzer-linux.md @@ -44,8 +44,8 @@ The XMDE Client Analyzer tool can be downloaded as a [binary](https://go.microso Download and extract the XMDE Client Analyzer. You can use either the binary or Python version, as follows: -- [Binary version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux) -- [Python version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux) +- [Binary version of the Client Analyzer](run-analyzer-linux.md#run-the-binary-version-of-the-client-analyzer) +- [Python version of the Client Analyzer](run-analyzer-linux.md#run-the-python-based-client-analyzer) Due to the limited commands available in live response, the steps detailed must be executed in a bash script. By splitting the installation and execution portion of these commands, it's possible to run the install script once, and run the execution script multiple times. @@ -54,7 +54,7 @@ Due to the limited commands available in live response, the steps detailed must #### Binary client analyzer install script -The following script performs the first six steps of the [Running the Binary version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux). When complete, the XMDE Client Analyzer binary is available from the `/tmp/XMDEClientAnalyzerBinary/ClientAnalyzer` directory. +The following script performs the first six steps of the [Running the Binary version of the Client Analyzer](run-analyzer-linux.md#details). When complete, the XMDE Client Analyzer binary is available from the `/tmp/XMDEClientAnalyzerBinary/ClientAnalyzer` directory. 1. Create a bash file `InstallXMDEClientAnalyzer.sh` and paste the following content into it. @@ -80,7 +80,7 @@ The following script performs the first six steps of the [Running the Binary ver #### Python client analyzer install script -The following script performs the first six steps of the [Running the Python version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux). When complete, the XMDE Client Analyzer Python scripts are available from the `/tmp/XMDEClientAnalyzer` directory. +The following script performs the first six steps of the [Running the Python version of the Client Analyzer](run-analyzer-linux.md#run-the-python-based-client-analyzer). When complete, the XMDE Client Analyzer Python scripts are available from the `/tmp/XMDEClientAnalyzer` directory. 1. Create a bash file `InstallXMDEClientAnalyzer.sh` and paste the following content into it.