mirror of https://github.com/MISP/misp-objects
80 lines
1.6 KiB
JSON
80 lines
1.6 KiB
JSON
{
|
|
"requiredOneOf": [
|
|
"url"
|
|
],
|
|
"attributes": {
|
|
"fragment": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"tld": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"port": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"scheme": {
|
|
"sane_default": [
|
|
"http",
|
|
"https",
|
|
"ftp",
|
|
"gopher",
|
|
"sip"
|
|
],
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"first-seen": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"resource_path": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"query_string": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"url": {
|
|
"ui-priority": 1,
|
|
"misp-attribute": "url"
|
|
},
|
|
"domain_without_tld": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"domain": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "domain"
|
|
},
|
|
"subdomain": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"credential": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"text": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"last-seen": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"host": {
|
|
"ui-priority": 0,
|
|
"misp-attribute": "hostname"
|
|
}
|
|
},
|
|
"version": 2,
|
|
"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"
|
|
}
|