2017-08-11 10:52:02 +02:00
{
2020-04-26 03:02:02 +02:00
"description" : "Default type of relationships in MISP objects." ,
"name" : "relationships" ,
"uuid" : "b002c0d6-320f-450d-82c4-b3aa15bbbd6c" ,
2017-08-11 10:52:02 +02:00
"values" : [
{
2017-09-07 15:43:41 +02:00
"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" ,
2018-10-22 18:19:47 +02:00
"stix-2.0" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "derived-from"
2017-08-11 10:52:02 +02:00
} ,
2019-04-15 14:30:21 +02:00
{
2019-04-15 14:34:44 +02:00
"description" : "This relationship describes an object which executes another object" ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
2023-09-14 15:40:18 +02:00
"name" : "executes" ,
"opposite" : "executed-by"
2019-04-15 14:30:21 +02:00
} ,
2017-08-11 10:52:02 +02:00
{
2017-09-07 15:43:41 +02:00
"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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "duplicate-of"
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "The referenced source is related to the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
2020-05-05 11:02:53 +02:00
"alfred" ,
"followthemoney" ,
2017-08-11 11:22:16 +02:00
"misp" ,
2020-05-05 11:02:53 +02:00
"stix-2.0"
2020-04-26 03:02:02 +02:00
] ,
"name" : "related-to"
2017-08-11 10:52:02 +02:00
} ,
2018-03-16 11:35:15 +01:00
{
"description" : "The referenced source is connected to the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "connected-to" ,
"opposite" : "connected-from"
2018-03-16 11:35:15 +01:00
} ,
2018-06-22 17:27:21 +02:00
{
"description" : "The referenced source is connected from the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "connected-from" ,
"opposite" : "connected-to"
2018-06-22 17:27:21 +02:00
} ,
2018-04-24 15:50:53 +02:00
{
2018-06-22 17:27:21 +02:00
"description" : "The referenced source is containing the target object." ,
"format" : [
"misp" ,
2018-10-22 18:19:47 +02:00
"stix-1.1" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "contains" ,
"opposite" : "contained-by"
2018-06-22 17:27:21 +02:00
} ,
2018-07-10 10:40:03 +02:00
{
"description" : "The referenced source is contained by the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "contained-by" ,
"opposite" : "contains"
2018-07-10 10:40:03 +02:00
} ,
2018-06-22 17:27:21 +02:00
{
"description" : "The referenced source is contained within the target object." ,
2018-04-24 15:50:53 +02:00
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
"name" : "contained-within"
2018-04-24 15:50:53 +02:00
} ,
2018-07-10 10:40:03 +02:00
{
"description" : "The referenced source is characterized by the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "characterized-by" ,
"opposite" : "characterizes"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source is characterizing the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "characterizes" ,
"opposite" : "characterized-by"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source has queried the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "properties-queried" ,
"opposite" : "properties-queried-by"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source is queried by the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "properties-queried-by" ,
"opposite" : "properties-queried"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source is extracted from the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
"name" : "extracted-from"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source is a supra domain of the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "supra-domain-of" ,
"opposite" : "sub-domain-of"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source is a sub domain of the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "sub-domain-of" ,
"opposite" : "supra-domain-of"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source has dropped the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
"name" : "dropped"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source is dropped by the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
"name" : "dropped-by"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source has downloaded the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "downloaded" ,
"opposite" : "downloaded-from"
2018-07-10 10:40:03 +02:00
} ,
{
"description" : "The referenced source has been downloaded from the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "downloaded-from" ,
"opposite" : "downloaded"
2018-07-10 10:40:03 +02:00
} ,
2018-04-24 15:50:53 +02:00
{
"description" : "The referenced source is resolved to the target object." ,
"format" : [
"misp" ,
"stix-1.1"
2020-04-26 03:02:02 +02:00
] ,
"name" : "resolved-to"
2018-04-24 15:50:53 +02:00
} ,
2017-08-11 10:52:02 +02:00
{
2017-09-07 15:43:41 +02:00
"description" : "This referenced source is attributed to the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2020-04-26 03:02:02 +02:00
] ,
"name" : "attributed-to"
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"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"
2020-04-26 03:02:02 +02:00
] ,
2023-07-08 11:52:40 +02:00
"name" : "targets" ,
"opposite" : "targeted-by"
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes the use by the source object of the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
2018-10-22 18:19:47 +02:00
"stix-2.0" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "uses" ,
"opposite" : "used-by"
2017-08-11 10:52:02 +02:00
} ,
{
2018-09-04 16:15:08 +02:00
"description" : "This relationship describes that the source object indicates the target object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp" ,
"stix-2.0"
2020-04-26 03:02:02 +02:00
] ,
2023-09-14 15:40:18 +02:00
"name" : "indicates" ,
"opposite" : "indicated-by"
} ,
{
"description" : "This relationship describes that the source object is indicated by the target object." ,
"format" : [
"misp" ,
"stix-2.1"
] ,
"name" : "indicated-by" ,
"opposite" : "indicates"
2017-08-11 10:52:02 +02:00
} ,
2019-12-06 15:05:20 +01:00
{
"description" : "This relationship describes that the source object mentions the target object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "mentions"
2019-12-06 15:05:20 +01:00
} ,
2017-08-11 10:52:02 +02:00
{
2017-09-07 15:43:41 +02:00
"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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "mitigates"
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"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" ,
2018-10-22 18:19:47 +02:00
"stix-2.0" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "variant-of"
2017-08-11 10:52:02 +02:00
} ,
{
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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "impersonates"
2017-08-11 10:52:02 +02:00
} ,
2019-03-12 17:21:52 +01:00
{
"description" : "This relationship describes an object retrieved from the target object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "retrieved-from"
2019-03-12 17:21:52 +01:00
} ,
2017-08-11 10:52:02 +02:00
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes the author of a specific object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
2021-02-22 11:05:56 +01:00
"name" : "authored-by" ,
2021-01-12 18:53:50 +01:00
"opposite" : "is-author-of"
2017-08-11 10:52:02 +02:00
} ,
2019-08-22 11:25:37 +02:00
{
"description" : "This relationship describes an object being author by someone." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "is-author-of" ,
"opposite" : "authored-by"
2019-08-22 11:25:37 +02:00
} ,
2017-08-11 10:52:02 +02:00
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes the location (of any type) of a specific object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "located"
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object included in another object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
2021-02-22 11:05:56 +01:00
"name" : "included-in" ,
2021-01-12 18:53:50 +01:00
"opposite" : "includes"
2017-08-11 10:52:02 +02:00
} ,
2019-07-24 13:56:11 +02:00
{
"description" : "This relationship describes an object that includes an other object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "includes" ,
"opposite" : "included-in"
2019-07-24 13:56:11 +02:00
} ,
2017-08-11 10:52:02 +02:00
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object analysed by another object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "analysed-with"
2017-08-11 10:52:02 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object claimed by another object." ,
2017-08-11 11:22:16 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "claimed-by"
2017-08-12 10:35:40 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object communicating with another object." ,
2017-08-13 10:41:10 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "communicates-with"
2017-08-13 10:41:10 +02:00
} ,
2018-01-04 14:41:40 +01:00
{
"description" : "This relationship describes an object which drops another object" ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "drops"
2018-01-04 14:41:40 +01:00
} ,
2017-08-13 10:41:10 +02:00
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object executed by another object." ,
2017-08-23 17:17:56 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
2023-09-14 15:40:18 +02:00
"name" : "executed-by" ,
"opposite" : "executes"
2017-08-23 17:17:56 +02:00
} ,
{
2023-09-14 15:40:18 +02:00
"description" : "This relationship describes an object that affects another object." ,
2017-08-23 17:17:56 +02:00
"format" : [
2018-10-22 18:19:47 +02:00
"misp" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
2023-09-14 15:40:18 +02:00
"name" : "affects" ,
"opposite" : "affected-by"
} ,
{
"description" : "This relationship describes an object affected by another object." ,
"format" : [
"misp"
] ,
"name" : "affected-by" ,
"opposite" : "affects"
2017-08-23 17:17:56 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object beaconing to another object." ,
2017-08-12 10:35:40 +02:00
"format" : [
2018-10-22 18:19:47 +02:00
"misp" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "beacons-to"
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object which abuses another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "abuses"
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object exfiltrating to another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
2018-10-22 18:19:47 +02:00
"misp" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "exfiltrates-to"
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object which identifies another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
2018-10-22 18:19:47 +02:00
"misp" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "identifies"
2017-08-24 09:47:28 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object which intercepts another object." ,
2017-08-24 09:47:28 +02:00
"format" : [
2018-10-22 18:19:47 +02:00
"misp" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "intercepts"
2017-08-26 21:50:00 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object which calls another objects." ,
2017-09-07 15:32:15 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "calls"
2017-09-07 15:32:15 +02:00
} ,
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object which is detected as another object." ,
2017-08-26 21:50:00 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "detected-as"
2017-09-07 15:32:15 +02:00
} ,
2017-11-19 16:59:39 +01:00
{
"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"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "followed-by" ,
2023-07-08 11:52:40 +02:00
"opposite" : "preceded-by"
2017-11-19 16:59:39 +01:00
} ,
{
"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"
2020-04-26 03:02:02 +02:00
] ,
2023-07-08 11:52:40 +02:00
"name" : "preceded-by" ,
2021-01-12 18:53:50 +01:00
"opposite" : "followed-by"
2017-11-19 16:59:39 +01:00
} ,
2017-09-07 15:32:15 +02:00
{
2017-09-07 15:43:41 +02:00
"description" : "This relationship describes an object which triggers another object." ,
2017-09-07 15:32:15 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "triggers"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which is a vulnerability of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "vulnerability-of"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which works like another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "works-like"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which is selling another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "seller-of"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which is selling on another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "seller-on"
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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "trying-to-obtain-the-exploit"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which is used by another object." ,
"format" : [
2022-02-14 11:38:30 +01:00
"cert-eu" ,
"stix-2.1"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "used-by" ,
"opposite" : "uses"
2017-10-26 15:40:53 +02:00
} ,
2022-02-14 11:38:30 +01:00
{
"description" : "This relationship describes an object which hosts another object." ,
"format" : [
"stix-2.1"
] ,
"name" : "hosts" ,
"opposite" : "hosted-by"
} ,
2022-02-14 11:51:13 +01:00
{
"description" : "This relatiobship describes an object hosted by another object." ,
"format" : [
"stix-2.1"
] ,
"name" : "hosted-by" ,
"opposite" : "hosts"
} ,
2022-02-14 11:38:30 +01:00
{
"description" : "This relationship describes an object which consists of one or more object(s)." ,
"format" : [
"stix-2.1"
] ,
"name" : "consists"
} ,
{
"description" : "This relationship describes an object which delivers to one or more object(s)." ,
"format" : [
"stix-2.1"
] ,
"name" : "delivers"
} ,
2017-10-26 15:40:53 +02:00
{
"description" : "This relationship describes an object which is affiliated with another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "affiliated"
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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "alleged-founder-of"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which attacks another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "attacking-other-group"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which belongs to another object." ,
"format" : [
2020-05-05 11:02:53 +02:00
"cert-eu" ,
"followthemoney"
2020-04-26 03:02:02 +02:00
] ,
"name" : "belongs-to"
2017-10-26 15:40:53 +02:00
} ,
{
2017-10-26 15:52:36 +02:00
"description" : "This relationship describes an object which has business relations with another object." ,
2017-10-26 15:40:53 +02:00
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "business-relations"
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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "claims-to-be-the-founder-of"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which cooperates with another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "cooperates-with"
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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "former-member-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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "successor-of"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which has joined another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "has-joined"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which is a member of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "primary-member-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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "administrator-of"
2017-10-26 15:40:53 +02:00
} ,
{
2017-10-26 15:52:36 +02:00
"description" : "This relationship describes an object which is in relation with another object," ,
2017-10-26 15:40:53 +02:00
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "is-in-relation-with"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which provides support to another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "provide-support-to"
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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "regional-branch"
2017-10-26 15:40:53 +02:00
} ,
{
2017-10-26 15:52:36 +02:00
"description" : "This relationship describes an object which is similar to another object." ,
2017-10-26 15:40:53 +02:00
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "similar"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which is a subgroup of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "subgroup"
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"
2020-04-26 03:02:02 +02:00
] ,
"name" : "suspected-link"
2017-10-26 15:40:53 +02:00
} ,
{
"description" : "This relationship describes an object which is the same as another object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "same-as"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which is the creator of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "creator-of"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which is a developer of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "developer-of"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which uses another object for recon." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "uses-for-recon"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which is an operator of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "operator-of"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which overlaps another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "overlaps"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which owns another object." ,
"format" : [
2018-10-22 18:19:47 +02:00
"cert-eu" ,
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "owner-of"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which publishes method for another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "publishes-method-for"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which recommends the use of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "recommends-use-of"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which released source code of another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "released-source-code"
2017-10-27 14:07:46 +02:00
} ,
{
"description" : "This relationship describes an object which release another object." ,
"format" : [
"cert-eu"
2020-04-26 03:02:02 +02:00
] ,
"name" : "released"
2018-07-10 09:41:27 +02:00
} ,
{
2018-09-04 16:15:08 +02:00
"description" : "This relationship describes an object (like a PoC/exploit) which exploits another object (such as a vulnerability object)." ,
2018-07-10 10:47:31 +02:00
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "exploits"
2018-08-21 10:22:42 +02:00
} ,
{
"description" : "This relationship describes an object signed by another object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "signed-by"
2018-09-14 18:39:20 +02:00
} ,
{
"description" : "This relationship describes an object by another object (such as exploit kit, dropper)." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "delivered-by"
2018-09-14 18:39:20 +02:00
} ,
{
"description" : "This relationship describes an object which controls another object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "controls"
2018-09-27 07:40:30 +02:00
} ,
{
"description" : "This relationships describes an object which annotates another object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "annotates"
2018-10-07 11:13:17 +02:00
} ,
{
"description" : "This relationships describes an object which references another object or attribute." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "references"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "A child semantic link to a parent." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "child-of"
2018-10-22 18:19:47 +02:00
} ,
2021-07-05 10:22:17 +02:00
{
"description" : "A parent semantic link to a child." ,
"format" : [
"alfred" ,
"misp"
] ,
"name" : "parent-of"
} ,
2018-10-22 18:19:47 +02:00
{
"description" : "Represents the semantic link of having compromised something." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "compromised"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "The initiator of a connection." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "connects"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "The destination or target of a connection." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "connects-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of one thing being the cover term for another." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "cover-term-for"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Semantic link indicating where information is disclosed to." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "disclosed-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of one thing downloading another." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "downloads" ,
"opposite" : "downloads-from"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of malware being downloaded from a location." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "downloads-from" ,
"opposite" : "downloads"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of an alert generated from a signature." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "generated"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "One data object implements another." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "implements"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of a communication initiating an event." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "initiates"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link between a FILE and FILE_BINARY." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "instance-of"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of being the issuer of something." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "issuer-of"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of being associated with something." ,
"format" : [
2020-05-05 11:02:53 +02:00
"alfred" ,
"followthemoney"
2020-04-26 03:02:02 +02:00
] ,
"name" : "linked-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of a comm that is not relevant to an EVENT." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "not-relevant-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link that defines one thing to be part of another in a hierachial structure from the child to the parent." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "part-of"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of something has been processed by another program." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "processed-by"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of something having produced something else." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "produced"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "The IP Address or domain being queried for." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "queried-for"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "The IP Address or domain returned as the result of a query." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "query-returned"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of someone registered some thing." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "registered" ,
"opposite" : "registered-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of something being registered to." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
2021-01-12 18:53:50 +01:00
"name" : "registered-to" ,
"opposite" : "registered"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link between HBS Comms and communication addresses." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "relates"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of a comm that is relevant to an EVENT." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "relevant-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of resolving to something." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "resolves-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of some entity being responsible for something." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "responsible-for"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of a seeded domain redirecting to another site." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "seeded"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "A sends semantic link meaning 'who sends what'." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "sends"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "A sends to as BCC semantic link meaning 'what sends to who as BCC'." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "sends-as-bcc-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "A sends to as CC semantic link meaning 'what sends to who as CC'." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "sends-as-cc-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "A sends to semantic link meaning 'what sends to who'." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "sends-to"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "The represents the semantic link of having spoofed something." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "spoofer-of"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents a domain being a subdomain of another." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "subdomain-of"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "One data object supersedes another." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "supersedes"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of an alert triggered on an event." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "triggered-on"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of one thing uploading another." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "uploads"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "The represents the semantic link of being the user of something." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "user-of"
2018-10-22 18:19:47 +02:00
} ,
{
"description" : "Represents the semantic link of working for something." ,
"format" : [
"alfred"
2020-04-26 03:02:02 +02:00
] ,
"name" : "works-for"
2018-12-21 20:50:12 +01:00
} ,
2021-11-27 12:30:46 +01:00
{
"description" : "Represents an object working with another one." ,
"format" : [
"misp"
] ,
"name" : "works-with"
} ,
2018-12-21 20:50:12 +01:00
{
"description" : "Represents an object being a witness of something." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "witness-of"
2019-08-05 16:25:21 +02:00
} ,
{
"description" : "Represents an object injecting something into something" ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "injects-into"
2019-08-05 16:25:21 +02:00
} ,
{
"description" : "Represents an object which is injected something into something" ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "injected-into"
2019-08-05 16:33:01 +02:00
} ,
2019-04-13 07:30:45 +02:00
{
"description" : "Represents an object that creates something." ,
"format" : [
2019-04-14 07:44:35 +02:00
"misp" ,
"haxpak"
2020-04-26 03:02:02 +02:00
] ,
2023-07-08 11:52:40 +02:00
"name" : "creates" ,
"opposite" : "created-by"
2019-06-01 11:17:33 +02:00
} ,
{
"description" : "Represents an object being the screenshot of something." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "screenshot-of"
2020-02-10 11:15:17 +01:00
} ,
{
"description" : "Represents an object having the knowledge of another object." ,
"format" : [
"misp"
2020-04-26 03:02:02 +02:00
] ,
"name" : "knows"
2020-05-05 11:02:53 +02:00
} ,
2020-09-08 12:12:25 +02:00
{
"description" : "Represents the semantic link of describing another object." ,
"format" : [
"misp"
] ,
"name" : "describes"
} ,
{
"description" : "Represents the semantic link of extending another object." ,
"format" : [
"misp"
] ,
"name" : "extends"
} ,
2021-02-02 12:26:08 +01:00
{
"description" : "Reprensents an object which writes towards another object or attribute" ,
"format" : [
"misp"
] ,
"name" : "writes"
} ,
2020-09-08 12:12:59 +02:00
{
"description" : "Represents the semantic link of an asn object being ranked with a bgp-ranking object" ,
"format" : [
"misp"
] ,
"name" : "ranked-with"
} ,
2020-05-05 11:02:53 +02:00
{
"description" : "owns" ,
"format" : [
"followthemoney"
] ,
"name" : "owns"
} ,
{
2020-08-28 15:43:12 +02:00
"description" : "awarded-to" ,
2020-05-05 11:02:53 +02:00
"format" : [
"followthemoney"
] ,
"name" : "awarded-to"
} ,
{
"description" : "directs" ,
"format" : [
"followthemoney"
] ,
"name" : "directs"
} ,
{
2020-08-28 15:43:12 +02:00
"description" : "involved-in" ,
2020-05-05 11:02:53 +02:00
"format" : [
"followthemoney"
] ,
"name" : "involved-in"
} ,
{
2020-08-28 15:43:12 +02:00
"description" : "associated-with" ,
2020-05-05 11:02:53 +02:00
"format" : [
"followthemoney"
] ,
"name" : "associated-with"
} ,
{
"description" : "represents" ,
"format" : [
"followthemoney"
] ,
"name" : "represents"
} ,
{
"description" : "owes" ,
"format" : [
"followthemoney"
] ,
"name" : "owes"
} ,
{
"description" : "preceeds" ,
"format" : [
"followthemoney"
] ,
"name" : "preceeds"
} ,
{
"description" : "documents" ,
"format" : [
"followthemoney"
] ,
"name" : "documents"
} ,
{
"description" : "paid" ,
"format" : [
"followthemoney"
] ,
"name" : "paid"
2020-09-07 14:42:39 +02:00
} ,
{
"description" : "leaks" ,
"format" : [
"misp"
] ,
2021-01-12 18:53:50 +01:00
"name" : "leaks" ,
"opposite" : "leaked-by"
2020-09-07 14:42:39 +02:00
} ,
{
"description" : "leaked-by" ,
"format" : [
"misp"
] ,
2021-01-12 18:53:50 +01:00
"name" : "leaked-by" ,
"opposite" : "leaks"
2020-09-07 14:42:39 +02:00
} ,
{
"description" : "doxed-by" ,
"format" : [
"misp"
] ,
"name" : "doxed-by"
2021-10-24 10:14:56 +02:00
} ,
{
"description" : "alerts about a specific object" ,
"format" : [
"misp"
] ,
"name" : "alerts"
2021-11-04 15:31:18 +01:00
} ,
{
"description" : "The referenced source object is the legal address of the target." ,
"format" : [
"misp"
] ,
"name" : "legal-address-of"
} ,
{
"description" : "The referenced source object is a shipping address of the target." ,
"format" : [
"misp"
] ,
"name" : "shipping-address-of"
} ,
{
"description" : "The referenced source object visited the target (for example an address)." ,
"format" : [
"misp"
] ,
"name" : "visited"
} ,
{
"description" : "The referenced source object is an office of the target." ,
"format" : [
"misp"
] ,
"name" : "office-of"
} ,
{
"description" : "The referenced source object is a picture (photo/image) of the target." ,
"format" : [
"misp"
] ,
"name" : "picture-of" ,
"opposite" : "pictured-by"
} ,
{
"description" : "The referenced source object is pictured by the target (photo/image)." ,
"format" : [
"misp"
] ,
"name" : "pictured-by" ,
"opposite" : "picture-of"
2021-11-25 08:42:19 +01:00
} ,
{
"description" : "The referenced source object has been found on the target (device, server)." ,
"format" : [
"misp"
] ,
"name" : "found-on"
} ,
{
"description" : "The referenced source object has been found in the target (document)." ,
"format" : [
"misp"
] ,
"name" : "found-in"
2021-12-22 10:42:35 +01:00
} ,
{
"description" : "The referenced source object drives the target described (often a vehicule)." ,
"format" : [
"misp"
] ,
"name" : "drives"
2022-02-03 18:36:33 +01:00
} ,
2023-04-04 07:56:32 +02:00
{
"description" : "The referenced source object is a rewrite specified in the target object. The rewrite can be for a computer program text but also any rewrite of a text." ,
"format" : [
"misp"
] ,
"name" : "rewrite"
} ,
2022-02-03 18:36:33 +01:00
{
"description" : "The referenced source object is a friend of the target object." ,
"format" : [
"foaf"
] ,
"name" : "friend-of"
} ,
{
"description" : "The referenced source object is an acquaintance of the target object." ,
"format" : [
"foaf"
] ,
"name" : "acquaintance-of"
} ,
{
"description" : "The referenced source object is a sibling of the target object." ,
"format" : [
"foaf"
] ,
"name" : "sibling-of"
} ,
{
"description" : "The referenced source object is a grandchild of the target object." ,
"format" : [
"foaf"
] ,
"name" : "grandchild-of"
} ,
{
"description" : "The referenced source object is a spouse of the target object." ,
"format" : [
"foaf"
] ,
"name" : "spouse-of"
} ,
{
2023-05-17 14:37:53 +02:00
"description" : "The referenced source object is an enemy of the target object." ,
2022-02-03 18:36:33 +01:00
"format" : [
"foaf"
] ,
2023-05-17 14:37:53 +02:00
"name" : "enemy-of"
2022-02-03 18:36:33 +01:00
} ,
{
"description" : "The referenced source object is an antagonist of the target object." ,
"format" : [
"foaf"
] ,
"name" : "antagonist-of"
} ,
{
"description" : "The referenced source object is an ambivalent of the target object." ,
"format" : [
"foaf"
] ,
"name" : "ambivalient-of"
2022-02-15 07:21:58 +01:00
} ,
{
"description" : "The referenced source object is a translation of the target object." ,
"format" : [
"misp"
] ,
"name" : "is-a-translation-of"
2022-04-04 14:27:58 +02:00
} ,
{
"description" : "The referenced source object has met with the target object." ,
"format" : [
"misp"
] ,
"name" : "has-met"
2022-04-26 14:02:43 +02:00
} ,
{
2022-04-26 14:07:20 +02:00
"description" : "The referenced source object submitted the referenced target object (to an online anti virus scanner)." ,
2022-04-26 14:02:43 +02:00
"format" : [
"misp"
] ,
2022-04-26 14:07:20 +02:00
"name" : "submitted" ,
"opposite" : "submitted-by"
2022-04-26 14:02:43 +02:00
} ,
{
2022-04-26 14:07:20 +02:00
"description" : "The referenced source object was submitted (to an online anti virus scanner) by the referenced target object." ,
2022-04-26 14:02:43 +02:00
"format" : [
"misp"
] ,
2022-04-26 14:07:20 +02:00
"name" : "submitted-by" ,
"opposite" : "submitted"
2023-01-23 09:36:35 +01:00
} ,
{
"description" : "This relationship describes that the source object does not target the target object." ,
"format" : [
2023-01-25 09:45:23 +01:00
"misp"
2023-01-23 09:36:35 +01:00
] ,
2023-01-25 09:33:05 +01:00
"name" : "does-not-target"
2023-01-23 09:36:35 +01:00
} ,
2023-01-25 09:45:23 +01:00
{
2023-01-25 09:31:28 +01:00
"description" : "This relationship describes that the source object is targeted by the target object." ,
2023-01-23 09:36:35 +01:00
"format" : [
2023-01-25 09:45:23 +01:00
"misp"
2023-01-23 09:36:35 +01:00
] ,
2023-01-25 09:31:28 +01:00
"name" : "is-targeted-by"
2023-01-23 09:36:35 +01:00
} ,
2023-01-25 09:45:23 +01:00
{
2023-01-25 09:31:28 +01:00
"description" : "This relationship describes that the source object is not targeted by the target object." ,
2023-01-23 09:36:35 +01:00
"format" : [
2023-01-25 09:45:23 +01:00
"misp"
2023-01-23 09:36:35 +01:00
] ,
2023-01-25 09:31:28 +01:00
"name" : "is-not-targeted-by"
2023-02-14 12:08:50 +01:00
} ,
2023-05-16 09:25:57 +02:00
{
"description" : "This relationship describes that the source object provides services described in the target object." ,
"format" : [
"misp"
] ,
"name" : "serves"
} ,
2023-02-14 12:08:50 +01:00
{
"description" : "The source object considers the target object as a friend. Is not necessarily symmetric." ,
"format" : [
"XFN"
] ,
"name" : "Friend"
} ,
{
"description" : "The source object considers the target object as a acquaintance. Is not necessarily symmetric." ,
"format" : [
"XFN"
] ,
"name" : "Acquaintance"
} ,
{
"description" : "The source object have information to contact and/or get in touch with the target object." ,
"format" : [
"XFN"
] ,
"name" : "Contact"
} ,
{
"description" : "The source object have physically met the target object." ,
"format" : [
"XFN"
] ,
"name" : "Met"
} ,
{
"description" : "The source object shares an employer with the target object. This relationship is not geographically limited." ,
"format" : [
"XFN"
] ,
"name" : "Co-worker"
} ,
{
"description" : "The source object regards the target object as a peer, someone who they feel is on their level and has skills and interests similar to their own. A colleague does not have to be a co-worker, although of course can be." ,
"format" : [
"XFN"
] ,
"name" : "Colleague"
} ,
{
"description" : "The source object is co-resident with the target object, which means they share a street address with the target object. Co-resident is symmetric." ,
"format" : [
"XFN"
] ,
"name" : "Co-resident"
} ,
{
"description" : "The source object is neighbor with the target object. This is not limited to next door neighbor." ,
"format" : [
"XFN"
] ,
"name" : "Neighbor"
} ,
{
"description" : "The target object is the child of the source object." ,
"format" : [
"XFN"
] ,
"name" : "Child"
} ,
{
"description" : "The target object is the parent of the source object." ,
"format" : [
"XFN"
] ,
"name" : "Parent"
} ,
{
"description" : "The source object share a parent with the target object. Brothers, sisters, half-brothers, and half-sisters are all examples of siblings." ,
"format" : [
"XFN"
] ,
"name" : "Sibling"
} ,
{
"description" : "The source object is -or feels themself to be- married, whether legally or not, to the target object." ,
"format" : [
"XFN"
] ,
"name" : "Spouse"
} ,
{
"description" : "The target object is a relative of the source object." ,
"format" : [
"XFN"
] ,
"name" : "Kin"
} ,
{
"description" : "The source object is inspired in some way by the target object." ,
"format" : [
"XFN"
] ,
"name" : "Muse"
} ,
{
"description" : "The source object is attracted -romantically speaking- to the target object." ,
"format" : [
"XFN"
] ,
"name" : "Crush"
} ,
{
"description" : "The source object is dating the target object." ,
"format" : [
"XFN"
] ,
"name" : "Date"
} ,
{
"description" : "The source object is intimate, whether physically or emotionally, with the target object." ,
"format" : [
"XFN"
] ,
"name" : "Sweetheart"
} ,
{
"description" : "The source object refers to the target object as themself or a representation of themself. Can be a profile on social-networking for example. This value is exclusive of all other XFN values." ,
"format" : [
"XFN"
] ,
"name" : "Me"
2023-06-26 13:46:50 +02:00
} ,
{
"description" : "The source object is redirected to the target object." ,
"format" : [
"misp"
] ,
"name" : "redirects-to"
2023-06-29 16:22:50 +02:00
} ,
{
"description" : "The source object is rendered to the target object." ,
"format" : [
"misp"
] ,
"name" : "rendered-as"
} ,
{
"description" : "The source object is known as the target object." ,
"format" : [
"misp"
] ,
"name" : "known-as"
2023-07-08 11:52:40 +02:00
} ,
{
"description" : "The source object is led to the target object." ,
"format" : [
"stix-2.1"
] ,
"name" : "led-to"
} ,
{
"description" : "The source object has an impact on the target." ,
"format" : [
"stix-2.1"
] ,
"name" : "impacts" ,
"opposite" : "impacted-by"
} ,
{
"description" : "The source object is impacted by the target." ,
"format" : [
"misp"
] ,
"name" : "impacted-by" ,
"opposite" : "impacts"
} ,
{
"description" : "An object occured at a specific location." ,
"format" : [
"stix-2.1"
] ,
"name" : "located-at"
} ,
{
"description" : "The source object should be considered a point of contact for the target." ,
"format" : [
"stix-2.1"
] ,
"name" : "contact-for"
} ,
{
"description" : "The source object was responsible for detecting the target object." ,
"format" : [
"stix-2.1"
] ,
"name" : "detects" ,
"opposite" : "detected-by"
} ,
{
"description" : "The source object is detected by the target object." ,
"format" : [
"misp"
] ,
"name" : "detected-by" ,
"opposite" : "detects"
} ,
{
"description" : "The target object was observed as part of a source event." ,
"format" : [
"stix-2.1"
] ,
"name" : "observed" ,
"opposite" : "observed-by"
} ,
{
"description" : "The source object was observed by the target object." ,
"format" : [
"misp"
] ,
"name" : "observed-by" ,
"opposite" : "observed"
} ,
{
"description" : "The source object is based on the target." ,
"format" : [
"stix-2.1"
] ,
"name" : "based-on"
} ,
{
"description" : "The source object performed the target event." ,
"format" : [
"stix-2.1"
] ,
"name" : "performed" ,
"opposite" : "performed-by"
} ,
{
"description" : "The source object was performed by the target." ,
"format" : [
"misp"
] ,
"name" : "performed-by" ,
"opposite" : "performed"
} ,
{
"description" : "The source object blocks the target object." ,
"format" : [
"stix-2.1"
] ,
"name" : "blocks" ,
"opposite" : "blocked-by"
} ,
{
"description" : "The source object is blocked by the target object." ,
"format" : [
"misp"
] ,
"name" : "blocked-by" ,
"opposite" : "blocks"
} ,
{
"description" : "The source object causes the target event." ,
"format" : [
"stix-2.1"
] ,
"name" : "causes" ,
"opposite" : "caused-by"
} ,
{
"description" : "The source object is caused by the target object." ,
"format" : [
"misp"
] ,
"name" : "caused-by" ,
"opposite" : "causes"
} ,
{
"description" : "The source object is followed by the target because of an error." ,
"format" : [
"stix-2.1"
] ,
"name" : "errored-to"
} ,
{
"description" : "The source object has been assigned the target." ,
"format" : [
"stix-2.1"
] ,
"name" : "assigned"
} ,
{
"description" : "The source object participated in the target task." ,
"format" : [
"stix-2.1"
] ,
"name" : "participated-in"
} ,
{
"description" : "The source object is targeted by the target object." ,
"format" : [
"misp"
] ,
"name" : "targeted-by" ,
"opposite" : "targets"
} ,
{
"description" : "The source object was created by the target object." ,
"format" : [
"misp"
] ,
"name" : "created-by" ,
"opposite" : "creates"
2023-09-14 15:40:18 +02:00
} ,
{
"description" : "The source object is the sample of the target object." ,
"format" : [
"stix-2.1"
] ,
"name" : "sample-of"
2017-08-11 10:52:02 +02:00
}
] ,
2023-07-08 11:52:40 +02:00
"version" : 40
2023-09-14 16:58:57 +02:00
}