engagement:Decoy leaf node


URI

https://ontology.adversaryengagement.org/ae/engagement/Decoy

Label

Decoy

Description

A decoy is a placed object that has the perception of enough value to an adversary to pursue but contains no real value.

Shapes (1)

Usage

Instances of engagement:Decoy 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

Property Shapes

By the associated SHACL property shapes, instances of engagement:Decoy can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

engagement:LureObject
engagement:hasAttackSurface owl:ObjectProperty hasAttackSurface is an object property which describes the UcoObjects which compose the attack surface which is expected to interacted with by an adversary.
1 uco-core:UcoObject
uco-core:UcoObject
engagement:hasCharacterization owl:ObjectProperty hasCharacterization is an object property which describes the UcoObjects which compose a deception object or adversary engagement concept.
1 uco-core:UcoObject
uco-core:UcoObject
engagement:hasPerceptionCharacterization owl:ObjectProperty hasPerceptionCharacterization is an object property which describes the UcoObjects which compose the perception object which an adversary perceives.
1 uco-core:UcoObject
uco-core:UcoObject

Implementation

@prefix engagement: <https://ontology.adversaryengagement.org/ae/engagement/> .
@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#> .

engagement:Decoy a owl:Class,
        sh:NodeShape ;
    rdfs:label "Decoy"@en ;
    rdfs:comment " A decoy is a placed object that has the perception of enough value to an adversary to pursue but contains no real value."@en ;
    rdfs:subClassOf engagement:LureObject ;
    sh:targetClass engagement:Decoy .