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
A vendor may deploy mechanisms to gather and analyze various signals associated with subjects such as users, devices, etc. These signals, which can originate from diverse channels and methods beyond the scope of this event description, are processed to derive an abstracted risk level representing the subject's current threat status.
831
+
832
+
The Risk Level Change event is employed by the Transmitter to communicate any modifications in a subject's assessed risk level at the time indicated by the `event_timestamp` field in the Risk Level Change event. The Transmitter may generate this event to indicate:
833
+
834
+
* User's risk has changed due to potential suspecious access from unknown destination, password compromise, addition of strong authenticator or other reasons.
835
+
* Device's risk has changed due to installation of unapproved software, connection to insecure pheripheral device, encryption of data or other reasons.
836
+
* Any other subject's risk changes due to variety of reasons.
837
+
838
+
839
+
### Event Specific Claims {#risk-level-change-event-specific-claims}
840
+
841
+
risk_reason
842
+
: RECOMMENDED, JSON string: indicates the reason that contributed to the risk level changes by the Transmitter.
843
+
844
+
principal
845
+
: REQUIRED, JSON string: representing the principal entity involved in the observed risk event, as identified by the transmitter. The subject principal can be one of the following entities USER, DEVICE, SESSION, TENANT, ORG_UNIT, GROUP, or any other entity as defined in {{Section 2 of SSF}}. This claim identifies the primary subject associated with the event, and helps to contextualize the risk relative to the entity involved.
846
+
847
+
current_level
848
+
: REQUIRED, JSON string: indicates the current level of the risk for the subject. Value MUST be one of LOW, MEDIUM, HIGH
849
+
850
+
previous_level
851
+
: OPTIONAL, JSON string: indicates the previously known level of the risk for the subject. Value MUST be one of LOW, MEDIUM, HIGH. If the Transmitter omits this value, the Receiver MUST assume that the previous risk level is unknown to the Transmitter.
852
+
853
+
854
+
### Examples {#risk-level-change-examples}
855
+
The following is a non-normative example of a Risk Level Change event:
"en": "User's password detected in the pwned password dump"
877
+
}
878
+
}
879
+
}
880
+
}
881
+
~~~
882
+
825
883
# Security Considerations
826
884
Any implementations of events described in this document SHOULD comply with the Shared Signals Framework {{SSF}}. Exchanging events described herein without complying with the Shared Signals Framework {{SSF}} may result in security issues.
0 commit comments