mirror of https://github.com/MISP/misp-objects
104 lines
2.7 KiB
JSON
104 lines
2.7 KiB
JSON
{
|
|
"required": [
|
|
"url"
|
|
],
|
|
"attributes": {
|
|
"fragment": {
|
|
"description": "Fragment identifier is a short string of characters that refers to a resource that is subordinate to another, primary resource.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
},
|
|
"tld": {
|
|
"description": "Top-Level Domain",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"disable_correlation": true
|
|
},
|
|
"port": {
|
|
"description": "Port number",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "port",
|
|
"disable_correlation": true
|
|
},
|
|
"scheme": {
|
|
"description": "Scheme",
|
|
"sane_default": [
|
|
"http",
|
|
"https",
|
|
"ftp",
|
|
"gopher",
|
|
"sip"
|
|
],
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"disable_correlation": true
|
|
},
|
|
"first-seen": {
|
|
"description": "First time this URL has been seen",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"resource_path": {
|
|
"description": "Path (between hostname:port and query)",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
},
|
|
"query_string": {
|
|
"description": "Query (after path, preceded by '?')",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
},
|
|
"url": {
|
|
"description": "Full URL",
|
|
"ui-priority": 1,
|
|
"misp-attribute": "url"
|
|
},
|
|
"domain_without_tld": {
|
|
"description": "Domain without Top-Level Domain",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"domain": {
|
|
"description": "Full domain",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "domain"
|
|
},
|
|
"subdomain": {
|
|
"description": "Subdomain",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"disable_correlation": true
|
|
},
|
|
"credential": {
|
|
"description": "Credential (username, password)",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"text": {
|
|
"description": "Description of the URL ",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"last-seen": {
|
|
"description": "Last time this URL has been seen",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"host": {
|
|
"description": "Full hostname",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "hostname"
|
|
}
|
|
},
|
|
"version": 6,
|
|
"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"
|
|
}
|