File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -59,31 +59,29 @@ Run an AV detection test to verify that the device is properly onboarded and rep
59
59
60
60
### Linux/macOS
61
61
62
- 1 . Ensure that real-time protection is enabled (denoted by a result of 1 from running the following command):
62
+ 1 . Ensure that real-time protection is enabled (denoted by a result of "true" from running the following command):
63
63
64
- ``` bash
65
- mdatp health --field real_time_protection_enabled
66
- ```
64
+ ``` bash
65
+ mdatp health --field real_time_protection_enabled
66
+ ```
67
67
68
- 1 . Open a Terminal window. Copy and execute the following command:
68
+ 2 . Open a Terminal window. Copy and execute the following command:
69
69
70
-
71
- Linux
72
70
71
+ Linux
73
72
74
73
` ` ` bash
75
- curl -o ~ /tmp/eicar.com.txt https://secure.eicar.org/eicar.com.txt
74
+ ` ` ` bash
75
+ curl -o eicar.com.txt https://secure.eicar.org/eicar.com.txt
76
76
```
77
+ ``` macOS
77
78
78
- macOS
79
-
80
-
79
+ ```
81
80
``` bash
82
81
curl -o ~ /Downloads/eicar.com.txt https://secure.eicar.org/eicar.com.txt
83
82
```
83
+ ``` 3. Execute the following command and verify the file has been quarantined by Defender for Endpoint. The command will list all detected threats:
84
84
85
- 3 . The file has been quarantined by Defender for Endpoint on Mac. Use the following command to list all the detected threats:
86
-
87
- ``` bash
88
- mdatp threat list
89
- ```
85
+ ```bash
86
+ mdatp threat list
87
+ ```
You can’t perform that action at this time.
0 commit comments