Enum: DirectionIdEnum
The normalized identifier of the direction of the initiated connection,
traffic, or email.
URI: ocsf:DirectionIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The connection direction is unknown |
| INBOUND | None | Inbound network connection |
| OUTBOUND | None | Outbound network connection |
| LATERAL | None | Lateral network connection |
| LOCAL | None | Local network connection (localhost) |
| OTHER | None | The direction is not mapped |
Slots
| Name | Description |
|---|---|
| direction_id | The normalized identifier of the direction of the initiated connection, |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: DirectionIdEnum
description: 'The normalized identifier of the direction of the initiated connection,
traffic, or email.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The connection direction is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
INBOUND:
text: INBOUND
description: 'Inbound network connection. The connection originated from the Internet
or
outside network, destined for services on the inside network.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Inbound
OUTBOUND:
text: OUTBOUND
description: 'Outbound network connection. The connection originated from inside
the network,
destined for services on the Internet or outside network.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Outbound
LATERAL:
text: LATERAL
description: 'Lateral network connection. The connection originated from inside
the network,
destined for services on the inside network.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Lateral
LOCAL:
text: LOCAL
description: 'Local network connection (<code>localhost</code>). The connection
is
intra-device, originating from and destined for services running on the same
device.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Local
OTHER:
text: OTHER
description: 'The direction is not mapped. See the <code>direction</code> attribute,
which
contains a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other