User Accounts
| eventName | Description | Sample | Rule |
|---|---|---|---|
| any | Source-only rules that filter on applicationName 'user_accounts' without specifying an eventName attribute here. | N | N |
| 2sv_ | A user disabled 2-Step Verification on their account (user self-service action). | N | Y |
| 2sv_ | A user enrolled in 2-Step Verification (user self-service action). | Y | N |
| password_ | A user changed their own account password. | Y | N |
| recovery_ | A user changed their account recovery email address. | N | N |
| recovery_ | A user changed their account recovery phone number. | N | N |
| email_ | A user configured automatic email forwarding to an external address. | Y | Y |
| titanium_ | A user enrolled in Google's Advanced Protection Program. | N | N |
| titanium_ | A user left Google's Advanced Protection Program. | N | Y |
any: User Accounts (any event)
#Description
Source-only rules that filter on applicationName 'user_accounts' without specifying an eventName attribute here.
References #
2sv_disable: 2-Step Verification Disabled
#Description
A user disabled 2-Step Verification on their account (user self-service action).
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Elastic #
T1556Panther #
T1556
References #
2sv_enroll: 2-Step Verification Enrolled
#Description
A user enrolled in 2-Step Verification (user self-service action).
Example Audit Activity #
{
"kind": "admin#reports#activity",
"id": {
"time": "2022-08-02T07:08:03.018Z",
"uniqueQualifier": "8958327431473786420",
"applicationName": "user_accounts",
"customerId": "C00mpaiwz"
},
"etag": "\"_ZVRqe-BUDYcYeOIPo-gm6Eh1QaGne4ACjHHI6qsr6A/A59hRE9Oahn4bdGbzJBSjfYeZfc\"",
"actor": {
"callerType": "USER",
"email": "workspace@cloud-response.com",
"profileId": "102509620547980436027"
},
"ipAddress": "31.171.152.13",
"events": [
{
"type": "2sv_change",
"name": "2sv_enroll"
}
]
}
References #
password_edit: Password Edit
#Description
A user changed their own account password.
Example Audit Activity #
{
"kind": "admin#reports#activity",
"id": {
"time": "2022-07-21T13:40:49.268Z",
"uniqueQualifier": "-6977913962455696939",
"applicationName": "user_accounts",
"customerId": "C00mpaiwz"
},
"etag": "\"_ZVRqe-BUDYcYeOIPo-gm6Eh1QaGne4ACjHHI6qsr6A/KNpRbIeqKJRteuQ7gcPLjNg67qA\"",
"actor": {
"callerType": "USER",
"email": "suspicious@cloud-response.com",
"profileId": "102509620547980436027"
},
"ipAddress": "80.114.222.200",
"events": [
{
"type": "password_change",
"name": "password_edit"
}
]
}
References #
recovery_email_edit: Recovery Email Edit
#Description
A user changed their account recovery email address.
References #
recovery_phone_edit: Recovery Phone Edit
#Description
A user changed their account recovery phone number.
References #
email_forwarding_out_of_domain: Email Forwarding Out of Domain
#Description
A user configured automatic email forwarding to an external address.
Example Audit Activity #
{
"kind": "admin#reports#activity",
"id": {
"time": "2022-08-02T07:09:00.429Z",
"uniqueQualifier": "-6303014327256218067",
"applicationName": "user_accounts",
"customerId": "C00mpaiwz"
},
"etag": "\"_ZVRqe-BUDYcYeOIPo-gm6Eh1QaGne4ACjHHI6qsr6A/gyx-nOcYjq3Rj2fWq5GYhiZBsL0\"",
"actor": {
"callerType": "USER",
"email": "workspace@cloud-response.com",
"profileId": "102509620547980436027"
},
"ipAddress": "31.171.152.13",
"events": [
{
"type": "email_forwarding_change",
"name": "email_forwarding_out_of_domain",
"parameters": [
{
"name": "email_forwarding_destination_address",
"value": "korstiaanstam@gmail.com"
}
]
}
]
}
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Sigma #
T1114, T1114.003Panther #
T1114
References #
titanium_enroll: Advanced Protection Enrolled
#Description
A user enrolled in Google's Advanced Protection Program.
References #
titanium_unenroll: Advanced Protection Unenrolled
#Description
A user left Google's Advanced Protection Program.
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Panther #
T1562