misp-objects/objects/regripper-software-hive-sof.../definition.json

63 lines
1.7 KiB
JSON

{
"attributes": {
"application-name": {
"description": "Name of the application run.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"application-path": {
"description": "Path where the application is installed.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"comments": {
"description": "Additional comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"key": {
"description": "Software hive key where the information is retrieved from.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Run",
"RunOnce",
"Runservices",
"Terminal",
"Other"
],
"ui-priority": 0
},
"key-path": {
"description": "Path of the key.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"last-write-time": {
"description": "Date and time when the key was last updated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"references": {
"description": "References to the applications.",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
}
},
"description": "Regripper Object template designed to gather information of the applications set to run on the system.",
"meta-category": "misc",
"name": "regripper-software-hive-software-run",
"required": [
"key",
"application-name",
"application-path"
],
"uuid": "4bae06d1-3996-4028-88ec-7c7d54cc1d94",
"version": 1
}