ui-priority

pull/17/head
Alexandre Dulaunoy 2017-07-03 16:55:14 +02:00
parent f700e9ea52
commit 9a1c5511f4
1 changed files with 15 additions and 15 deletions

View File

@ -4,15 +4,15 @@
], ],
"attributes": { "attributes": {
"fragment": { "fragment": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"tld": { "tld": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "tld" "misp-attribute": "tld"
}, },
"port": { "port": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"scheme": { "scheme": {
@ -23,51 +23,51 @@
"gopher", "gopher",
"sip" "sip"
], ],
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"first-seen": { "first-seen": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"resource_path": { "resource_path": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"query_string": { "query_string": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"url": { "url": {
"ui-frequency": 1, "ui-priority": 1,
"misp-attribute": "url" "misp-attribute": "url"
}, },
"domain_without_tld": { "domain_without_tld": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"domain": { "domain": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "domain" "misp-attribute": "domain"
}, },
"subdomain": { "subdomain": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"credential": { "credential": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"text": { "text": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"last-seen": { "last-seen": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"host": { "host": {
"ui-frequency": 0, "ui-priority": 0,
"misp-attribute": "hostname" "misp-attribute": "hostname"
} }
}, },