Skip to content

Class: EnvironmentVariable

An environment variable.

URI: ocsf:EnvironmentVariable

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

      EnvironmentVariable : name

      EnvironmentVariable : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1
String
The name of the environment variable direct
value 1
String
The value of the environment variable direct

Usages

used by used in type used
Process environment_variables range EnvironmentVariable
LinuxProcess environment_variables range EnvironmentVariable
MacosProcess environment_variables range EnvironmentVariable
WindowsProcess environment_variables range EnvironmentVariable

In Subsets

Aliases

  • Environment Variable

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:EnvironmentVariable
native ocsf:EnvironmentVariable
exact uco_master:EnvironmentVariable

LinkML Source

Direct

name: EnvironmentVariable
description: An environment variable.
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Environment Variable
exact_mappings:
- uco_master:EnvironmentVariable
is_a: Object
slots:
- name
- value
slot_usage:
  name:
    name: name
    description: The name of the environment variable.
    required: true
  value:
    name: value
    description: The value of the environment variable.
    required: true

Induced

name: EnvironmentVariable
description: An environment variable.
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Environment Variable
exact_mappings:
- uco_master:EnvironmentVariable
is_a: Object
slot_usage:
  name:
    name: name
    description: The name of the environment variable.
    required: true
  value:
    name: value
    description: The value of the environment variable.
    required: true
attributes:
  name:
    name: name
    description: The name of the environment variable.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Name
    rank: 1000
    alias: name
    owner: EnvironmentVariable
    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
    required: true
  value:
    name: value
    description: The value of the environment variable.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Value
    rank: 1000
    alias: value
    owner: EnvironmentVariable
    domain_of:
    - Observable
    - Observation
    - Osint
    - Packet
    - DiscoveryDetails
    - Enrichment
    - EnvironmentVariable
    - Fingerprint
    - HttpCookie
    - HttpHeader
    - Ja4Fingerprint
    - KeyValueObject
    - LongString
    - Metric
    range: string
    required: true