mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-17 07:47:22 +00:00
Remove 'RecommendedAction' from Alert entity.
Add 'Pending' to ActionStatus enum.
This commit is contained in:
parent
203cf1d847
commit
66cfe6be8f
@ -50,7 +50,6 @@ detectionSource | string | Detection source.
|
|||||||
threatFamilyName | string | Threat family.
|
threatFamilyName | string | Threat family.
|
||||||
title | string | Alert title.
|
title | string | Alert title.
|
||||||
description | String | Description of the threat, identified by the alert.
|
description | String | Description of the threat, identified by the alert.
|
||||||
recommendedAction | String | Action recommended for handling the suspected threat.
|
|
||||||
alertCreationTime | DateTimeOffset | The date and time (in UTC) the alert was created.
|
alertCreationTime | DateTimeOffset | The date and time (in UTC) the alert was created.
|
||||||
lastEventTime | DateTimeOffset | The last occurance of the event that triggered the alert on the same machine.
|
lastEventTime | DateTimeOffset | The last occurance of the event that triggered the alert on the same machine.
|
||||||
firstEventTime | DateTimeOffset | The first occurance of the event that triggered the alert on that machine.
|
firstEventTime | DateTimeOffset | The first occurance of the event that triggered the alert on that machine.
|
||||||
@ -74,7 +73,6 @@ machineId | String | ID of a [machine](machine-windows-defender-advanced-threat-
|
|||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description"
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
||||||
|
@ -85,7 +85,6 @@ Content-Length: application/json
|
|||||||
"severity": "Low",
|
"severity": "Low",
|
||||||
"title": "test alert",
|
"title": "test alert",
|
||||||
"description": "redalert",
|
"description": "redalert",
|
||||||
"recommendedAction": "white alert",
|
|
||||||
"eventTime": "2018-08-03T16:45:21.7115183Z",
|
"eventTime": "2018-08-03T16:45:21.7115183Z",
|
||||||
"reportId": "20776",
|
"reportId": "20776",
|
||||||
"category": "None"
|
"category": "None"
|
||||||
|
@ -100,8 +100,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
||||||
|
@ -87,8 +87,7 @@ Here is an example of the response.
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
||||||
|
@ -100,8 +100,7 @@ Here is an example of the response.
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
||||||
@ -121,8 +120,7 @@ Here is an example of the response.
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
||||||
|
@ -96,8 +96,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
||||||
@ -117,8 +116,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-24T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-24T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-24T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-24T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-24T16:18:01.809871Z",
|
"lastEventTime": "2018-11-24T16:18:01.809871Z",
|
||||||
|
@ -94,8 +94,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
||||||
|
@ -93,8 +93,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
||||||
|
@ -93,8 +93,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
||||||
|
@ -93,8 +93,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-25T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-25T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
"lastEventTime": "2018-11-25T16:18:01.809871Z",
|
||||||
@ -114,8 +113,7 @@ Content-type: application/json
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-24T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-24T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-24T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-24T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-24T16:18:01.809871Z",
|
"lastEventTime": "2018-11-24T16:18:01.809871Z",
|
||||||
|
@ -40,7 +40,7 @@ id | Guid | Identity of the [Machine Action](machineaction-windows-defender-adva
|
|||||||
type | Enum | Type of the action. Possible values are: "RunAntiVirusScan", "Offboard", "CollectInvestigationPackage", "Isolate", "Unisolate", "StopAndQuarantineFile", "RestrictCodeExecution" and "UnrestrictCodeExecution"
|
type | Enum | Type of the action. Possible values are: "RunAntiVirusScan", "Offboard", "CollectInvestigationPackage", "Isolate", "Unisolate", "StopAndQuarantineFile", "RestrictCodeExecution" and "UnrestrictCodeExecution"
|
||||||
requestor | String | Identity of the person that executed the action.
|
requestor | String | Identity of the person that executed the action.
|
||||||
requestorComment | String | Comment that was written when issuing the action.
|
requestorComment | String | Comment that was written when issuing the action.
|
||||||
status | Enum | Current status of the command. Possible values are: "InProgress", "Succeeded", "Failed", "TimeOut" and "Cancelled".
|
status | Enum | Current status of the command. Possible values are: "Pending", "InProgress", "Succeeded", "Failed", "TimeOut" and "Cancelled".
|
||||||
machineId | String | Id of the machine on which the action was executed.
|
machineId | String | Id of the machine on which the action was executed.
|
||||||
creationDateTimeUtc | DateTimeOffset | The date and time when the action was created.
|
creationDateTimeUtc | DateTimeOffset | The date and time when the action was created.
|
||||||
lastUpdateTimeUtc | DateTimeOffset | The last date and time when the action status was updated.
|
lastUpdateTimeUtc | DateTimeOffset | The last date and time when the action status was updated.
|
||||||
|
@ -98,8 +98,7 @@ Here is an example of the response.
|
|||||||
"detectionSource": "WindowsDefenderAv",
|
"detectionSource": "WindowsDefenderAv",
|
||||||
"threatFamilyName": "Mikatz",
|
"threatFamilyName": "Mikatz",
|
||||||
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
"title": "Windows Defender AV detected 'Mikatz', high-severity malware",
|
||||||
"description": "Some description"
|
"description": "Some description",
|
||||||
"recommendedAction": "Some recommended action"
|
|
||||||
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
"alertCreationTime": "2018-11-26T16:19:21.8409809Z",
|
||||||
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
"firstEventTime": "2018-11-26T16:17:50.0948658Z",
|
||||||
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
"lastEventTime": "2018-11-26T16:18:01.809871Z",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user