https://ontology.adversaryengagement.org/ae/attack/CyberKillChain
An cyber kill chain is an ordered sequence of actions or events describing a lifecycle from some framework.
Instances of attack:CyberKillChain can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .