2017-08-11 10:52:02 +02:00
{
2018-01-04 14:41:40 +01:00
"version" : 12 ,
2017-08-11 10:52:02 +02:00
"values" : [
{
2017-09-07 15:43:41 +02:00
"name" : "derived-from" ,
"description" : "The information in the target object is based on information from the source object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "duplicate-of" ,
"description" : "The referenced source and target objects are semantically duplicates of each other." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "related-to" ,
"description" : "The referenced source is related to the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
2018-03-16 11:35:15 +01:00
{
"name" : "connected-to" ,
"description" : "The referenced source is connected to the target object." ,
"format" : [
"misp" ,
"stix-1.1"
]
} ,
2018-06-22 17:27:21 +02:00
{
"name" : "connected-from" ,
"description" : "The referenced source is connected from the target object." ,
"format" : [
"misp" ,
"stix-1.1"
]
} ,
2018-04-24 15:50:53 +02:00
{
"name" : "contains" ,
2018-06-22 17:27:21 +02:00
"description" : "The referenced source is containing the target object." ,
"format" : [
"misp" ,
"stix-1.1"
]
} ,
{
"name" : "contained-within" ,
"description" : "The referenced source is contained within the target object." ,
2018-04-24 15:50:53 +02:00
"format" : [
"misp" ,
"stix-1.1"
]
} ,
{
"name" : "resolved-to" ,
"description" : "The referenced source is resolved to the target object." ,
"format" : [
"misp" ,
"stix-1.1"
]
} ,
2017-08-11 10:52:02 +02:00
{
2017-09-07 15:43:41 +02:00
"name" : "attributed-to" ,
"description" : "This referenced source is attributed to the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "targets" ,
"description" : "This relationship describes that the source object targets the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "uses" ,
"description" : "This relationship describes the use by the source object of the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "indicates" ,
"description" : "This relationships describes that the source object indicates the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "mitigates" ,
"description" : "This relationship describes a source object which mitigates the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "variant-of" ,
"description" : "This relationship describes a source object which is a variant of the target object" ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "impersonates" ,
2018-06-22 17:27:21 +02:00
"description" : "This relationship describes a source object which impersonates the target object" ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "authored-by" ,
"description" : "This relationship describes the author of a specific object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "located" ,
"description" : "This relationship describes the location (of any type) of a specific object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "included-in" ,
"description" : "This relationship describes an object included in another object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "analysed-with" ,
"description" : "This relationship describes an object analysed by another object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "claimed-by" ,
"description" : "This relationship describes an object claimed by another object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-12 10:35:40 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "communicates-with" ,
"description" : "This relationship describes an object communicating with another object." ,
2017-08-13 10:41:10 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-13 10:41:10 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "dropped-by" ,
"description" : "This relationship describes an object dropped by another object." ,
2017-08-13 10:41:10 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-13 10:41:10 +02:00
} ,
2018-01-04 14:41:40 +01:00
{
"name" : "drops" ,
"description" : "This relationship describes an object which drops another object" ,
"format" : [
"misp"
]
} ,
2017-08-13 10:41:10 +02:00
{
2017-09-07 15:43:41 +02:00
"name" : "executed-by" ,
"description" : "This relationship describes an object executed by another object." ,
2017-08-23 17:17:56 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-23 17:17:56 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "affects" ,
"description" : "This relationship describes an object affected by another object." ,
2017-08-23 17:17:56 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-23 17:17:56 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "beacons-to" ,
"description" : "This relationship describes an object beaconing to another object." ,
2017-08-12 10:35:40 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "abuses" ,
"description" : "This relationship describes an object which abuses another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "exfiltrates-to" ,
"description" : "This relationship describes an object exfiltrating to another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "identifies" ,
"description" : "This relationship describes an object which identifies another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "intercepts" ,
"description" : "This relationship describes an object which intercepts another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-08-26 21:50:00 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "calls" ,
"description" : "This relationship describes an object which calls another objects." ,
2017-09-07 15:32:15 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-09-07 15:32:15 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"name" : "detected-as" ,
"description" : "This relationship describes an object which is detected as another object." ,
2017-08-26 21:50:00 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-09-07 15:32:15 +02:00
} ,
2017-11-19 16:59:39 +01:00
{
"name" : "followed-by" ,
"description" : "This relationship describes an object which is followed by another object. This can be used when a time reference is missing but a sequence is known." ,
"format" : [
"misp"
]
} ,
{
"name" : "preceding-by" ,
"description" : "This relationship describes an object which is preceded by another object. This can be used when a time reference is missing but a sequence is known." ,
"format" : [
"misp"
]
} ,
2017-09-07 15:32:15 +02:00
{
2017-09-07 15:43:41 +02:00
"name" : "triggers" ,
"description" : "This relationship describes an object which triggers another object." ,
2017-09-07 15:32:15 +02:00
"format" : [
"misp"
2017-09-07 15:43:41 +02:00
]
2017-10-26 15:40:53 +02:00
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "vulnerability-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is a vulnerability of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "works-like" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which works like another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "seller-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is selling another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "seller-on" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is selling on another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "trying-to-obtain-the-exploit" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is trying to obtain the exploit described by another object" ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "used-by" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is used by another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "affiliated" ,
"description" : "This relationship describes an object which is affiliated with another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "alleged-founder-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is the alleged founder of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "attacking-other-group" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which attacks another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "belongs-to" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which belongs to another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "business-relations" ,
"description" : "This relationship describes an object which has business relations with another object." ,
2017-10-26 15:40:53 +02:00
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "claims-to-be-the-founder-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which claims to be the founder of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "cooperates-with" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which cooperates with another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "former-member-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is a former member of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "successor-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is a successor of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "has-joined" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which has joined another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "member-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is a member of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "primary-member-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is a primary member of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "administrator-of" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is an administrator of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "is-in-relation-with" ,
"description" : "This relationship describes an object which is in relation with another object," ,
2017-10-26 15:40:53 +02:00
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "provide-support-to" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which provides support to another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "regional-branch" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is a regional branch of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "similar" ,
"description" : "This relationship describes an object which is similar to another object." ,
2017-10-26 15:40:53 +02:00
"format" : [
"cert-eu"
]
} ,
{
"name" : "subgroup" ,
"description" : "This relationship describes an object which is a subgroup of another object." ,
"format" : [
"cert-eu"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "suspected-link" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is suspected to be linked with another object." ,
"format" : [
"misp"
]
} ,
{
2017-10-26 15:52:36 +02:00
"name" : "same-as" ,
2017-10-26 15:40:53 +02:00
"description" : "This relationship describes an object which is the same as another object." ,
"format" : [
"misp"
]
2017-10-27 14:07:46 +02:00
} ,
{
"name" : "creator-of" ,
"description" : "This relationship describes an object which is the creator of another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "developer-of" ,
"description" : "This relationship describes an object which is a developer of another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "uses-for-recon" ,
"description" : "This relationship describes an object which uses another object for recon." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "operator-of" ,
"description" : "This relationship describes an object which is an operator of another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "overlaps" ,
"description" : "This relationship describes an object which overlaps another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "owner-of" ,
"description" : "This relationship describes an object which owns another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "publishes-method-for" ,
"description" : "This relationship describes an object which publishes method for another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "recommends-use-of" ,
"description" : "This relationship describes an object which recommends the use of another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "released-source-code" ,
"description" : "This relationship describes an object which released source code of another object." ,
"format" : [
"cert-eu"
]
} ,
{
"name" : "released" ,
"description" : "This relationship describes an object which release another object." ,
"format" : [
"cert-eu"
]
2017-08-11 10:52:02 +02:00
}
] ,
2017-09-07 15:43:41 +02:00
"description" : "Default type of relationships in MISP objects." ,
"uuid" : "b002c0d6-320f-450d-82c4-b3aa15bbbd6c" ,
"name" : "relationships"
2017-08-11 10:52:02 +02:00
}