diff --git a/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/SimpleStixObjectOrStixRelationshipStixCoreRelationshipLine.jsx b/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/SimpleStixObjectOrStixRelationshipStixCoreRelationshipLine.jsx index d30985651e33..9374e23f2956 100644 --- a/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/SimpleStixObjectOrStixRelationshipStixCoreRelationshipLine.jsx +++ b/opencti-platform/opencti-front/src/private/components/common/stix_core_relationships/SimpleStixObjectOrStixRelationshipStixCoreRelationshipLine.jsx @@ -406,6 +406,319 @@ const SimpleStixObjectOrStixRelationshipStixCoreRelationshipLineFragment = creat } ... on StixCoreRelationship { relationship_type + from { + ... on BasicObject { + id + entity_type + } + ... on BasicRelationship { + id + entity_type + } + ... on StixCoreObject { + created_at + } + ... on StixCoreRelationship { + created_at + start_time + stop_time + created + } + ... on AttackPattern { + name + } + ... on Campaign { + name + } + ... on CourseOfAction { + name + } + ... on Individual { + name + } + ... on Organization { + name + } + ... on Sector { + name + } + ... on System { + name + } + ... on Indicator { + name + } + ... on Infrastructure { + name + } + ... on IntrusionSet { + name + } + ... on Position { + name + } + ... on City { + name + } + ... on AdministrativeArea { + name + } + ... on Country { + name + } + ... on Region { + name + } + ... on Malware { + name + } + ... on ThreatActor { + name + } + ... on Tool { + name + } + ... on Vulnerability { + name + } + ... on Incident { + name + } + ... on CaseIncident { + name + } + ... on CaseRfi { + name + } + ... on CaseRft { + name + } + } + to { + ... on BasicObject { + id + entity_type + } + ... on BasicRelationship { + id + entity_type + } + ... on StixCoreObject { + created_at + } + ... on StixCoreRelationship { + created_at + start_time + stop_time + created + } + ... on AttackPattern { + name + } + ... on Campaign { + name + } + ... on CourseOfAction { + name + } + ... on Individual { + name + } + ... on Organization { + name + } + ... on Sector { + name + } + ... on System { + name + } + ... on Indicator { + name + } + ... on Infrastructure { + name + } + ... on IntrusionSet { + name + } + ... on Position { + name + } + ... on City { + name + } + ... on Country { + name + } + ... on Region { + name + } + ... on Malware { + name + } + ... on ThreatActor { + name + } + ... on Tool { + name + } + ... on Vulnerability { + name + } + ... on Incident { + name + } + ... on CaseIncident { + name + } + ... on CaseRfi { + name + } + ... on CaseRft { + name + } + ... on ObservedData { + name + objects(first: 1) { + edges { + node { + ... on StixCoreObject { + id + entity_type + parent_types + created_at + createdBy { + ... on Identity { + id + name + entity_type + } + } + objectMarking { + id + definition + x_opencti_order + x_opencti_color + } + } + ... on AttackPattern { + name + description + x_mitre_id + } + ... on Campaign { + name + description + first_seen + last_seen + } + ... on Note { + attribute_abstract + } + ... on ObservedData { + name + first_observed + last_observed + } + ... on Opinion { + opinion + } + ... on Report { + name + description + published + } + ... on Grouping { + name + description + } + ... on CourseOfAction { + name + description + } + ... on Individual { + name + description + } + ... on Organization { + name + description + } + ... on Sector { + name + description + } + ... on System { + name + description + } + ... on Indicator { + name + description + valid_from + } + ... on Infrastructure { + name + description + } + ... on IntrusionSet { + name + description + first_seen + last_seen + } + ... on Position { + name + description + } + ... on City { + name + description + } + ... on Country { + name + description + } + ... on Region { + name + description + } + ... on Malware { + name + description + first_seen + last_seen + } + ... on ThreatActor { + name + description + first_seen + last_seen + } + ... on Tool { + name + description + } + ... on Vulnerability { + name + description + } + ... on Incident { + name + description + first_seen + last_seen + } + ... on StixCyberObservable { + observable_value + x_opencti_description + } + } + } + } + } + } } } fromId