Registry Value

reg_value

The registry value object describes a Windows registry value.

Attributes

CaptionNameTypeDescription
DatadataJSON

The data of the registry value.

Default Valueis_defaultBoolean

The indication of whether the value is from a default value name. For example, the value name could be missing.

Systemis_systemBoolean

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

Modified Timemodified_timeTimestamp

The time when the registry value was last modified.

NamenameString

The name of the registry value.

PathpathString

The full path to the registry key, where the value is located.

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

A string representation of the value type as specified in Registry Value Types.

Type IDtype_idInteger

The value type ID.

  • 0: Unknown (UNKNOWN)
  • 1: REG_BINARY (REG_BINARY)
  • 10: REG_SZ (REG_SZ)
  • 2: REG_DWORD (REG_DWORD)
  • 3: REG_DWORD_BIG_ENDIAN (REG_DWORD_BIG_ENDIAN)
  • 4: REG_EXPAND_SZ (REG_EXPAND_SZ)
  • 5: REG_LINK (REG_LINK)
  • 6: REG_MULTI_SZ (REG_MULTI_SZ)
  • 7: REG_NONE (REG_NONE)
  • 8: REG_QWORD (REG_QWORD)
  • 9: REG_QWORD_LITTLE_ENDIAN (REG_QWORD_LITTLE_ENDIAN)
  • 99: Other (OTHER)
UnmappedunmappedUnmapped[]

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

Relationships

Registry Value shown in context

Inbound Relationships

These objects and events reference Registry Value in their attributes:

Outbound Relationships

Registry Value references the following objects and events in its attributes:

This page describes ocsf-1.4.0