Kernel Resource

kernel

The Kernel Resource object provides information about a specific kernel resource, including its name and type. It describes essential attributes associated with a resource managed by the kernel of an operating system.

Attributes

CaptionNameTypeDescription
Systemis_systemBoolean

The indication of whether the object is part of the operating system.

NamenameString

The name of the kernel resource.

PathpathString

The full path of the kernel resource.

Raw Dataraw_dataJSON

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

Record IDrecord_idString

Group:primary
Unique identifier for the object

System Callsystem_callString

The system call that was invoked.

TypetypeString

The type of the kernel resource.

Type IDtype_idInteger

The type of the kernel resource.

  • 0: Unknown (UNKNOWN)
  • 1: Shared Mutex (SHARED_MUTEX)
  • 2: System Call (SYSTEM_CALL)
  • 99: Other (OTHER)
UnmappedunmappedUnmapped[]

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

Relationships

Kernel Resource shown in context

Inbound Relationships

These objects and events reference Kernel Resource in their attributes:

Outbound Relationships

Kernel Resource references the following objects and events in its attributes:

This page describes ocsf-1.4.0