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

53 lines
1.5 KiB
JSON

{
"attributes": {
"DLL-last-write-time": {
"description": "Date and time when the DLL file was last updated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"DLL-name": {
"description": "Name of the DLL file.",
"misp-attribute": "text",
"ui-priority": 0
},
"DLL-path": {
"description": "Path where the DLL file is stored.",
"misp-attribute": "text",
"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.",
"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 DLL file.",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
}
},
"description": "Regripper Object template designed to gather information of the DLL files installed on the system.",
"meta-category": "misc",
"name": "regripper-software-hive-appInit-DLLS",
"required": [
"key",
"DLL-name",
"DLL-path"
],
"uuid": "7893be05-8398-451e-ab1e-5e25ea4a8859",
"version": 1
}