mirror of https://github.com/MISP/misp-objects
misp-usage-frequency updated
parent
1f0d512b7d
commit
ce9f50013c
|
@ -1,55 +1,55 @@
|
|||
{
|
||||
"name": "registry-key",
|
||||
"uuid": "8b3228ad-6d82-4fe6-b2ae-05426308f1d5",
|
||||
"meta-category": "file",
|
||||
"description": "Registry key object describing a Windows registry key with value and last-modified timestamp",
|
||||
"version": 1,
|
||||
"attributes": {
|
||||
"hive": {
|
||||
"misp-attribute": "reg-hive",
|
||||
"misp-usage-frequency": 1,
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
]
|
||||
},
|
||||
"key": {
|
||||
"misp-attribute": "reg-key",
|
||||
"misp-usage-frequency": 1,
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
]
|
||||
},
|
||||
"name": {
|
||||
"misp-attribute": "reg-name",
|
||||
"misp-usage-frequency": 1,
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
]
|
||||
},
|
||||
"data": {
|
||||
"misp-attribute": "reg-data",
|
||||
"misp-usage-frequency": 1,
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
]
|
||||
},
|
||||
"data-type": {
|
||||
"misp-attribute": "reg-datatype",
|
||||
"misp-usage-frequency": 0,
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
]
|
||||
},
|
||||
"last-modified": {
|
||||
"misp-attribute": "datetime",
|
||||
"misp-usage-frequency": 0,
|
||||
"categories": [
|
||||
"Other"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"key",
|
||||
"name"
|
||||
]
|
||||
],
|
||||
"attributes": {
|
||||
"last-modified": {
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"misp-usage-frequency": 0,
|
||||
"misp-attribute": "datetime"
|
||||
},
|
||||
"data-type": {
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
],
|
||||
"misp-usage-frequency": 0,
|
||||
"misp-attribute": "reg-datatype"
|
||||
},
|
||||
"data": {
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
],
|
||||
"misp-usage-frequency": 1,
|
||||
"misp-attribute": "reg-data"
|
||||
},
|
||||
"name": {
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
],
|
||||
"misp-usage-frequency": 1,
|
||||
"misp-attribute": "reg-name"
|
||||
},
|
||||
"key": {
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
],
|
||||
"misp-usage-frequency": 1,
|
||||
"misp-attribute": "reg-key"
|
||||
},
|
||||
"hive": {
|
||||
"categories": [
|
||||
"Persistence mechanism"
|
||||
],
|
||||
"misp-usage-frequency": 1,
|
||||
"misp-attribute": "reg-hive"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue