mirror of https://github.com/MISP/misp-objects
Often used relationships added used for malware analysis
parent
6ff2aad063
commit
01a23c205c
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -118,7 +118,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "communicates-with",
|
"name": "communicates-with",
|
||||||
"description": "This relationship describes an object communicating with another object",
|
"description": "This relationship describes an object communicating with another object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dropped-by",
|
||||||
|
"description": "This relationship describes an object dropped by another object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "executed-by",
|
||||||
|
"description": "This relationship describes an objected executed by another object.",
|
||||||
"format": [
|
"format": [
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue