mirror of https://github.com/MISP/misp-rfc
Object relationship types added
parent
2ee8e15162
commit
11a3a371e5
|
@ -791,6 +791,8 @@ Each attribute in an object **MUST** contain the parent event's ID in the event_
|
||||||
|
|
||||||
Object References serve as a logical link between an Object and another referenced Object or Attribute. The relationship is categorised by an enumerated value from a fixed vocabulary.
|
Object References serve as a logical link between an Object and another referenced Object or Attribute. The relationship is categorised by an enumerated value from a fixed vocabulary.
|
||||||
|
|
||||||
|
The relationship_type is recommended to be taken from the MISP object relationship list [[@?MISP-R]] is **RECOMMENDED** to ensure a coherent naming of the tags
|
||||||
|
|
||||||
All Object References **MUST** contain an object_uuid, a referenced_uuid and a relationship type.
|
All Object References **MUST** contain an object_uuid, a referenced_uuid and a relationship type.
|
||||||
|
|
||||||
### Sample ObjectReference object
|
### Sample ObjectReference object
|
||||||
|
@ -859,7 +861,7 @@ referenced_type is represented as a JSON string. referenced_type **MAY** be pres
|
||||||
|
|
||||||
relationship_type represents the human-readable context of the relationship between an object and another object or attribute as described by the object_reference.
|
relationship_type represents the human-readable context of the relationship between an object and another object or attribute as described by the object_reference.
|
||||||
|
|
||||||
referenced_type is represented as a JSON string. referenced_type **MUST** be present.
|
referenced_type is represented as a JSON string. relationship_type **MUST** be present.
|
||||||
|
|
||||||
#### comment
|
#### comment
|
||||||
|
|
||||||
|
@ -1536,6 +1538,14 @@ of open standards in threat intelligence sharing.
|
||||||
</front>
|
</front>
|
||||||
</reference>
|
</reference>
|
||||||
|
|
||||||
|
<reference anchor='MISP-R' target='https://github.com/MISP/misp-objects/tree/master/relationships'>
|
||||||
|
<front>
|
||||||
|
<title>MISP Object Relationship Types - common vocabulary of relationships</title>
|
||||||
|
<author initials='' surname='MISP' fullname='MISP Community'></author>
|
||||||
|
<date></date>
|
||||||
|
</front>
|
||||||
|
</reference>
|
||||||
|
|
||||||
<reference anchor='JSON-SCHEMA' target='https://tools.ietf.org/html/draft-wright-json-schema'>
|
<reference anchor='JSON-SCHEMA' target='https://tools.ietf.org/html/draft-wright-json-schema'>
|
||||||
<front>
|
<front>
|
||||||
<title>JSON Schema: A Media Type for Describing JSON Documents</title>
|
<title>JSON Schema: A Media Type for Describing JSON Documents</title>
|
||||||
|
|
Loading…
Reference in New Issue