misp-objects/objects/url/definition.json

80 lines
1.7 KiB
JSON

{
"name": "url",
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
"meta-category": "network",
"description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
"version": 1,
"attributes": {
"host": {
"misp-attribute": "hostname",
"misp-usage-frequency": 0
},
"domain_without_tld": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"domain": {
"misp-attribute": "domain",
"misp-usage-frequency": 0
},
"subdomain": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"credential": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"last-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"fragment": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"query_string": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"resource_path": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"first-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"scheme": {
"misp-attribute": "text",
"misp-usage-frequency": 0,
"sane_default": [
"http",
"https",
"ftp",
"gopher",
"sip"
]
},
"port": {
"misp-attribute": "text",
"misp-usage-frequency": 0
},
"tld": {
"misp-attribute": "tld",
"misp-usage-frequency": 0
},
"url": {
"misp-attribute": "url",
"misp-usage-frequency": 1
}
},
"requiredOneOf": [
"url"
]
}