Enum: ScoreIdEnum
The normalized reputation score identifier.
URI: ocsf:ScoreIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The reputation score is unknown |
| VERY_SAFE | None | Long history of good behavior |
| SAFE | None | Consistently good behavior |
| PROBABLY_SAFE | None | Reasonable history of good behavior |
| LEANS_SAFE | None | Starting to establish a history of normal behavior |
| MAY_NOT_BE_SAFE | None | No established history of normal behavior |
| EXERCISE_CAUTION | None | Starting to establish a history of suspicious or risky behavior |
| SUSPICIOUS_RISKY | None | A site with a history of suspicious or risky behavior |
| POSSIBLY_MALICIOUS | None | Strong possibility of maliciousness |
| PROBABLY_MALICIOUS | None | Indicators of maliciousness |
| MALICIOUS | None | Proven evidence of maliciousness |
| OTHER | None | The reputation score is not mapped |
Slots
| Name | Description |
|---|---|
| score_id | The normalized reputation score identifier |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: ScoreIdEnum
description: The normalized reputation score identifier.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The reputation score is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
VERY_SAFE:
text: VERY_SAFE
description: Long history of good behavior.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Very Safe
SAFE:
text: SAFE
description: Consistently good behavior.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Safe
PROBABLY_SAFE:
text: PROBABLY_SAFE
description: Reasonable history of good behavior.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Probably Safe
LEANS_SAFE:
text: LEANS_SAFE
description: Starting to establish a history of normal behavior.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Leans Safe
MAY_NOT_BE_SAFE:
text: MAY_NOT_BE_SAFE
description: No established history of normal behavior.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: May not be Safe
EXERCISE_CAUTION:
text: EXERCISE_CAUTION
description: Starting to establish a history of suspicious or risky behavior.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: Exercise Caution
SUSPICIOUS_RISKY:
text: SUSPICIOUS_RISKY
description: 'A site with a history of suspicious or risky behavior. (spam, scam,
potentially
unwanted software, potentially malicious).'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: Suspicious/Risky
POSSIBLY_MALICIOUS:
text: POSSIBLY_MALICIOUS
description: Strong possibility of maliciousness.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: Possibly Malicious
PROBABLY_MALICIOUS:
text: PROBABLY_MALICIOUS
description: Indicators of maliciousness.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '9'
caption:
tag: caption
value: Probably Malicious
MALICIOUS:
text: MALICIOUS
description: Proven evidence of maliciousness.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '10'
caption:
tag: caption
value: Malicious
OTHER:
text: OTHER
description: 'The reputation score is not mapped. See the <code>rep_score</code>
attribute,
which contains a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other