Skip to content

Class: TCPConnectionFacet

"A TCP connection facet is a grouping of characteristics unique to portions of a network connection that are conformant to the Transmission Control Protocl (TCP) standard."

URI: observable:TCPConnectionFacet

classDiagram class TCPConnectionFacet Facet <|-- TCPConnectionFacet TCPConnectionFacet : destinationFlags TCPConnectionFacet ..> string : destinationFlags TCPConnectionFacet : sourceFlags TCPConnectionFacet ..> hex binary type : sourceFlags

Inheritance

Slots

Name Cardinality and Range Description Inheritance
sourceFlags 0..1
HexBinaryType
"Specifies the source TCP flags direct
destinationFlags 0..1
xsd:string
"Specifies the destination TCP flags direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:TCPConnectionFacet
native observable:TCPConnectionFacet

LinkML Source

Direct

name: TCPConnectionFacet
description: '"A TCP connection facet is a grouping of characteristics unique to portions
  of a network connection that are conformant to the Transmission Control Protocl
  (TCP) standard."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- sourceFlags
- destinationFlags
slot_usage:
  sourceFlags:
    name: sourceFlags
    multivalued: true
    domain_of:
    - TCPConnectionFacet
  destinationFlags:
    name: destinationFlags
    multivalued: true
    domain_of:
    - TCPConnectionFacet

Induced

name: TCPConnectionFacet
description: '"A TCP connection facet is a grouping of characteristics unique to portions
  of a network connection that are conformant to the Transmission Control Protocl
  (TCP) standard."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slot_usage:
  sourceFlags:
    name: sourceFlags
    multivalued: true
    domain_of:
    - TCPConnectionFacet
  destinationFlags:
    name: destinationFlags
    multivalued: true
    domain_of:
    - TCPConnectionFacet
attributes:
  sourceFlags:
    name: sourceFlags
    description: '"Specifies the source TCP flags."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: sourceFlags
    owner: TCPConnectionFacet
    domain_of:
    - TCPConnectionFacet
    range: hex binary type
  destinationFlags:
    name: destinationFlags
    description: '"Specifies the destination TCP flags. "'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    multivalued: true
    alias: destinationFlags
    owner: TCPConnectionFacet
    domain_of:
    - TCPConnectionFacet
    range: string