https://ontology.adversaryengagement.org/ae/engagement/DataTarget
A datatarget is a grouping of characteristics unique to a specific target/listener that receives data (e.g. a listening port).
Instances of engagement:DataTarget 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 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/> .
engagement:DataTarget a owl:Class,
sh:NodeShape ;
rdfs:label "DataTarget"@en ;
rdfs:comment "A datatarget is a grouping of characteristics unique to a specific target/listener that receives data (e.g. a listening port)."@en ;
rdfs:subClassOf uco-core:UcoObject ;
sh:targetClass engagement:DataTarget .