mirror of https://github.com/MISP/misp-objects
relationship interview
parent
b65199716f
commit
1cf333f020
|
@ -1842,7 +1842,23 @@
|
||||||
],
|
],
|
||||||
"name": "is-injected-by",
|
"name": "is-injected-by",
|
||||||
"opposite": "injects"
|
"opposite": "injects"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The source object interviews the target object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "interviews",
|
||||||
|
"opposite": "is-interviewed-by"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The source object is interviewed by the target object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "is-interviewed-by",
|
||||||
|
"opposite": "interviews"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 46
|
"version": 47
|
||||||
}
|
}
|
Loading…
Reference in New Issue