vocabulary:HoneypotInteractionTypeVocab leaf node


URI

https://ontology.adversaryengagement.org/ae/vocabulary/HoneypotInteractionTypeVocab

Label

Action Name Vocabulary

Description

Defines a vocabulary of honeypot interaction characteristics.

Usage

Instances of vocabulary:HoneypotInteractionTypeVocab 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

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://ontology.adversaryengagement.org/ae/vocabulary/> .

vocabulary:HoneypotInteractionTypeVocab a rdfs:Datatype ;
    rdfs:label "Action Name Vocabulary"@en-US ;
    rdfs:comment "Defines a vocabulary of honeypot interaction characteristics."@en ;
    rdfs:subClassOf rdfs:Resource ;
    owl:oneOf ( "High"^^vocabulary:HoneypotTypeVocab "Low"^^vocabulary:HoneypotTypeVocab "Dynamic"^^vocabulary:HoneypotTypeVocab ) .