Skip to content

Commit a85abbd

Browse files
committed
Correct indentation, second attempt
1 parent 8c24dc9 commit a85abbd

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

defender-endpoint/demonstration-behavior-monitoring.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -148,32 +148,32 @@ To demonstrate how Behavior Monitoring blocks a payload:
148148

149149
4. Run the bash script:
150150

151-
```bash
152-
sudo bash BM_test.sh
153-
```
151+
```bash
152+
sudo bash BM_test.sh
153+
```
154154

155-
The result should look like this
155+
The result should look like this
156156

157-
`zsh: killed sudo bash BM_test.sh`
157+
`zsh: killed sudo bash BM_test.sh`
158158

159-
The file was quarantined by Defender for Endpoint on macOS. Use the following command to list all the detected threats:
159+
The file was quarantined by Defender for Endpoint on macOS. Use the following command to list all the detected threats:
160160

161-
```bash
162-
mdatp threat list
163-
```
161+
```bash
162+
mdatp threat list
163+
```
164164

165-
The result shows information like this:
165+
The result shows information like this:
166166

167-
```console
168-
ID: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
167+
```console
168+
ID: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
169169

170-
Name: Behavior: MacOS/MacOSChangeFileTest
170+
Name: Behavior: MacOS/MacOSChangeFileTest
171171

172-
Type: "behavior"
172+
Type: "behavior"
173173

174-
Detection time: Tue May 7 20:23:41 2024
174+
Detection time: Tue May 7 20:23:41 2024
175175

176-
Status: "quarantined"
177-
```
176+
Status: "quarantined"
177+
```
178178

179179
If you have Microsoft Defender for Endpoint P2/P1 or Microsoft Defender for Business, go to the [Microsoft Defender portal](https://security.microsoft.com), and you see an alert titled, *Suspicious 'MacOSChangeFileTest' behavior was blocked*.

0 commit comments

Comments
 (0)