mirror of https://github.com/MISP/misp-objects
chg: [dom-hash] added a `ref` field to reference to one or more analysis.
parent
553b50222e
commit
259285f490
|
@ -5,6 +5,12 @@
|
||||||
"misp-attribute": "dom-hash",
|
"misp-attribute": "dom-hash",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"ref": {
|
||||||
|
"description": "Reference link for the complete analysis of this dom-hash",
|
||||||
|
"misp-attribute": "link",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"description": "Full URL of the dom-hashed HTML structure",
|
"description": "Full URL of the dom-hashed HTML structure",
|
||||||
"misp-attribute": "url",
|
"misp-attribute": "url",
|
||||||
|
@ -20,5 +26,5 @@
|
||||||
"dom-hash"
|
"dom-hash"
|
||||||
],
|
],
|
||||||
"uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d",
|
"uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Loading…
Reference in New Issue