Account Change events report when specific user account management tasks are performed, such as a user/role being created, changed, deleted, renamed, disabled, enabled, locked out or unlocked.
- Category: Identity & Access Management
- Extends:
iam - UID:
3001
Attributes
Section titled “Attributes”Classification
Section titled “Classification”activity_id
- Type:
integer_t - Requirement: required
- Values:
0-Unknown: The event activity is unknown.1-Create: A user/role was created.2-Enable: A user/role was enabled.3-Password Change: An attempt was made to change an account’s password.4-Password Reset: An attempt was made to reset an account’s password.5-Disable: A user/role was disabled.6-Delete: A user/role was deleted.7-Attach Policy: A user/role was changed.8-Detach Policy: A user/role was changed.9-Lock: A user account was locked out.99-Other: The event activity is not mapped.
The normalized identifier of the activity that triggered the event.
category_uid
- Type:
integer_t - Requirement: required
- Values:
3-Identity & Access Management: Identity & Access Management (IAM) events relate to the supervision of the system’s authentication and access control model. Examples of such events are the success or failure of authentication, granting of authority, password change, entity change, privileged use etc.
The category unique identifier of the event.
class_uid
- Type:
integer_t - Requirement: required
- Values:
3001-Account Change: Account Change events report when specific user account management tasks are performed, such as a user/role being created, changed, deleted, renamed, disabled, enabled, locked out or unlocked.
The unique identifier of a class. A Class describes the attributes available in an event.
severity_id
- Type:
integer_t - Requirement: required
- Values:
0-Unknown: The event severity is not known.1-Informational: Informational message. No action required.2-Low: The user decides if action is needed.3-Medium: Action is required but the situation is not serious at this time.4-High: Action is required immediately.5-Critical: Action is required immediately and the scope is broad.6-Fatal: An error occurred but it is too late to take remedial action.99-Other: The event severity is not mapped. See theseverityattribute, which contains a data source specific value.
The normalized identifier of the event severity.The normalized severity is a measurement the effort and expense required to manage and resolve an event or incident. Smaller numerical values represent lower impact events, and larger numerical values represent higher impact events.
type_uid
- Type:
integer_t - Requirement: required
- Values:
300100-Account Change: Unknown300101-Account Change: Create: A user/role was created.300102-Account Change: Enable: A user/role was enabled.300103-Account Change: Password Change: An attempt was made to change an account’s password.300104-Account Change: Password Reset: An attempt was made to reset an account’s password.300105-Account Change: Disable: A user/role was disabled.300106-Account Change: Delete: A user/role was deleted.300107-Account Change: Attach Policy: A user/role was changed.300108-Account Change: Detach Policy: A user/role was changed.300109-Account Change: Lock: A user account was locked out.300199-Account Change: Other
The event type ID. It identifies the event’s semantics and structure. The value is calculated by the logging system as: class_uid * 100 + activity_id.
activity_name
- Type:
string_t - Requirement: optional
The event activity name, as defined by the activity_id.
category_name
- Type:
string_t - Requirement: optional
The event category name, as defined by category_uid value: Identity & Access Management.
class_name
- Type:
string_t - Requirement: optional
The event class name, as defined by class_uid value: Account Change.
severity
- Type:
string_t - Requirement: optional
The event severity, normalized to the caption of the severity_id value. In the case of ‘Other’, it is defined by the event source.
type_name
- Type:
string_t - Requirement: optional
The event type name, as defined by the type_uid.
Context
Section titled “Context”metadata
- Type:
metadata - Requirement: required
The metadata associated with the event.
actor
- Type:
actor - Requirement: recommended
The actor object describes details about the user/role/process that was the source of the activity.
api cloud
- Type:
api - Requirement: optional
Describes details about a typical API (Application Programming Interface) call.
enrichments
- Type:
enrichment - Requirement: optional
The additional information from an external data source, which is associated with the event. For example add location information for the IP address in the DNS answers:[{"name": "answers.ip", "value": "92.24.47.250", "type": "location", "data": {"city": "Socotra", "continent": "Asia", "coordinates": [-25.4153, 17.0743], "country": "YE", "desc": "Yemen"}}]
http_request
- Type:
http_request - Requirement: optional
Details about the underlying http request.
raw_data
- Type:
string_t - Requirement: optional
The event data as received from the event source.
unmapped
- Type:
object - Requirement: optional
The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.
Occurrence
Section titled “Occurrence”time
- Type:
timestamp_t - Requirement: required
The normalized event occurrence time.
timezone_offset
- Type:
integer_t - Requirement: recommended
The number of minutes that the reported event time is ahead or behind UTC, in the range -1,080 to +1,080.
count
- Type:
integer_t - Requirement: optional
The number of times that events in the same logical group occurred during the event Start Time to End Time period.
duration
- Type:
integer_t - Requirement: optional
The event duration or aggregate time, the amount of time the event covers from start_time to end_time in milliseconds.
end_time
- Type:
timestamp_t - Requirement: optional
The end time of a time period, or the time of the most recent event included in the aggregate event.
end_time_dt datetime
- Type:
datetime_t - Requirement: optional
The end time of a time period, or the time of the most recent event included in the aggregate event.
start_time
- Type:
timestamp_t - Requirement: optional
The start time of a time period, or the time of the least recent event included in the aggregate event.
start_time_dt datetime
- Type:
datetime_t - Requirement: optional
The start time of a time period, or the time of the least recent event included in the aggregate event.
time_dt datetime
- Type:
datetime_t - Requirement: optional
The normalized event occurrence time.
Primary
Section titled “Primary”cloud cloud
- Type:
cloud - Requirement: required
Describes details about the Cloud environment where the event was originally created or logged.
user
- Type:
user - Requirement: required
The user that was a target of an activity.
device host
- Type:
device - Requirement: recommended
An addressable device, computer system or host.
message
- Type:
string_t - Requirement: recommended
The description of the event, as defined by the event source.
src_endpoint
- Type:
network_endpoint - Requirement: recommended
Details about the source of the activity.
status_id
- Type:
integer_t - Requirement: recommended
- Values:
0-Unknown1-Success2-Failure99-Other: The event status is not mapped. See thestatusattribute, which contains a data source specific value.
The normalized identifier of the event status.
observables
- Type:
observable - Requirement: optional
The observables associated with the event.
status
- Type:
string_t - Requirement: optional
The event status, normalized to the caption of the status_id value. In the case of ‘Other’, it is defined by the event source.
status_code
- Type:
string_t - Requirement: optional
The event status code, as reported by the event source.
For example, in a Windows Failed Authentication event, this would be the value of ‘Failure Code’, e.g. 0x18.
status_detail
- Type:
string_t - Requirement: optional
The status details contains additional information about the event outcome.
user_result
- Type:
user - Requirement: optional
The result of the user account change. It should contain the new values of the changed attributes.