sc2r:DisconnectMeasure leaf node


URI

http://cs.unu.edu/sc2r#DisconnectMeasure

Label

Disconnect Measure

Description

The Disconnect measure involves removal of connection and interaction between the threat and the affected cyber resource. While the threat remains, the affected resource is removed from the attack situation. For example, in the case of a Remote Execution attack or Denial of Service attack, this could include physical disconnection of affected devices from the network. In the case of socio-technical threats, such as cyberbullying, it could include disconnecting from the relevant platform.

Usage

Instances of sc2r:DisconnectMeasure can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class sc2r:Response
sc2r:mitigates owl:ObjectProperty -- sc2r:Threat
sc2r:reduces owl:ObjectProperty -- sc2r:Vulnerability
From class owl:Thing
dc1:creator owl:AnnotationProperty -- owl:Thing
dc1:description owl:AnnotationProperty -- owl:Thing
dc1:rights owl:AnnotationProperty -- owl:Thing
dc:creator owl:AnnotationProperty -- owl:Thing
dc:description owl:AnnotationProperty -- owl:Thing
dc:rights owl:AnnotationProperty -- owl:Thing
sc2r:hasID owl:DatatypeProperty -- owl:Thing
sc2r:relatesTo owl:ObjectProperty -- owl:Thing

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sc2r: <http://cs.unu.edu/sc2r#> .

sc2r:DisconnectMeasure a owl:Class ;
    rdfs:label "Disconnect Measure" ;
    rdfs:comment """The Disconnect measure involves removal of connection and interaction between the threat and the affected cyber resource. While the threat remains, the affected resource is removed from the attack situation.

For example, in the case of a Remote Execution attack or Denial of Service attack, this could include physical disconnection of affected devices from the network. In the case of socio-technical threats, such as cyberbullying, it could include disconnecting from the relevant platform.""" ;
    rdfs:subClassOf sc2r:EngageMeasure .