engagement:Sandbox leaf node


URI

https://ontology.adversaryengagement.org/ae/engagement/Sandbox

Label

Sandbox

Description

A controlled environment intended for malware detonation and malware analysis.

Superclasses (1)

Target Classes (1)

Shape Properties

Instances of engagement:Sandbox can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

engagement:Sandbox
engagement:hasCharacterization 1 uco-core:UcoObject

Implementation

@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:Sandbox a owl:Class,
        sh:NodeShape ;
    rdfs:label "Sandbox"@en ;
    rdfs:comment " A controlled environment intended for malware detonation and malware analysis."@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:targetClass engagement:Sandbox .