Skip to content

Class: HttpHeader

The HTTP Header object represents the headers sent in an HTTP request or

response. HTTP headers are key-value pairs that convey additional information

about the HTTP message, including details about the content, caching,

authentication, encoding, and other aspects of the communication.

URI: ocsf:HttpHeader

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

      HttpHeader : name

      HttpHeader : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1
String
The name of the HTTP header direct
value 1
String
The value of the HTTP header direct

Usages

used by used in type used
Email http_headers range HttpHeader
HttpRequest http_headers range HttpHeader
HttpResponse http_headers range HttpHeader

In Subsets

Aliases

  • HTTP Header

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: HttpHeader
description: 'The HTTP Header object represents the headers sent in an HTTP request
  or

  response. HTTP headers are key-value pairs that convey additional information

  about the HTTP message, including details about the content, caching,

  authentication, encoding, and other aspects of the communication.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- HTTP Header
is_a: Object
slots:
- name
- value
slot_usage:
  name:
    name: name
    description: The name of the HTTP header.
    required: true
  value:
    name: value
    description: The value of the HTTP header.
    required: true

Induced

name: HttpHeader
description: 'The HTTP Header object represents the headers sent in an HTTP request
  or

  response. HTTP headers are key-value pairs that convey additional information

  about the HTTP message, including details about the content, caching,

  authentication, encoding, and other aspects of the communication.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- HTTP Header
is_a: Object
slot_usage:
  name:
    name: name
    description: The name of the HTTP header.
    required: true
  value:
    name: value
    description: The value of the HTTP header.
    required: true
attributes:
  name:
    name: name
    description: The name of the HTTP header.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Name
    rank: 1000
    alias: name
    owner: HttpHeader
    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 HTTP header.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Value
    rank: 1000
    alias: value
    owner: HttpHeader
    domain_of:
    - Observable
    - Observation
    - Osint
    - Packet
    - DiscoveryDetails
    - Enrichment
    - EnvironmentVariable
    - Fingerprint
    - HttpCookie
    - HttpHeader
    - Ja4Fingerprint
    - KeyValueObject
    - LongString
    - Metric
    range: string
    required: true