mirror of https://github.com/MISP/misp-objects
New relationship types added
parent
2345a33740
commit
a002f36de2
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": 5,
|
||||
"version": 6,
|
||||
"values": [
|
||||
{
|
||||
"name": "derived-from",
|
||||
|
@ -150,6 +150,34 @@
|
|||
"format": [
|
||||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "abuses",
|
||||
"description": "This relationship describes an object which abuses another object.",
|
||||
"format": [
|
||||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "exfiltrates_to",
|
||||
"description": "This relationship describes an object exfiltrating to another object.",
|
||||
"format": [
|
||||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "identifies",
|
||||
"description": "This relationship describes an object which identifies another object.",
|
||||
"format": [
|
||||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "intercepts",
|
||||
"description": "This relationship describes an object which intercepts another object.",
|
||||
"format": [
|
||||
"misp"
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "Default type of relationships in MISP objects.",
|
||||
|
|
Loading…
Reference in New Issue