https://ontology.adversaryengagement.org/ae/engagement/LureObject
An object or set of objects used to attract an adversary that has the perception of high value regardless if it actually has high value.
Instances of engagement:LureObject 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 |
By the associated SHACL property shapes, instances of engagement:LureObject can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
---|---|---|---|---|---|---|---|
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
|
@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#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
engagement:LureObject a owl:Class,
sh:NodeShape ;
rdfs:label "LureObject"@en ;
rdfs:comment " An object or set of objects used to attract an adversary that has the perception of high value regardless if it actually has high value."@en ;
rdfs:subClassOf uco-core:UcoObject ;
sh:property [ sh:class uco-core:UcoObject ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
sh:path engagement:hasCharacterization ],
[ sh:class uco-core:UcoObject ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
sh:path engagement:hasPerceptionCharacterization ],
[ sh:class uco-core:UcoObject ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
sh:path engagement:hasAttackSurface ] ;
sh:targetClass engagement:LureObject .