Skip to content

Class: Campaign

Campaign represent organized efforts by threat actors to achieve malicious

objectives over a period, often characterized by shared tactics, techniques,

and procedures (TTPs).

URI: ocsf:Campaign

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

      Campaign : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1
String
The name of a specific campaign associated with a cyber threat direct

Usages

used by used in type used
Osint campaign range Campaign

In Subsets

Aliases

  • Campaign

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:Campaign
native ocsf:Campaign
exact attack:Campaign, stix:Campaign

LinkML Source

Direct

name: Campaign
description: 'Campaign represent organized efforts by threat actors to achieve malicious

  objectives over a period, often characterized by shared tactics, techniques,

  and procedures (TTPs).'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Campaign
exact_mappings:
- attack:Campaign
- stix:Campaign
is_a: Object
slots:
- name
slot_usage:
  name:
    name: name
    description: The name of a specific campaign associated with a cyber threat.
    required: true

Induced

name: Campaign
description: 'Campaign represent organized efforts by threat actors to achieve malicious

  objectives over a period, often characterized by shared tactics, techniques,

  and procedures (TTPs).'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Campaign
exact_mappings:
- attack:Campaign
- stix:Campaign
is_a: Object
slot_usage:
  name:
    name: name
    description: The name of a specific campaign associated with a cyber threat.
    required: true
attributes:
  name:
    name: name
    description: The name of a specific campaign associated with a cyber threat.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Name
    rank: 1000
    alias: name
    owner: Campaign
    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