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
Copy file name to clipboardExpand all lines: defender-endpoint/linux-exclusions.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,26 +401,34 @@ echo 'X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*' > te
401
401
402
402
You can also copy the string into a blank text file and attempt to save it with the file name or in the folder you're attempting to exclude.
403
403
404
-
## Allow threats
404
+
## Allow a threat
405
405
406
-
In addition to excluding certain content from being scanned, you can also configure the product not to detect some classes of threats (identified by the threat name). You should exercise caution when using this functionality, as it can leave your device unprotected.
406
+
In addition to excluding certain content from being scanned, you can also configure Defender for Endpoint on Linux not to detect some classes of threats, identified by the threat name.
407
407
408
-
To add a threat name to the allowed list, execute the following command:
408
+
> [!WARNING]
409
+
> Exercise caution when using this functionality, as it can leave your device unprotected.
410
+
411
+
To add a threat name to the allowed list, run the following command:
409
412
410
413
```bash
411
414
mdatp threat allowed add --name [threat-name]
412
415
```
413
416
414
-
The threat name associated with a detection on your device can be obtained using the following command:
417
+
To get the name of a detected threat, run the following command:
415
418
416
419
```bash
417
420
mdatp threat list
418
421
```
419
422
420
-
For example, to add `EICAR-Test-File (not a virus)`(the threat name associated with the EICAR detection) to the allowed list, execute the following command:
423
+
For example, to add `EICAR-Test-File (not a virus)` to the allow list, run the following command:
421
424
422
425
```bash
423
426
mdatp threat allowed add --name "EICAR-Test-File (not a virus)"
424
427
```
425
428
429
+
## See also
430
+
431
+
-[Microsoft Defender for Endpoint on Linux](microsoft-defender-endpoint-linux.md)
432
+
-[Set preferences for Microsoft Defender for Endpoint on Linux](linux-preferences.md)
433
+
426
434
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]
0 commit comments