Windows™ Registry Key Object
The Registry Key object represents the properties of a Windows registry key. As all properties of this object are optional, at least one of the properties defined below MUST be included when using this object.
- TODO: Add extensions
- TODO: Add examples
Properties
Required Common Properties
typeid
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Windows Registry Key Specific
keyvaluesmodified_timecreator_user_refnumber_of_subkeys
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `windows-registry-key`. |
key optional | string | Specifies the full registry key including the hive. |
values optional | list of object | Specifies the values found under the registry key. |
modified_time optional | string | Specifies the last date/time that the registry key was modified. |
creator_user_ref optional | string | Specifies a reference to a user account, represented as a User Account Object, that created the registry key. |
number_of_subkeys optional | integer | Specifies the number of subkeys contained under the registry key. |