Skip to content

Enum: NetworkActivityInitiatorIdEnum

The normalized identifier of the endpoint that initiated the network

communication. Use this field to disambiguate source and destination roles in

bi-directional or asymmetric flow scenarios.

URI: ocsf:NetworkActivityInitiatorIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None Unknown
SOURCE_ENDPOINT None The src_endpoint is the true initiator and the source/destinatio...
DESTINATION_ENDPOINT None The dst_endpoint is the true initiator and the source/destinatio...
OTHER None Other

Slots

Name Description
initiator_id The normalized identifier of the endpoint that initiated the network

Identifier and Mapping Information

Schema Source

LinkML Source

name: NetworkActivityInitiatorIdEnum
description: 'The normalized identifier of the endpoint that initiated the network

  communication. Use this field to disambiguate source and destination roles in

  bi-directional or asymmetric flow scenarios.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: Unknown
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  SOURCE_ENDPOINT:
    text: SOURCE_ENDPOINT
    description: 'The <code>src_endpoint</code> is the true initiator and the source/destination

      assignment is correct.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Source Endpoint
  DESTINATION_ENDPOINT:
    text: DESTINATION_ENDPOINT
    description: 'The <code>dst_endpoint</code> is the true initiator and the source/destination

      assignment is reversed.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Destination Endpoint
  OTHER:
    text: OTHER
    description: Other
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other