https://ontology.solveit-df.org/solveit/observable/VirtualizedDevice
A device or system that exists as a virtual machine, defined by virtualization configuration and one or more virtual disks rather than running on dedicated physical hardware. A virtualized device may arise in several ways, for example a virtual machine recovered from a suspect's storage, a forensic image booted as a virtual machine for previewing, or a virtual machine built as an analysis platform. This is the parent class for virtualized representations of any device type (e.g. computers, mobile devices).
Instances of solveit-observable:VirtualizedDevice can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:VirtualizedDevice | |||
| solveit-observable:virtualizedFromFile | owl:ObjectProperty | Links a virtualized device to the file or files that constitute its virtual machine, such as a configuration file (e.g. .vmx) and one or more virtual disk files (e.g. .vmdk). Multiple files can be linked. | uco-observable:File |
@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:VirtualizedDevice a owl:Class ;
rdfs:label "Virtualized Device"@en ;
rdfs:comment "A device or system that exists as a virtual machine, defined by virtualization configuration and one or more virtual disks rather than running on dedicated physical hardware. A virtualized device may arise in several ways, for example a virtual machine recovered from a suspect's storage, a forensic image booted as a virtual machine for previewing, or a virtual machine built as an analysis platform. This is the parent class for virtualized representations of any device type (e.g. computers, mobile devices)."@en ;
rdfs:subClassOf uco-observable:ObservableObject .