ui-priority is now the new frequency

pull/17/head
Alexandre Dulaunoy 2017-07-03 12:24:21 +02:00
parent ce9f50013c
commit fb18a4ec29
1 changed files with 59 additions and 59 deletions

View File

@ -1,79 +1,79 @@
{ {
"name": "url", "requiredOneOf": [
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5", "url"
"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": { "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": { "fragment": {
"misp-attribute": "text", "ui-frequency": 0,
"misp-usage-frequency": 0 "misp-attribute": "text"
}, },
"query_string": { "tld": {
"misp-attribute": "text", "ui-frequency": 0,
"misp-usage-frequency": 0 "misp-attribute": "tld"
}, },
"resource_path": { "port": {
"misp-attribute": "text", "ui-frequency": 0,
"misp-usage-frequency": 0 "misp-attribute": "text"
},
"first-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
}, },
"scheme": { "scheme": {
"misp-attribute": "text",
"misp-usage-frequency": 0,
"sane_default": [ "sane_default": [
"http", "http",
"https", "https",
"ftp", "ftp",
"gopher", "gopher",
"sip" "sip"
] ],
"ui-frequency": 0,
"misp-attribute": "text"
}, },
"port": { "first-seen": {
"misp-attribute": "text", "ui-frequency": 0,
"misp-usage-frequency": 0 "misp-attribute": "datetime"
}, },
"tld": { "resource_path": {
"misp-attribute": "tld", "ui-frequency": 0,
"misp-usage-frequency": 0 "misp-attribute": "text"
},
"query_string": {
"ui-frequency": 0,
"misp-attribute": "text"
}, },
"url": { "url": {
"misp-attribute": "url", "ui-frequency": 1,
"misp-usage-frequency": 1 "misp-attribute": "url"
},
"domain_without_tld": {
"ui-frequency": 0,
"misp-attribute": "text"
},
"domain": {
"ui-frequency": 0,
"misp-attribute": "domain"
},
"subdomain": {
"ui-frequency": 0,
"misp-attribute": "text"
},
"credential": {
"ui-frequency": 0,
"misp-attribute": "text"
},
"text": {
"ui-frequency": 0,
"misp-attribute": "text"
},
"last-seen": {
"ui-frequency": 0,
"misp-attribute": "datetime"
},
"host": {
"ui-frequency": 0,
"misp-attribute": "hostname"
} }
}, },
"requiredOneOf": [ "version": 1,
"url" "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"
} }