Registry Value

reg_value

The registry value object describes a Windows registry value.

Attributes

CaptionNameTypeDescription
DatadataJSONThe data of the registry value. Where the value type is known, implementers should instead use a type-specific attribute, i.e. reg_binary_data, reg_integer_data, reg_string_data, or reg_string_list_data.
Default Valueis_defaultBooleanThe indication of whether the value is from a default value name. For example, the value name could be missing.
Systemis_systemBooleanThe indication of whether the object is part of the operating system.
Modified Timemodified_timeTimestampThe time when the registry value was last modified.
NamenameStringEntity:REGISTRY_VALUE_OBJECT_NAME

The name of the registry value.
PathpathRegistry Key PathEntity:REGISTRY_KEY_PATH

The full path to the registry key, where the value is located.
Raw Dataraw_dataJSONGroup:context

The event data as received from the event source.
Record IDrecord_idStringGroup:primary

Unique identifier for the object
Registry Binary Datareg_binary_dataByte StringThe data of the registry value when type_id is REG_BINARY or REG_NONE.
Registry Integer Datareg_integer_dataLongThe data of the registry value when type_id is REG_DWORD, REG_DWORD_BIG_ENDIAN, or REG_QWORD.
Registry String Datareg_string_dataStringThe data of the registry value when type_id is REG_SZ, REG_EXPAND_SZ, or REG_LINK.
Registry String List Datareg_string_list_dataString[]The data of the registry value when type_id is REG_MULTI_SZ.
TypetypeStringA string representation of the value type as specified in Registry Value Types.
Type IDtype_idIntegerThe value type ID.
  • 1: REG_BINARY (REG_BINARY)
  • 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)
  • 10: REG_SZ (REG_SZ)
  • 0: Unknown (UNKNOWN)
  • 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 qdm-1.5.1+ocsf-1.6.0


Did this page help you?