https://ontology.adversaryengagement.org/ae/attack/AttackPattern
An attack pattern is a common approach (set of actions) utilized by a person or organization to carry out malicious activity intended to achieve some particular objective (within a particular context) against a targeted victim.
Instances of attack:AttackPattern 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 |
By the associated SHACL property shapes, instances of attack:AttackPattern can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
---|---|---|---|---|---|---|---|
attack:AttackPattern | |||||||
objective:hasObjective | owl:ObjectProperty |
|
engagement:Objective
|
objective:Objective
|
@prefix attack: <https://ontology.adversaryengagement.org/ae/attack/> .
@prefix engagement: <https://ontology.adversaryengagement.org/ae/engagement/> .
@prefix objective: <https://ontology.adversaryengagement.org/ae/objective/> .
@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:AttackPattern a owl:Class,
sh:NodeShape ;
rdfs:label "AttackPattern"@en ;
rdfs:comment "An attack pattern is a common approach (set of actions) utilized by a person or organization to carry out malicious activity intended to achieve some particular objective (within a particular context) against a targeted victim."@en ;
rdfs:subClassOf uco-action:ActionPattern ;
sh:property [ sh:class engagement:Objective ;
sh:nodeKind sh:IRI ;
sh:path objective:hasObjective ] ;
sh:targetClass attack:AttackPattern .