Fix: tld type not existing in MISP

pull/17/head
Alexandre Dulaunoy 2017-08-03 18:27:34 +02:00
parent 113eb9e5a0
commit 10ca2819a1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
}, },
"tld": { "tld": {
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "tld" "misp-attribute": "text"
}, },
"port": { "port": {
"ui-priority": 0, "ui-priority": 0,
@ -71,7 +71,7 @@
"misp-attribute": "hostname" "misp-attribute": "hostname"
} }
}, },
"version": 1, "version": 2,
"description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.", "description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
"meta-category": "network", "meta-category": "network",
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5", "uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",