You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added playbook with fixes
* Formatted playbook and updated playbook readme
* RN
* Revert pb
* Revert pb readme
* newline
* Added formatted playbook and updated playbook readme
* Bump pack from version CommonPlaybooks to 2.4.15.
* Bump pack from version CommonPlaybooks to 2.4.16.
* Bump pack from version CommonPlaybooks to 2.4.17.
* Bump pack from version CommonPlaybooks to 2.4.18.
---------
Co-authored-by: Content Bot <[email protected]>
description: Reason why the user is considered a risky user. The possible values are limited to none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, and unknownFutureValue.
description: State of the user's risk. The possible values are none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, and unknownFutureValue.
description: The date and time that the risky user was last updated. The DateTimeOffset type represents date and time information using the ISO 8601 format and is always in UTC time.
| GSuite.PageToken | Token to specify the next page in the list. | unknown |
@@ -63,6 +63,16 @@ This playbook does not use any scripts.
63
63
| AWS.IAM.UserPolicies | AWS IAM - user inline policies. | unknown |
64
64
| AWS.IAM.AttachedUserPolicies | AWS IAM - User attached policies. | unknown |
65
65
| MSGraphGroup | MSGraph group information. | unknown |
66
+
| MSGraph.identityProtection.RiskyUserHistory | Risky user history. | unknown |
67
+
| MSGraph.identityProtection.RiskyUserHistory.userPrincipalName | Risky user principal name. | unknown |
68
+
| MSGraph.identityProtection.RiskyUserHistory.userDisplayName | Risky user display name. | unknown |
69
+
| MSGraph.identityProtection.RiskyUserHistory.riskDetail | Reason why the user is considered a risky user. The possible values are limited to none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, and unknownFutureValue. | unknown |
70
+
| MSGraph.identityProtection.RiskyUserHistory.riskstate | State of the user's risk. The possible values are none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, and unknownFutureValue. | unknown |
71
+
| MSGraph.identityProtection.RiskyUserHistory.riskLevel | Risk level of the detected risky user. The possible values are low, medium, high, hidden, none, and unknownFutureValue. | unknown |
72
+
| MSGraph.identityProtection.RiskyUserHistory.riskLastUpdatedDateTime | The date and time that the risky user was last updated. The DateTimeOffset type represents date and time information using the ISO 8601 format and is always in UTC time. | unknown |
73
+
| MSGraph.identityProtection.RiskyUserHistory.isProcessing | Indicates whether a user's risky state is being processed by the backend. | unknown |
74
+
| MSGraph.identityProtection.RiskyUserHistory.isDeleted | Indicates whether the user is deleted. | unknown |
75
+
| MSGraph.identityProtection.RiskyUserHistory.id | Unique ID of the risky user. | unknown |
0 commit comments