Often used relationships added used for malware analysis

pull/26/merge
Alexandre Dulaunoy 2017-08-13 10:41:10 +02:00
parent 6ff2aad063
commit 01a23c205c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 16 additions and 2 deletions

View File

@ -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"
] ]