-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24693 from microsoftgraph/main
Merge to publish
- Loading branch information
Showing
39 changed files
with
789 additions
and
811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,25 +130,26 @@ Content-type: application/json | |
"status": "Active", | ||
"severity": "Medium", | ||
"customTags": [ | ||
"Demo" | ||
"Demo" | ||
], | ||
"comments": [ | ||
{ | ||
"comment": "Demo incident", | ||
"createdBy": "[email protected]", | ||
"createdTime": "2021-09-30T12:07:37.2756993Z" | ||
} | ||
{ | ||
"comment": "Demo incident", | ||
"createdBy": "[email protected]", | ||
"createdTime": "2021-09-30T12:07:37.2756993Z" | ||
} | ||
], | ||
"systemTags" : [ | ||
"systemTags": [ | ||
"Defender Experts" | ||
], | ||
"description" : "Microsoft observed Raspberry Robin worm activity spreading through infected USB on multiple devices in your environment. From available intel, these infections could be a potential precursor activity to ransomware deployment. ...", | ||
"recommendedActions" : "Immediate Recommendations: 1. Block untrusted and unsigned processes that run from USB (ASR Rule) 2. Verify if the ASR rule is turned on for the devices and evaluate whether the ASR . ...", | ||
"recommendedHuntingQueries" : [ | ||
"description": "Microsoft observed Raspberry Robin worm activity spreading through infected USB on multiple devices in your environment. From available intel, these infections could be a potential precursor activity to ransomware deployment. ...", | ||
"recommendedActions": "Immediate Recommendations: 1. Block untrusted and unsigned processes that run from USB (ASR Rule) 2. Verify if the ASR rule is turned on for the devices and evaluate whether the ASR . ...", | ||
"recommendedHuntingQueries": [ | ||
{ | ||
"kqlText" : "AlertInfo | where Timestamp >= datetime(2022-10-20 06:00:52.9644915) | where Title == 'Potential Raspberry Robin worm command' | join AlertEvidence on AlertId | distinct DeviceId" | ||
"kqlText": "AlertInfo | where Timestamp >= datetime(2022-10-20 06:00:52.9644915) | where Title == 'Potential Raspberry Robin worm command' | join AlertEvidence on AlertId | distinct DeviceId" | ||
} | ||
], | ||
"lastModifiedBy": "[email protected]" | ||
"lastModifiedBy": "[email protected]", | ||
"summary": "Defender Experts has identified some malicious activity. This incident has been raised for your awareness and should be investigated as normal." | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,10 +48,10 @@ PATCH /security/incidents/{incidentId} | |
|:---|:---|:---| | ||
|assignedTo|String|Owner of the incident, or null if no owner is assigned. Free editable text.| | ||
|classification|microsoft.graph.security.alertClassification|The specification for the incident. Possible values are: `unknown`, `falsePositive`, `truePositive`, `informationalExpectedActivity`, `unknownFutureValue`.| | ||
|customTags|String collection|Array of custom tags associated with an incident.| | ||
|determination|microsoft.graph.security.alertDetermination|Specifies the determination of the incident. Possible values are: `unknown`, `apt`, `malware`, `securityPersonnel`, `securityTesting`, `unwantedSoftware`, `other`, `multiStagedAttack`, `compromisedUser`, `phishing`, `maliciousUserActivity`, `notMalicious`, `notEnoughDataToValidate`, `confirmedUserActivity`, `lineOfBusinessApplication`, `unknownFutureValue`.| | ||
|status|microsoft.graph.security.incidentStatus|The status of the incident. Possible values are: `active`, `resolved`, `redirected`, `unknownFutureValue`.| | ||
|customTags|String collection|Array of custom tags associated with an incident.| | ||
|
||
|summary|String|The overview of an attack. When applicable, the summary contains details of what occurred, impacted assets, and the type of attack.| | ||
|
||
## Response | ||
|
||
|
@@ -144,25 +144,26 @@ Content-Type: application/json | |
"status": "Active", | ||
"severity": "Medium", | ||
"customTags": [ | ||
"Demo" | ||
"Demo" | ||
], | ||
"comments": [ | ||
{ | ||
"comment": "Demo incident", | ||
"createdBy": "[email protected]", | ||
"createdTime": "2021-09-30T12:07:37.2756993Z" | ||
} | ||
{ | ||
"comment": "Demo incident", | ||
"createdBy": "[email protected]", | ||
"createdTime": "2021-09-30T12:07:37.2756993Z" | ||
} | ||
], | ||
"systemTags" : [ | ||
"systemTags": [ | ||
"Defender Experts" | ||
], | ||
"description" : "Microsoft observed Raspberry Robin worm activity spreading through infected USB on multiple devices in your environment. From available intel, these infections could be a potential precursor activity to ransomware deployment. ...", | ||
"recommendedActions" : "Immediate Recommendations: 1. Block untrusted and unsigned processes that run from USB (ASR Rule) 2. Verify if the ASR rule is turned on for the devices and evaluate whether the ASR . ...", | ||
"recommendedHuntingQueries" : [ | ||
"description": "Microsoft observed Raspberry Robin worm activity spreading through infected USB on multiple devices in your environment. From available intel, these infections could be a potential precursor activity to ransomware deployment. ...", | ||
"recommendedActions": "Immediate Recommendations: 1. Block untrusted and unsigned processes that run from USB (ASR Rule) 2. Verify if the ASR rule is turned on for the devices and evaluate whether the ASR . ...", | ||
"recommendedHuntingQueries": [ | ||
{ | ||
"kqlText" : "//Run this query to identify the devices having Raspberry Robin worm alerts AlertInfo | where Timestamp >= datetime(2022-10-20 06:00:52.9644915) | where Title == 'Potential Raspberry Robin worm command' | join AlertEvidence on AlertId | distinct DeviceId" | ||
"kqlText": "//Run this query to identify the devices having Raspberry Robin worm alerts AlertInfo | where Timestamp >= datetime(2022-10-20 06:00:52.9644915) | where Title == 'Potential Raspberry Robin worm command' | join AlertEvidence on AlertId | distinct DeviceId" | ||
} | ||
] | ||
], | ||
"summary": "Defender Experts has identified some malicious activity. This incident has been raised for your awareness and should be investigated as normal." | ||
} | ||
``` | ||
|
Oops, something went wrong.