Invite

any: Invite (catch-all)

#

Description

Matches any invite event.

Fields #

NameDescription
uuidUnique event identifier.
timestampTime the event occurred.
actor_uuidActor identifier.
actor_details.uuidActor identifier.
actor_details.nameActor's full name.
actor_details.emailActor's email address.
actor_typeType of actor.
actor_account_uuid1Password account identifier of the actor.
account_uuid1Password account identifier.
actionAction performed.
object_typeType of affected object.
object_uuidIdentifier of the affected object.
object_details.uuidAffected user identifier, when applicable.
object_details.nameAffected user's full name, when applicable.
object_details.emailAffected user's email address, when applicable.
aux_idNumeric identifier for related event data.
aux_uuidIdentifier for related event data.
aux_details.uuidRelated user identifier, when applicable.
aux_details.nameRelated user's full name, when applicable.
aux_details.emailRelated user's email address, when applicable.
aux_infoAdditional event information.
session.uuidSession identifier.
session.login_timeTime the session started.
session.device_uuidIdentifier of the session device.
session.ipIP address used for the session.
location.countryClient country inferred from IP address.
location.regionClient region inferred from IP address.
location.cityClient city inferred from IP address.
location.longitudeClient longitude inferred from IP address.
location.latitudeClient latitude inferred from IP address.

References #

invite-create: Create Invite

#

Description

An invite was created.

Fields #

NameDescriptionRules
uuidUnique event identifier.
timestampTime the event occurred.
actor_uuidActor identifier.
actor_details.uuidActor identifier.
actor_details.nameActor's full name.
actor_details.emailActor's email address.1 detection rule
actor_typeType of actor.
actor_account_uuid1Password account identifier of the actor.
account_uuid1Password account identifier.
actionAction performed.1 detection rule
object_typeType of affected object.1 detection rule
object_uuidIdentifier of the affected object.
object_details.uuidAffected user identifier, when applicable.
object_details.nameAffected user's full name, when applicable.
object_details.emailAffected user's email address, when applicable.
aux_idNumeric identifier for related event data.
aux_uuidIdentifier for related event data.
aux_details.uuidRelated user identifier, when applicable.
aux_details.nameRelated user's full name, when applicable.
aux_details.emailRelated user's email address, when applicable.
aux_infoAdditional event information.
session.uuidSession identifier.
session.login_timeTime the session started.
session.device_uuidIdentifier of the session device.
session.ipIP address used for the session.
location.countryClient country inferred from IP address.
location.regionClient region inferred from IP address.
location.cityClient city inferred from IP address.
location.longitudeClient longitude inferred from IP address.
location.latitudeClient latitude inferred from IP address.

Example Event #

{
  "uuid": "HUOQJEW6TSVB4FH22IIT5R36EU",
  "timestamp": "1/12/2024, 10:26:18.995 AM",
  "location": {
    "country": "The Netherlands",
    "region": "North Brabant",
    "city": "Rijen",
    "latitude": 51.5923,
    "longitude": 4.9218
  },
  "actor_uuid": "QD3Q2WVSVZFHZMC3O6HY3VSC6Y",
  "actor_details": {
    "uuid": "QD3Q2WVSVZFHZMC3O6HY3VSC6Y",
    "name": "Walter White",
    "email": "walter.white@securehats.nl"
  },
  "action": "create",
  "object_type": "invite",
  "object_uuid": "XRATZCDKW5EQRHIILZXRM72744",
  "aux_info": "stefan.alexander.smit@outlook.com",
  "session": {
    "uuid": "7EPGFVCK25HW3GRDHQ2FEH75Z4",
    "login_time": "2024-01-12T10:24:53.2781251Z",
    "device_uuid": "uh7t35mrsnycrf4vz6wbdhs4y4",
    "ip": "76.75.244.76"
  }
}

Common Indicators #

Positive field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis. This is separate from Fields accounting, which also includes exclusions and counts distinct attached rules.

FieldKindValueRulesVendors
action (kusto rule field)eqcreate1 rulekusto

Detection Rules #

Full rule details for this event, including ATT&CK technique mappings and native queries →

Kusto #

References #

invite-prsndall: Resend All Provisioning Emails

#

Description

All provisioning emails were resent.

Fields #

NameDescription
uuidUnique event identifier.
timestampTime the event occurred.
actor_uuidActor identifier.
actor_details.uuidActor identifier.
actor_details.nameActor's full name.
actor_details.emailActor's email address.
actor_typeType of actor.
actor_account_uuid1Password account identifier of the actor.
account_uuid1Password account identifier.
actionAction performed.
object_typeType of affected object.
object_uuidIdentifier of the affected object.
object_details.uuidAffected user identifier, when applicable.
object_details.nameAffected user's full name, when applicable.
object_details.emailAffected user's email address, when applicable.
aux_idNumeric identifier for related event data.
aux_uuidIdentifier for related event data.
aux_details.uuidRelated user identifier, when applicable.
aux_details.nameRelated user's full name, when applicable.
aux_details.emailRelated user's email address, when applicable.
aux_infoAdditional event information.
session.uuidSession identifier.
session.login_timeTime the session started.
session.device_uuidIdentifier of the session device.
session.ipIP address used for the session.
location.countryClient country inferred from IP address.
location.regionClient region inferred from IP address.
location.cityClient city inferred from IP address.
location.longitudeClient longitude inferred from IP address.
location.latitudeClient latitude inferred from IP address.

Example Event #

{
  "uuid": "3HZLML43NQN7KJPO7LEGHAE4NH",
  "timestamp": "1/12/2024, 2:04:44.269 PM",
  "location": {
    "country": "The Netherlands",
    "region": "North Brabant",
    "city": "Rijen",
    "latitude": 51.5923,
    "longitude": 4.9218
  },
  "actor_uuid": "QD3Q2WVSVZFHZMC3O6HY3VSC6Y",
  "actor_details": {
    "uuid": "QD3Q2WVSVZFHZMC3O6HY3VSC6Y",
    "name": "Walter White",
    "email": "walter.white@securehats.nl"
  },
  "action": "prsndall",
  "object_type": "invite",
  "session": {
    "uuid": "SYSZVH2JP5A75JDWJXWTUH3AGM",
    "login_time": "2024-01-12T14:00:27.5697249Z",
    "device_uuid": "uh7t35mrsnycrf4vz6wbdhs4y4",
    "ip": "76.75.244.76"
  }
}

References #

invite-update: Update Invite

#

Description

An invite was updated.

Fields #

NameDescription
uuidUnique event identifier.
timestampTime the event occurred.
actor_uuidActor identifier.
actor_details.uuidActor identifier.
actor_details.nameActor's full name.
actor_details.emailActor's email address.
actor_typeType of actor.
actor_account_uuid1Password account identifier of the actor.
account_uuid1Password account identifier.
actionAction performed.
object_typeType of affected object.
object_uuidIdentifier of the affected object.
object_details.uuidAffected user identifier, when applicable.
object_details.nameAffected user's full name, when applicable.
object_details.emailAffected user's email address, when applicable.
aux_idNumeric identifier for related event data.
aux_uuidIdentifier for related event data.
aux_details.uuidRelated user identifier, when applicable.
aux_details.nameRelated user's full name, when applicable.
aux_details.emailRelated user's email address, when applicable.
aux_infoAdditional event information.
session.uuidSession identifier.
session.login_timeTime the session started.
session.device_uuidIdentifier of the session device.
session.ipIP address used for the session.
location.countryClient country inferred from IP address.
location.regionClient region inferred from IP address.
location.cityClient city inferred from IP address.
location.longitudeClient longitude inferred from IP address.
location.latitudeClient latitude inferred from IP address.

References #