misp-objects/objects/url/definition.json

109 lines
2.8 KiB
JSON
Raw Normal View History

{
"attributes": {
"credential": {
"description": "Credential (username, password)",
"misp-attribute": "text",
"ui-priority": 0
},
"domain": {
"description": "Full domain",
"misp-attribute": "domain",
"ui-priority": 0
},
"domain_without_tld": {
"description": "Domain without Top-Level Domain",
"misp-attribute": "text",
"ui-priority": 0
},
"first-seen": {
"description": "First time this URL has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
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.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"host": {
"description": "Full hostname",
"misp-attribute": "hostname",
"ui-priority": 0
},
"ip": {
"description": "Better type when the host is an IP.",
"misp-attribute": "ip-dst",
"ui-priority": 0
},
"last-seen": {
"description": "Last time this URL has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
2017-07-03 12:24:21 +02:00
"port": {
2017-08-29 18:36:46 +02:00
"description": "Port number",
"disable_correlation": true,
"misp-attribute": "port",
"ui-priority": 0
},
"query_string": {
"description": "Query (after path, preceded by '?')",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"resource_path": {
"description": "Path (between hostname:port and query)",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"scheme": {
2017-08-29 18:36:46 +02:00
"description": "Scheme",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"http",
"https",
"ftp",
"gopher",
"sip"
2017-07-03 12:24:21 +02:00
],
"ui-priority": 0
2017-07-03 12:24:21 +02:00
},
"subdomain": {
2017-08-29 18:36:46 +02:00
"description": "Subdomain",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-07-03 12:24:21 +02:00
},
"text": {
2017-08-29 18:36:46 +02:00
"description": "Description of the URL ",
"misp-attribute": "text",
"ui-priority": 0
2017-07-03 12:24:21 +02:00
},
"tld": {
"description": "Top-Level Domain",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2019-11-18 18:03:01 +01:00
},
"url": {
"description": "Full URL",
"misp-attribute": "url",
"ui-priority": 1
}
},
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",
"name": "url",
"requiredOneOf": [
"url",
"resource_path"
],
2017-07-03 12:24:21 +02:00
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
"version": 8
}