https://ontology.solveit-df.org/solveit/weakness-assessment/WeaknessEvaluation
A risk assessment of a single SOLVE-IT weakness, capturing likelihood, impact, and optionally detectability ratings with computed scores.
Instances of solveit-wa:WeaknessEvaluation can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-wa:WeaknessEvaluation | |||
| solveit-wa:detectDifficultyRating | owl:DatatypeProperty | How difficult the weakness is to detect. Integer score 1-3 (1=Low/easy to detect, 2=Medium, 3=High/hard to detect). | xsd:integer |
| solveit-wa:detectDifficultyRationale | owl:DatatypeProperty | Justification for the assigned detection difficulty rating. | xsd:string |
| solveit-wa:evaluationContext | owl:DatatypeProperty | Free-text context for the evaluation such as tool, platform, or case type. | xsd:string |
| solveit-wa:evaluationNotes | owl:DatatypeProperty | Free-text rationale or caveats about the evaluation. | xsd:string |
| solveit-wa:impactRating | owl:DatatypeProperty | The impact if this weakness manifests. Integer score 1-3 (1=Low, 2=Medium, 3=High). | xsd:integer |
| solveit-wa:impactRationale | owl:DatatypeProperty | Justification for the assigned impact rating. | xsd:string |
| solveit-wa:liImpactScore | owl:DatatypeProperty | Computed score from Likelihood x Impact (range 1-9). Low=1, Medium=2, High=3. | xsd:integer |
| solveit-wa:likelihoodRating | owl:DatatypeProperty | The likelihood that this weakness will manifest. Integer score 1-3 (1=Low, 2=Medium, 3=High). | xsd:integer |
| solveit-wa:likelihoodRationale | owl:DatatypeProperty | Justification for the assigned likelihood rating. | xsd:string |
| solveit-wa:rpnScore | owl:DatatypeProperty | Risk Priority Number: Likelihood x Impact x Detection Difficulty (range 1-27). Only present when detection difficulty is rated. | xsd:integer |
| solveit-wa:evaluatesWeakness | owl:ObjectProperty | Links a weakness evaluation to the specific weakness being assessed. | solveit-core:Weakness |
By the associated SHACL property shapes, instances of solveit-wa:WeaknessEvaluation can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
|---|---|---|---|---|---|---|---|
| solveit-wa:WeaknessEvaluation | |||||||
| solveit-wa:detectDifficultyRating | owl:DatatypeProperty |
How difficult the weakness is to detect. Integer score 1-3 (1=Low/easy to detect, 2=Medium, 3=High/hard to detect).
|
1 |
xsd:integer
|
xsd:integer
|
||
| solveit-wa:evaluatesWeakness | owl:ObjectProperty |
Links a weakness evaluation to the specific weakness being assessed.
|
1 | 1 |
solveit-core:Weakness
|
solveit-core:Weakness
|
|
| solveit-wa:impactRating | owl:DatatypeProperty |
The impact if this weakness manifests. Integer score 1-3 (1=Low, 2=Medium, 3=High).
|
1 | 1 |
xsd:integer
|
xsd:integer
|
|
| solveit-wa:liImpactScore | owl:DatatypeProperty |
Computed score from Likelihood x Impact (range 1-9). Low=1, Medium=2, High=3.
|
1 | 1 |
xsd:integer
|
xsd:integer
|
|
| solveit-wa:likelihoodRating | owl:DatatypeProperty |
The likelihood that this weakness will manifest. Integer score 1-3 (1=Low, 2=Medium, 3=High).
|
1 | 1 |
xsd:integer
|
xsd:integer
|
|
| solveit-wa:rpnScore | owl:DatatypeProperty |
Risk Priority Number: Likelihood x Impact x Detection Difficulty (range 1-27). Only present when detection difficulty is rated.
|
1 |
xsd:integer
|
xsd:integer
|
||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-wa: <https://ontology.solveit-df.org/solveit/weakness-assessment/> .
@prefix uco-analysis: <https://ontology.unifiedcyberontology.org/uco/analysis/> .
solveit-wa:WeaknessEvaluation a owl:Class ;
rdfs:label "Weakness Evaluation"@en ;
rdfs:comment "A risk assessment of a single SOLVE-IT weakness, capturing likelihood, impact, and optionally detectability ratings with computed scores."@en ;
rdfs:subClassOf uco-analysis:AnalyticResult .