Managed Entity

managed_entity

The Managed Entity object describes the type and version of an entity, such as a user, device, or policy. For types in the type_id enum list, an associated attribute should be populated. If the type of entity is not in the type_id list, information can be put into the data attribute and the type attribute should identify the entity.

Attributes

CaptionNameTypeDescription
DatadataJSON

The managed entity content as a JSON object.

DevicedeviceDevice[]

An addressable device, computer system or host.

EmailemailEmail[]

Entity:EMAIL
The email object.

GroupgroupGroup[]

The group object associated with an entity such as user, policy, or rule.

Geo LocationlocationGeo Location[]

Entity:GEO_LOCATION
The detailed geographical location usually associated with an IP address.

NamenameString

The name of the managed entity.

OrganizationorgOrganization[]

Organization and org unit relevant to the event or object.

PolicypolicyPolicy[]

Describes details of a managed policy.

Raw Dataraw_dataJSON

Group:context
The event data as received from the event source.

Record IDrecord_idString

Group:primary
Unique identifier for the object

TypetypeString

The managed entity type. For example: policy, user, organizational unit, device.

Type IDtype_idInteger

The type of the Managed Entity. It is recommended to also populate the type attribute with the associated label, or the source specific name if Other.

  • 0: Unknown (UNKNOWN)
  • 1: Device (DEVICE)
  • 2: User (USER)
  • 3: Group (GROUP)
  • 4: Organization (ORGANIZATION)
  • 5: Policy (POLICY)
  • 6: Email (EMAIL)
  • 99: Other (OTHER)
Unique IDuidString

The identifier of the managed entity.

UnmappedunmappedUnmapped[]

Data from the source that was not mapped into the schema.

UseruserUser[]

Entity:USER
The user that pertains to the event or object.

VersionversionString

The version of the managed entity. For example: 1.2.3.

Relationships

Managed Entity shown in context

Inbound Relationships

These objects and events reference Managed Entity in their attributes:

Outbound Relationships

Managed Entity references the following objects and events in its attributes:

This page describes ocsf-1.4.0