mirror of https://github.com/MISP/misp-objects
Merge pull request #385 from Delta-Sierra/master
Add relationships based on XFN formatpull/386/head
commit
3d238ffc40
|
@ -1373,6 +1373,132 @@
|
|||
"misp"
|
||||
],
|
||||
"name": "is-not-targeted-by"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"version": 35
|
||||
|
|
Loading…
Reference in New Issue