misp-objects/objects/url/definition.json

95 lines
2.4 KiB
JSON
Raw Normal View History

{
2017-07-03 12:24:21 +02:00
"requiredOneOf": [
"url"
],
"attributes": {
2017-03-13 07:45:38 +01:00
"fragment": {
2017-08-29 18:36:46 +02:00
"description": "Fragment identifier is a short string of characters that refers to a resource that is subordinate to another, primary resource.",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
2017-07-03 12:24:21 +02:00
"tld": {
2017-08-29 18:36:46 +02:00
"description": "Top-Level Domain",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-08-03 18:27:34 +02:00
"misp-attribute": "text"
},
2017-07-03 12:24:21 +02:00
"port": {
2017-08-29 18:36:46 +02:00
"description": "Port number",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-09-13 17:26:59 +02:00
"misp-attribute": "port"
},
"scheme": {
2017-08-29 18:36:46 +02:00
"description": "Scheme",
"sane_default": [
"http",
"https",
"ftp",
"gopher",
"sip"
2017-07-03 12:24:21 +02:00
],
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
2017-07-03 12:24:21 +02:00
"first-seen": {
2017-08-29 18:36:46 +02:00
"description": "First time this URL has been seen",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "datetime"
},
2017-07-03 12:24:21 +02:00
"resource_path": {
2017-08-29 18:36:46 +02:00
"description": "Path (between hostname:port and query)",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"query_string": {
2017-08-29 18:36:46 +02:00
"description": "Query (after path, preceded by '?')",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
2017-03-13 07:45:38 +01:00
"url": {
2017-08-29 18:36:46 +02:00
"description": "Full URL",
2017-07-03 16:55:14 +02:00
"ui-priority": 1,
2017-07-03 12:24:21 +02:00
"misp-attribute": "url"
},
"domain_without_tld": {
2017-08-29 18:36:46 +02:00
"description": "Domain without Top-Level Domain",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"domain": {
2017-08-29 18:36:46 +02:00
"description": "Full domain",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "domain"
},
"subdomain": {
2017-08-29 18:36:46 +02:00
"description": "Subdomain",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"credential": {
2017-08-29 18:36:46 +02:00
"description": "Credential (username, password)",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"text": {
2017-08-29 18:36:46 +02:00
"description": "Description of the URL ",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"last-seen": {
2017-08-29 18:36:46 +02:00
"description": "Last time this URL has been seen",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "datetime"
},
"host": {
2017-08-29 18:36:46 +02:00
"description": "Full hostname",
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "hostname"
}
},
2017-09-13 17:26:59 +02:00
"version": 4,
2017-07-03 12:24:21 +02:00
"description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
"meta-category": "network",
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
"name": "url"
}