engagement:HoneyObject


URI

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

Label

HoneyObject

Description

An domain object that is created to be percieved by an adversary to have high value to pursue in an adversary engagement operation that has no value out of scope of the operation's intended perception.

Target Classes (1)

Shape Properties

Instances of engagement:HoneyObject can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

engagement:LureObject
engagement:hasAttackSurface 1 uco-core:UcoObject
engagement:hasCharacterization 1 uco-core:UcoObject
engagement:hasPerceptionCharacterization 1 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:HoneyObject a owl:Class,
        sh:NodeShape ;
    rdfs:label "HoneyObject"@en ;
    rdfs:comment " An domain object that is created to be percieved by an adversary to have high value to pursue in an adversary engagement operation that has no value out of scope of the operation's intended perception."@en ;
    rdfs:subClassOf engagement:LureObject ;
    sh:targetClass engagement:HoneyObject .