https://w3id.org/DLTOntology#SmartContractAttack
Instances of DLTOntology:SmartContractAttack can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class DLTOntology:Attack | |||
DLTOntology:canExploit | owl:ObjectProperty | The canExploit property links an attack on a distributed ledger system or component to the respective vulnerability, which could be used by an attacker to enable further malicious activity in an effort to manipulate or gain control of the system. | DLTOntology:Vulnerability |
DLTOntology:threatens | owl:ObjectProperty | This property indicated that there is an existing attack on a distributed ledger system or one of its components. Attacks can manipulate specific components and data, or generally weaken the structural integrity of the entire system. | DLTOntology:DLTSystem DLTOntology:DLTComponent |
@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:SmartContractAttack a owl:Class ;
rdfs:label "SmartContractAttack" ;
rdfs:subClassOf :Attack .