misp-objects/objects/url/definition.json

80 lines
1.6 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-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-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "tld"
},
2017-07-03 12:24:21 +02:00
"port": {
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"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-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-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"query_string": {
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-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-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"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-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"credential": {
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "text"
},
"text": {
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-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "datetime"
},
"host": {
2017-07-03 16:55:14 +02:00
"ui-priority": 0,
2017-07-03 12:24:21 +02:00
"misp-attribute": "hostname"
}
},
2017-07-03 12:24:21 +02:00
"version": 1,
"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"
}