attack:CyberKillChain leaf node


URI

https://ontology.adversaryengagement.org/ae/attack/CyberKillChain

Label

CyberKillChain

Description

An cyber kill chain is an ordered sequence of actions or events describing a lifecycle from some framework.

Superclasses (1)

Usage

Instances of attack:CyberKillChain can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
engagement:alertContext owl:ObjectProperty An alert context describes the association of actions and objects relating to an alert. uco-core:UcoObject

Implementation

@prefix attack: <https://ontology.adversaryengagement.org/ae/attack/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .

attack:CyberKillChain a owl:Class,
        sh:NodeShape ;
    rdfs:label "CyberKillChain"@en ;
    rdfs:comment "An cyber kill chain is an ordered sequence of actions or events describing a lifecycle from some framework."@en ;
    rdfs:subClassOf uco-action:ActionLifecycle ;
    sh:targetClass attack:CyberKillChain .