Incidents - Create Or Update
建立或更新事件。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}?api-version=2024-03-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
incident
|
path | True |
string |
事件識別碼 |
resource
|
path | True |
string |
資源群組的名稱。 名稱不區分大小寫。 |
subscription
|
path | True |
string uuid |
目標訂用帳戶的標識碼。 此值必須是 UUID。 |
workspace
|
path | True |
string |
工作區的名稱。 Regex 模式: |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
properties.severity | True |
事件的嚴重性 |
|
properties.status | True |
事件的狀態 |
|
properties.title | True |
string |
事件的標題 |
etag |
string |
Azure 資源的 Etag |
|
properties.classification |
事件關閉的原因 |
||
properties.classificationComment |
string |
描述事件關閉的原因 |
|
properties.classificationReason |
事件已關閉的分類原因 |
||
properties.description |
string |
事件的描述 |
|
properties.firstActivityTimeUtc |
string |
事件中第一個活動的時間 |
|
properties.labels |
與此事件相關的標籤清單 |
||
properties.lastActivityTimeUtc |
string |
事件中最後一個活動的時間 |
|
properties.owner |
描述事件指派給的使用者 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定,作業已順利完成 |
|
201 Created |
建立時間 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Creates or updates an incident.
範例要求
PUT https://management.azure.com/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/incidents/73e01a99-5cd7-4139-a149-9f2736ff2ab5?api-version=2024-03-01
{
"etag": "\"0300bf09-0000-0000-0000-5c37296e0000\"",
"properties": {
"lastActivityTimeUtc": "2019-01-01T13:05:30Z",
"firstActivityTimeUtc": "2019-01-01T13:00:30Z",
"description": "This is a demo incident",
"title": "My incident",
"owner": {
"objectId": "2046feea-040d-4a46-9e2b-91c2941bfa70"
},
"severity": "High",
"classification": "FalsePositive",
"classificationComment": "Not a malicious activity",
"classificationReason": "IncorrectAlertLogic",
"status": "Closed"
}
}
範例回覆
{
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/incidents/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"name": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"type": "Microsoft.SecurityInsights/incidents",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0001\"",
"properties": {
"lastModifiedTimeUtc": "2019-01-01T13:15:30Z",
"createdTimeUtc": "2019-01-01T13:15:30Z",
"lastActivityTimeUtc": "2019-01-01T13:05:30Z",
"firstActivityTimeUtc": "2019-01-01T13:00:30Z",
"description": "This is a demo incident",
"title": "My incident",
"owner": {
"objectId": "2046feea-040d-4a46-9e2b-91c2941bfa70",
"email": "john.doe@contoso.com",
"userPrincipalName": "john@contoso.com",
"assignedTo": "john doe"
},
"severity": "High",
"classification": "FalsePositive",
"classificationComment": "Not a malicious activity",
"classificationReason": "IncorrectAlertLogic",
"status": "Closed",
"incidentUrl": "https://portal.azure.com/#asset/Microsoft_Azure_Security_Insights/Incident/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/incidents/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"incidentNumber": 3177,
"labels": [],
"providerName": "Azure Sentinel",
"providerIncidentId": "3177",
"relatedAnalyticRuleIds": [],
"additionalData": {
"alertsCount": 0,
"bookmarksCount": 0,
"commentsCount": 3,
"alertProductNames": [],
"tactics": []
}
}
}
{
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/incidents/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"name": "73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"type": "Microsoft.SecurityInsights/incidents",
"etag": "\"0300bf09-0000-0000-0000-5c37296e0001\"",
"properties": {
"lastModifiedTimeUtc": "2019-01-01T13:15:30Z",
"createdTimeUtc": "2019-01-01T13:15:30Z",
"lastActivityTimeUtc": "2019-01-01T13:05:30Z",
"firstActivityTimeUtc": "2019-01-01T13:00:30Z",
"description": "This is a demo incident",
"title": "My incident",
"owner": {
"objectId": "2046feea-040d-4a46-9e2b-91c2941bfa70",
"email": "john.doe@contoso.com",
"userPrincipalName": "john@contoso.com",
"assignedTo": "john doe"
},
"severity": "High",
"classification": "FalsePositive",
"classificationComment": "Not a malicious activity",
"classificationReason": "IncorrectAlertLogic",
"status": "Closed",
"incidentUrl": "https://portal.azure.com/#asset/Microsoft_Azure_Security_Insights/Incident/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/incidents/73e01a99-5cd7-4139-a149-9f2736ff2ab5",
"incidentNumber": 3177,
"labels": [],
"providerName": "Azure Sentinel",
"providerIncidentId": "3177",
"relatedAnalyticRuleIds": [],
"additionalData": {
"alertsCount": 0,
"bookmarksCount": 0,
"commentsCount": 3,
"alertProductNames": [],
"tactics": []
}
}
}
定義
名稱 | Description |
---|---|
Attack |
此警示規則所建立之警示的嚴重性。 |
Cloud |
錯誤回應結構。 |
Cloud |
錯誤詳細數據。 |
created |
建立資源的身分識別類型。 |
Incident |
代表 Azure Security Insights 中的事件。 |
Incident |
事件其他數據屬性包。 |
Incident |
事件關閉的原因 |
Incident |
事件已關閉的分類原因 |
Incident |
代表事件標籤 |
Incident |
標籤的類型 |
Incident |
指派事件給用戶的資訊 |
Incident |
事件的嚴重性 |
Incident |
事件的狀態 |
Owner |
事件指派給的擁有者類型。 |
system |
與建立和上次修改資源相關的元數據。 |
AttackTactic
此警示規則所建立之警示的嚴重性。
名稱 | 類型 | Description |
---|---|---|
Collection |
string |
|
CommandAndControl |
string |
|
CredentialAccess |
string |
|
DefenseEvasion |
string |
|
Discovery |
string |
|
Execution |
string |
|
Exfiltration |
string |
|
Impact |
string |
|
ImpairProcessControl |
string |
|
InhibitResponseFunction |
string |
|
InitialAccess |
string |
|
LateralMovement |
string |
|
Persistence |
string |
|
PreAttack |
string |
|
PrivilegeEscalation |
string |
|
Reconnaissance |
string |
|
ResourceDevelopment |
string |
CloudError
錯誤回應結構。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤數據 |
CloudErrorBody
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤的識別碼。 程式碼不變,且要以程式設計方式使用。 |
message |
string |
描述錯誤的訊息,適用於在使用者介面中顯示。 |
createdByType
建立資源的身分識別類型。
名稱 | 類型 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
Incident
代表 Azure Security Insights 中的事件。
名稱 | 類型 | Description |
---|---|---|
etag |
string |
Azure 資源的 Etag |
id |
string |
資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
資源的名稱 |
properties.additionalData |
事件的其他數據 |
|
properties.classification |
事件關閉的原因 |
|
properties.classificationComment |
string |
描述事件關閉的原因 |
properties.classificationReason |
事件已關閉的分類原因 |
|
properties.createdTimeUtc |
string |
事件建立的時間 |
properties.description |
string |
事件的描述 |
properties.firstActivityTimeUtc |
string |
事件中第一個活動的時間 |
properties.incidentNumber |
integer |
循序數位 |
properties.incidentUrl |
string |
Azure 入口網站 中事件的深層連結 URL |
properties.labels |
與此事件相關的標籤清單 |
|
properties.lastActivityTimeUtc |
string |
事件中最後一個活動的時間 |
properties.lastModifiedTimeUtc |
string |
上次更新事件的時間 |
properties.owner |
描述事件指派給的使用者 |
|
properties.providerIncidentId |
string |
事件提供者指派的事件標識碼 |
properties.providerName |
string |
產生事件的來源提供者名稱 |
properties.relatedAnalyticRuleIds |
string[] |
與事件相關的分析規則資源標識碼清單 |
properties.severity |
事件的嚴重性 |
|
properties.status |
事件的狀態 |
|
properties.title |
string |
事件的標題 |
systemData |
Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。 |
|
type |
string |
資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
IncidentAdditionalData
事件其他數據屬性包。
名稱 | 類型 | Description |
---|---|---|
alertProductNames |
string[] |
事件中警示的產品名稱清單 |
alertsCount |
integer |
事件中的警示數目 |
bookmarksCount |
integer |
事件中的書籤數目 |
commentsCount |
integer |
事件中的批注數目 |
providerIncidentUrl |
string |
Microsoft 365 Defender 入口網站中事件的提供者事件 URL |
tactics |
與事件相關聯的策略 |
IncidentClassification
事件關閉的原因
名稱 | 類型 | Description |
---|---|---|
BenignPositive |
string |
事件為良性正面 |
FalsePositive |
string |
事件誤判為真 |
TruePositive |
string |
事件確判為真 |
Undetermined |
string |
事件分類未決定 |
IncidentClassificationReason
事件已關閉的分類原因
名稱 | 類型 | Description |
---|---|---|
InaccurateData |
string |
分類原因不正確數據 |
IncorrectAlertLogic |
string |
分類原因不正確警示邏輯 |
SuspiciousActivity |
string |
分類原因為可疑活動 |
SuspiciousButExpected |
string |
分類原因可疑,但預期 |
IncidentLabel
代表事件標籤
名稱 | 類型 | Description |
---|---|---|
labelName |
string |
標籤名稱 |
labelType |
標籤的類型 |
IncidentLabelType
標籤的類型
名稱 | 類型 | Description |
---|---|---|
AutoAssigned |
string |
系統自動建立的標籤 |
User |
string |
用戶手動建立的標籤 |
IncidentOwnerInfo
指派事件給用戶的資訊
名稱 | 類型 | Description |
---|---|---|
assignedTo |
string |
指派事件的用戶名稱。 |
string |
指派事件之用戶的電子郵件。 |
|
objectId |
string |
指派事件之用戶的物件識別碼。 |
ownerType |
事件指派給的擁有者類型。 |
|
userPrincipalName |
string |
指派事件之用戶的用戶主體名稱。 |
IncidentSeverity
事件的嚴重性
名稱 | 類型 | Description |
---|---|---|
High |
string |
高嚴重性 |
Informational |
string |
資訊嚴重性 |
Low |
string |
低嚴重性 |
Medium |
string |
中嚴重性 |
IncidentStatus
事件的狀態
名稱 | 類型 | Description |
---|---|---|
Active |
string |
正在處理的作用中事件 |
Closed |
string |
非作用中事件 |
New |
string |
目前未處理的作用中事件 |
OwnerType
事件指派給的擁有者類型。
名稱 | 類型 | Description |
---|---|---|
Group |
string |
事件擁有者類型是 AAD 群組 |
Unknown |
string |
事件擁有者類型未知 |
User |
string |
事件擁有者類型是 AAD 使用者 |
systemData
與建立和上次修改資源相關的元數據。
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳 (UTC) 。 |
createdBy |
string |
建立資源的身分識別。 |
createdByType |
建立資源的身分識別類型。 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別。 |
lastModifiedByType |
上次修改資源的身分識別類型。 |