solveit-observable:Wordlist leaf node


URI

https://ontology.solveit-df.org/solveit/observable/Wordlist

Label

Wordlist

Description

A list of words or terms used as input to techniques such as keyword searching or dictionary-based password attacks. May be a case-type wordlist (standard terms for a category of investigation), a case-specific wordlist (names, addresses, dates etc. specific to the investigation), or a general-purpose dictionary (e.g. for password recovery).

Usage

Instances of solveit-observable:Wordlist can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:Wordlist a owl:Class ;
    rdfs:label "Wordlist"@en ;
    rdfs:comment "A list of words or terms used as input to techniques such as keyword searching or dictionary-based password attacks. May be a case-type wordlist (standard terms for a category of investigation), a case-specific wordlist (names, addresses, dates etc. specific to the investigation), or a general-purpose dictionary (e.g. for password recovery)."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .