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

56 lines
1.1 KiB
JSON
Raw Normal View History

2016-12-07 16:39:31 +01:00
{
2017-07-03 12:19:04 +02:00
"required": [
"key",
"name"
],
2017-02-13 11:18:42 +01:00
"attributes": {
2017-07-03 12:19:04 +02:00
"last-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-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": 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-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-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-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-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-07-03 12:19:04 +02:00
"version": 1,
"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
}