mirror of https://github.com/MISP/misp-objects
Fix: tld type not existing in MISP
parent
113eb9e5a0
commit
10ca2819a1
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue