Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entities 2022 10 01 preview added security alert timeline item intent and techniques #20665

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,18 @@
"alertType": {
"type": "string",
"description": "The name of the alert type."
},
"intent": {
nmizrahi6 marked this conversation as resolved.
Show resolved Hide resolved
"type": "string",
"description": "The intent of the alert."
},
"techniques": {
nmizrahi6 marked this conversation as resolved.
Show resolved Hide resolved
"type": "array",
"items": {
"type": "string",
"description": "technique of the alert"
},
"description": "The techniques of the alert."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"endTimeUtc": "2021-09-01T23:31:28.02Z",
"startTimeUtc": "2021-09-01T23:32:28.01Z",
"timeGenerated": "2021-09-01T23:37:25.8136594Z",
"alertType": "4467341f-fb73-4f99-a9b3-29473532cf5a_c93bf33e-055e-4972-9e7d-f84fe3fb61ae"
"alertType": "4467341f-fb73-4f99-a9b3-29473532cf5a_c93bf33e-055e-4972-9e7d-f84fe3fb61ae",
"Intent" : "Discovery"
},
{
"kind": "Activity",
Expand Down