misp-objects/objects/tsk-web-bookmark/definition.json

67 lines
1.7 KiB
JSON

{
"attributes": {
"URL": {
"description": "The URL saved as bookmark.",
"misp-attribute": "link",
"ui-priority": 0
},
"additional-comments": {
"categories": [
"External analysis"
],
"description": "Comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"browser": {
"description": "Browser used to access the URL.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"IE",
"Safari",
"Chrome",
"Firefox",
"Opera mini",
"Chromium"
],
"ui-priority": 0
},
"datetime-bookmarked": {
"description": "date and time when the URL was added to favorites.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"domain-ip": {
"description": "IP of the URL domain.",
"misp-attribute": "ip-src",
"ui-priority": 0
},
"domain-name": {
"description": "Domain of the URL.",
"misp-attribute": "text",
"ui-priority": 0
},
"name": {
"description": "Book mark name. ",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"title": {
"description": "Title of the web page",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An Object Template to add evidential bookmarks identified during a digital forensic investigation.",
"meta-category": "misc",
"name": "tsk-web-bookmark",
"required": [
"URL"
],
"uuid": "7d9a88a8-9934-4caa-a85b-f76bc97d5373",
"version": 1
}