https://ontology.adversaryengagement.org/ae/vocabulary/HoneypotInteractionTypeVocab
Defines a vocabulary of honeypot interaction characteristics.
Instances of vocabulary:HoneypotInteractionTypeVocab 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 |
@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 ) .