You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,6 +100,9 @@ Create custom rules to control when alerts are suppressed, or resolved. You can
99
100
100
101
6. Click **Save**.
101
102
103
+
> [!NOTE]
104
+
> Alert suppression is not compatible for custom detections. Make sure to fine-tune your custom detections to avoid [false positives](/defender-endpoint/defender-endpoint-false-positives-negatives).
105
+
102
106
#### View the list of suppression rules
103
107
104
108
1. In the navigation pane, select **Settings**\>**Endpoints**\>**Rules**\>**Alert suppression**.
Copy file name to clipboardExpand all lines: defender-endpoint/run-analyzer-linux.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ The XMDE Client Analyzer tool can be downloaded as a [binary](https://go.microso
44
44
45
45
Download and extract the XMDE Client Analyzer. You can use either the binary or Python version, as follows:
46
46
47
-
-[Binary version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux)
48
-
-[Python version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux)
47
+
-[Binary version of the Client Analyzer](run-analyzer-linux.md#run-the-binary-version-of-the-client-analyzer)
48
+
-[Python version of the Client Analyzer](run-analyzer-linux.md#run-the-python-based-client-analyzer)
49
49
50
50
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.
51
51
@@ -54,7 +54,7 @@ Due to the limited commands available in live response, the steps detailed must
54
54
55
55
#### Binary client analyzer install script
56
56
57
-
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.
57
+
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.
58
58
59
59
1. Create a bash file `InstallXMDEClientAnalyzer.sh` and paste the following content into it.
60
60
@@ -80,7 +80,7 @@ The following script performs the first six steps of the [Running the Binary ver
80
80
81
81
#### Python client analyzer install script
82
82
83
-
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.
83
+
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.
84
84
85
85
1. Create a bash file `InstallXMDEClientAnalyzer.sh` and paste the following content into it.
0 commit comments