mirror of https://github.com/MISP/misp-objects
chg: [relationships] references added (useful for *INT collection referencing something which needs further analysis)
- Example: a tweet referencing a hash which needs further analysis:pull/122/head
parent
09495c3f2a
commit
5e468beb80
|
@ -643,6 +643,13 @@
|
||||||
"format": [
|
"format": [
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "references",
|
||||||
|
"description": "This relationships describes an object which references another object or attribute.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Default type of relationships in MISP objects.",
|
"description": "Default type of relationships in MISP objects.",
|
||||||
|
|
Loading…
Reference in New Issue