misp-objects/objects/registry-key/definition.json

79 lines
1.9 KiB
JSON
Raw Normal View History

2016-12-07 16:39:31 +01:00
{
2017-08-29 18:36:46 +02:00
"requiredOneOf": [
2017-07-03 12:19:04 +02:00
"key",
2017-08-29 18:36:46 +02:00
"name",
"data"
2017-07-03 12:19:04 +02:00
],
2017-02-13 11:18:42 +01:00
"attributes": {
2017-07-03 12:19:04 +02:00
"last-modified": {
2017-08-29 18:36:46 +02:00
"description": "Last time the registry key has been modified",
2017-02-13 11:18:42 +01:00
"categories": [
2017-07-03 12:19:04 +02:00
"Other"
],
2017-07-03 16:50:00 +02:00
"ui-priority": 0,
2017-07-03 12:19:04 +02:00
"misp-attribute": "datetime"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:19:04 +02:00
"data-type": {
2017-08-29 18:36:46 +02:00
"description": "Registry value type",
2017-02-13 11:18:42 +01:00
"categories": [
"Persistence mechanism"
2017-07-03 12:19:04 +02:00
],
2017-08-29 18:36:46 +02:00
"sane_default": [
"REG_NONE",
"REG_SZ",
"REG_EXPAND_SZ",
"REG_BINARY",
"REG_DWORD",
"REG_DWORD_LITTLE_ENDIAN",
"REG_DWORD_BIG_ENDIAN",
"REG_LINK",
"REG_MULTI_SZ",
"REG_RESOURCE_LIST",
"REG_FULL_RESOURCE_DESCRIPTOR",
"REG_RESOURCE_REQUIREMENTS_LIST",
"REG_QWORD",
"REG_QWORD_LITTLE_ENDIAN"
],
2017-07-03 16:50:00 +02:00
"ui-priority": 0,
2017-07-03 12:19:04 +02:00
"misp-attribute": "reg-datatype"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:19:04 +02:00
"data": {
2017-08-29 18:36:46 +02:00
"description": "Data stored in the registry key",
2017-02-13 11:18:42 +01:00
"categories": [
"Persistence mechanism"
2017-07-03 12:19:04 +02:00
],
2017-07-03 16:50:00 +02:00
"ui-priority": 1,
2017-07-03 12:19:04 +02:00
"misp-attribute": "reg-data"
},
"name": {
2017-08-29 18:36:46 +02:00
"description": "Name of the registry key",
2017-02-13 11:18:42 +01:00
"categories": [
"Persistence mechanism"
2017-07-03 12:19:04 +02:00
],
2017-07-03 16:50:00 +02:00
"ui-priority": 1,
2017-07-03 12:19:04 +02:00
"misp-attribute": "reg-name"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:19:04 +02:00
"key": {
2017-08-29 18:36:46 +02:00
"description": "Full key path",
2017-02-13 11:18:42 +01:00
"categories": [
"Persistence mechanism"
2017-07-03 12:19:04 +02:00
],
2017-07-03 16:50:00 +02:00
"ui-priority": 1,
2017-07-03 12:19:04 +02:00
"misp-attribute": "reg-key"
2017-02-13 11:18:42 +01:00
},
2017-07-03 12:19:04 +02:00
"hive": {
2017-08-29 18:36:46 +02:00
"description": "Hive used to store the registry key (file on disk)",
2017-02-13 11:18:42 +01:00
"categories": [
2017-07-03 12:19:04 +02:00
"Persistence mechanism"
],
2017-07-03 16:50:00 +02:00
"ui-priority": 1,
2017-07-03 12:19:04 +02:00
"misp-attribute": "reg-hive"
2017-02-13 11:18:42 +01:00
}
},
2017-08-29 18:36:46 +02:00
"version": 2,
2017-07-03 12:19:04 +02:00
"description": "Registry key object describing a Windows registry key with value and last-modified timestamp",
"meta-category": "file",
"uuid": "8b3228ad-6d82-4fe6-b2ae-05426308f1d5",
"name": "registry-key"
2016-12-07 16:39:31 +01:00
}