engagement:HoneyToken leaf node


URI

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

Label

HoneyToken

Description

A honey token gives an adversary direct access to a honeypot.

Target Classes (1)

Shape Properties

Instances of engagement:HoneyToken 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:HoneyToken a owl:Class,
        sh:NodeShape ;
    rdfs:label "HoneyToken"@en ;
    rdfs:comment "A honey token gives an adversary direct access to a honeypot."@en ;
    rdfs:subClassOf engagement:HoneyObject ;
    sh:targetClass engagement:HoneyToken .