https://ontology.adversaryengagement.org/ae/engagement/hasAttackSurface
hasAttackSurface is an object property which describes the UcoObjects which compose the attack surface which is expected to interacted with by an adversary.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | engagement:hasAttackSurface | 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:hasAttackSurface a owl:ObjectProperty,
sh:NodeShape ;
rdfs:label "hasAttackSurface"@en ;
rdfs:comment "hasAttackSurface is an object property which describes the UcoObjects which compose the attack surface which is expected to interacted with by an adversary."@en ;
rdfs:range uco-core:UcoObject .