Skip to content

Class: Node

Represents a node or a vertex in a graph structure.

URI: ocsf:Node

 classDiagram
    class Node
    click Node href "../Node/"
      Object <|-- Node
        click Object href "../Object/"

      Node : data

      Node : desc

      Node : name

      Node : type

      Node : uid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
data 0..1
String
Additional data about the node stored as key-value pairs direct
desc 0..1
String
A human-readable description of the node's purpose or meaning in the graph direct
name 0..1 recommended
String
A human-readable name or label for the node direct
type 0..1
String
Categorizes the node into a specific class or type direct
uid 1
String
A unique string or numeric identifier that distinguishes this node from all direct

Usages

used by used in type used
Graph nodes range Node

In Subsets

Aliases

  • Node

See Also

Notes

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:Node
native ocsf:Node

LinkML Source

Direct

name: Node
description: Represents a node or a vertex in a graph structure.
notes:
- 'JSON graph specification. 

  https://github.com/jsongraph/json-graph-specification/'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
see_also:
- https://github.com/jsongraph/json-graph-specification/
aliases:
- Node
is_a: Object
slots:
- data
- desc
- name
- type
- uid
slot_usage:
  data:
    name: data
    description: 'Additional data about the node stored as key-value pairs. Can include
      custom

      properties specific to the node.'
  desc:
    name: desc
    description: A human-readable description of the node's purpose or meaning in
      the graph.
  name:
    name: name
    description: 'A human-readable name or label for the node. Should be descriptive
      and unique

      within the graph context.'
    recommended: true
  type:
    name: type
    description: 'Categorizes the node into a specific class or type. Useful for grouping
      and

      filtering nodes.'
  uid:
    name: uid
    description: 'A unique string or numeric identifier that distinguishes this node
      from all

      others in the graph. Must be unique across all nodes.'
    required: true

Induced

name: Node
description: Represents a node or a vertex in a graph structure.
notes:
- 'JSON graph specification. 

  https://github.com/jsongraph/json-graph-specification/'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
see_also:
- https://github.com/jsongraph/json-graph-specification/
aliases:
- Node
is_a: Object
slot_usage:
  data:
    name: data
    description: 'Additional data about the node stored as key-value pairs. Can include
      custom

      properties specific to the node.'
  desc:
    name: desc
    description: A human-readable description of the node's purpose or meaning in
      the graph.
  name:
    name: name
    description: 'A human-readable name or label for the node. Should be descriptive
      and unique

      within the graph context.'
    recommended: true
  type:
    name: type
    description: 'Categorizes the node into a specific class or type. Useful for grouping
      and

      filtering nodes.'
  uid:
    name: uid
    description: 'A unique string or numeric identifier that distinguishes this node
      from all

      others in the graph. Must be unique across all nodes.'
    required: true
attributes:
  data:
    name: data
    description: 'Additional data about the node stored as key-value pairs. Can include
      custom

      properties specific to the node.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Data
    rank: 1000
    alias: data
    owner: Node
    domain_of:
    - Request
    - Response
    - TlsExtension
    - Resource
    - ApplicationObject
    - Edge
    - Enrichment
    - Evidences
    - ManagedEntity
    - Node
    - Policy
    - QueryInfo
    - WebResource
    - RegValue
    range: string
  desc:
    name: desc
    description: A human-readable description of the node's purpose or meaning in
      the graph.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Description
    rank: 1000
    alias: desc
    owner: Node
    domain_of:
    - Osint
    - RelatedEvent
    - Remediation
    - Vulnerability
    - Advisory
    - Analytic
    - ApplicationObject
    - Assessment
    - Check
    - CisBenchmark
    - CisBenchmarkResult
    - CisControl
    - Compliance
    - Cve
    - Database
    - Databucket
    - Enrichment
    - File
    - FindingObject
    - FindingInfo
    - Graph
    - Group
    - Job
    - Location
    - Node
    - Policy
    - Rule
    - Table
    - WebResource
    - Device
    - IncidentFinding
    range: string
  name:
    name: name
    description: 'A human-readable name or label for the node. Should be descriptive
      and unique

      within the graph context.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Name
    rank: 1000
    alias: name
    owner: Node
    domain_of:
    - AnalysisTarget
    - Observable
    - Os
    - Osint
    - Package
    - Parameter
    - PrivilegeInfo
    - San
    - Scim
    - Script
    - ServicePrivilegeAnalysis
    - SoftwareComponent
    - Sso
    - StartupItem
    - ThreatActor
    - Token
    - Entity
    - Resource
    - Account
    - Agent
    - AiModel
    - Aircraft
    - Analytic
    - ApplicationObject
    - Assessment
    - AutonomousSystem
    - Campaign
    - Check
    - CisBenchmark
    - CisBenchmarkResult
    - CisControl
    - ClassifierDetails
    - Container
    - D3fTactic
    - D3fTechnique
    - Database
    - Databucket
    - DomainContact
    - Edge
    - Endpoint
    - Enrichment
    - EnvironmentVariable
    - Evidences
    - Extension
    - Feature
    - File
    - Graph
    - Group
    - HttpCookie
    - HttpHeader
    - Idp
    - Image
    - Job
    - Kernel
    - KeyValueObject
    - LoadBalancer
    - Logger
    - Malware
    - ManagedEntity
    - MessageContext
    - Metric
    - Mitigation
    - NetworkInterface
    - Node
    - Organization
    - PeripheralDevice
    - Policy
    - ProcessEntity
    - Product
    - QueryInfo
    - Reporter
    - ResourceDetails
    - Rule
    - Scan
    - Service
    - SubTechnique
    - Table
    - Tactic
    - Technique
    - Trait
    - TransformationInfo
    - UnmannedAerialSystem
    - User
    - WebResource
    - Device
    - FtpActivity
    - RegValue
    - WinResource
    - WinService
    - PrefetchQuery
    range: string
    recommended: true
  type:
    name: type
    description: 'Categorizes the node into a specific class or type. Useful for grouping
      and

      filtering nodes.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Type
    rank: 1000
    alias: type
    owner: Node
    domain_of:
    - AnalysisTarget
    - Observable
    - Os
    - Osint
    - Package
    - PrivilegeInfo
    - ProgrammaticCredential
    - RelatedEvent
    - San
    - Sbom
    - Script
    - SoftwareComponent
    - StartupItem
    - ThreatActor
    - Ticket
    - Timespan
    - TlsExtension
    - Token
    - Dns
    - Resource
    - Account
    - Agent
    - Analytic
    - ApplicationObject
    - AuthenticationToken
    - ClassifierDetails
    - Cve
    - Database
    - Databucket
    - DiscoveryDetails
    - DnsAnswer
    - DomainContact
    - EncryptionDetails
    - Endpoint
    - Enrichment
    - File
    - Graph
    - Group
    - Ja4Fingerprint
    - Kernel
    - ManagedEntity
    - Metadata
    - Module
    - NetworkEndpoint
    - NetworkInterface
    - Node
    - PeripheralDevice
    - Policy
    - Rule
    - Scan
    - Trait
    - UnmannedAerialSystem
    - UnmannedSystemOperatingArea
    - User
    - WebResource
    - Device
    - DatastoreActivity
    - FtpActivity
    - RegValue
    - WinResource
    range: string
  uid:
    name: uid
    description: 'A unique string or numeric identifier that distinguishes this node
      from all

      others in the graph. Must be unique across all nodes.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Unique ID
    rank: 1000
    alias: uid
    owner: Node
    domain_of:
    - Osint
    - Package
    - ProgrammaticCredential
    - RelatedEvent
    - Request
    - Sbom
    - Scim
    - Script
    - Session
    - Span
    - Sso
    - Ticket
    - Token
    - Trace
    - Entity
    - Resource
    - Account
    - Advisory
    - Agent
    - AiModel
    - Aircraft
    - Analytic
    - ApplicationObject
    - Assessment
    - Certificate
    - Check
    - ClassifierDetails
    - Container
    - Cve
    - Cwe
    - D3fTactic
    - D3fTechnique
    - DataClassification
    - Database
    - Databucket
    - DomainContact
    - Edge
    - Email
    - Endpoint
    - Evidences
    - Extension
    - Feature
    - File
    - FindingObject
    - FindingInfo
    - Graph
    - Group
    - HttpRequest
    - Idp
    - Image
    - KbArticle
    - LoadBalancer
    - Logger
    - Malware
    - ManagedEntity
    - MessageContext
    - Metadata
    - Mitigation
    - NetworkConnectionInfo
    - NetworkEndpoint
    - NetworkInterface
    - Node
    - Organization
    - PeripheralDevice
    - Policy
    - ProcessEntity
    - Product
    - QueryInfo
    - Reporter
    - Rule
    - Scan
    - Service
    - SubTechnique
    - Table
    - Tactic
    - Technique
    - Trait
    - TransformationInfo
    - UnmannedAerialSystem
    - User
    - WebResource
    - Device
    - WinResource
    range: string
    required: true