mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
remove note from step 3
This commit is contained in:
parent
e127e5649e
commit
ea7a31af76
@ -49,13 +49,14 @@ This step will guide you in creating an alert definition and an IOC for a malici
|
|||||||
|
|
||||||
3. Run the script and verify that the operation succeeded in the results the window. Wait up to 20 minutes until the new or updated alert definition propagates to the detection engines.
|
3. Run the script and verify that the operation succeeded in the results the window. Wait up to 20 minutes until the new or updated alert definition propagates to the detection engines.
|
||||||
|
|
||||||
>[!NOTE]
|
NOTE:
|
||||||
> If you get the exception “The remote server returned an error: (407) Proxy Authentication Required", you need to add the proxy configuration by adding the following code to the PowerShell script:
|
If you get the exception “The remote server returned an error: (407) Proxy Authentication Required", you need to add the proxy configuration by adding the following code to the PowerShell script:
|
||||||
> ```
|
|
||||||
>$webclient=New-Object System.Net.WebClient
|
```
|
||||||
>$creds=Get-Credential
|
$webclient=New-Object System.Net.WebClient
|
||||||
>$webclient.Proxy.Credentials=$creds
|
$creds=Get-Credential
|
||||||
>```
|
$webclient.Proxy.Credentials=$creds
|
||||||
|
```
|
||||||
|
|
||||||
## Step 3: Simulate a custom TI alert
|
## Step 3: Simulate a custom TI alert
|
||||||
This step will guide you in simulating an event in connection to a malicious IP that will trigger the Windows Defender ATP custom TI alert.
|
This step will guide you in simulating an event in connection to a malicious IP that will trigger the Windows Defender ATP custom TI alert.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user