DelegatedSession
| Action | Sample | Rule |
|---|---|---|
| Delegated session (catch-all) | N | N |
| Delegate Session | Y | N |
any: Delegated session (catch-all)
#Description
Matches any delegated session event.
Fields #
| Name | Description |
|---|---|
uuid | Unique event identifier. |
timestamp | Time the event occurred. |
actor_uuid | Actor identifier. |
actor_details.uuid | Actor identifier. |
actor_details.name | Actor's full name. |
actor_details.email | Actor's email address. |
actor_type | Type of actor. |
actor_account_uuid | 1Password account identifier of the actor. |
account_uuid | 1Password account identifier. |
action | Action performed. |
object_type | Type of affected object. |
object_uuid | Identifier of the affected object. |
object_details.uuid | Affected user identifier, when applicable. |
object_details.name | Affected user's full name, when applicable. |
object_details.email | Affected user's email address, when applicable. |
aux_id | Numeric identifier for related event data. |
aux_uuid | Identifier for related event data. |
aux_details.uuid | Related user identifier, when applicable. |
aux_details.name | Related user's full name, when applicable. |
aux_details.email | Related user's email address, when applicable. |
aux_info | Additional event information. |
session.uuid | Session identifier. |
session.login_time | Time the session started. |
session.device_uuid | Identifier of the session device. |
session.ip | IP address used for the session. |
location.country | Client country inferred from IP address. |
location.region | Client region inferred from IP address. |
location.city | Client city inferred from IP address. |
location.longitude | Client longitude inferred from IP address. |
location.latitude | Client latitude inferred from IP address. |
References #
dlgdsess-dlgsess: Delegate Session
#Description
A new delegated session was added.
Fields #
| Name | Description |
|---|---|
uuid | Unique event identifier. |
timestamp | Time the event occurred. |
actor_uuid | Actor identifier. |
actor_details.uuid | Actor identifier. |
actor_details.name | Actor's full name. |
actor_details.email | Actor's email address. |
actor_type | Type of actor. |
actor_account_uuid | 1Password account identifier of the actor. |
account_uuid | 1Password account identifier. |
action | Action performed. |
object_type | Type of affected object. |
object_uuid | Identifier of the affected object. |
object_details.uuid | Affected user identifier, when applicable. |
object_details.name | Affected user's full name, when applicable. |
object_details.email | Affected user's email address, when applicable. |
aux_id | Numeric identifier for related event data. |
aux_uuid | Identifier for related event data. |
aux_details.uuid | Related user identifier, when applicable. |
aux_details.name | Related user's full name, when applicable. |
aux_details.email | Related user's email address, when applicable. |
aux_info | Additional event information. |
session.uuid | Session identifier. |
session.login_time | Time the session started. |
session.device_uuid | Identifier of the session device. |
session.ip | IP address used for the session. |
location.country | Client country inferred from IP address. |
location.region | Client region inferred from IP address. |
location.city | Client city inferred from IP address. |
location.longitude | Client longitude inferred from IP address. |
location.latitude | Client latitude inferred from IP address. |
Example Event #
{
"uuid": "SR4PRK74GXWA7FSTCPVRO6WH6Z",
"timestamp": "12/21/2023, 8:28:44.122 AM",
"location": {
"country": "The Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"latitude": 52.3426,
"longitude": 4.8631
},
"actor_uuid": "ZOMBFTD7YZA6ZKPY7SF22LGVQE",
"actor_details": {
"uuid": "ZOMBFTD7YZA6ZKPY7SF22LGVQE",
"name": "Arthur Shelby",
"email": "arthur.shelby@securehats.nl"
},
"action": "dlgsess",
"object_type": "dlgdsess",
"object_uuid": "PX5RLW2YTBGSLBPXLBBHWXACBM",
"aux_uuid": "IPLXOKDACZCONONRMGNIKJ6MB4",
"session": {
"uuid": "IPLXOKDACZCONONRMGNIKJ6MB4",
"login_time": "2023-12-21T08:17:57.5605983Z",
"device_uuid": "gkqj4d3cwebmn7ogwrw6yybfne",
"ip": "178.132.215.44"
}
}