https://ontology.solveit-df.org/solveit/observable/VirtualizedComputer
A computer (desktop, laptop, or server) that exists as a virtual machine rather than running on physical hardware. The most common form is a server running as a virtual machine in a datacentre or cloud environment, which may itself be the subject of an investigation or host evidence. In a forensic context a virtualized computer may also, for example, be a virtual machine recovered from seized media, a forensic disk image booted as a virtual machine for previewing, or a virtual machine provisioned as an analysis environment.
Instances of solveit-observable:VirtualizedComputer 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/> .
solveit-observable:VirtualizedComputer a owl:Class ;
rdfs:label "Virtualized Computer"@en ;
rdfs:comment "A computer (desktop, laptop, or server) that exists as a virtual machine rather than running on physical hardware. The most common form is a server running as a virtual machine in a datacentre or cloud environment, which may itself be the subject of an investigation or host evidence. In a forensic context a virtualized computer may also, for example, be a virtual machine recovered from seized media, a forensic disk image booted as a virtual machine for previewing, or a virtual machine provisioned as an analysis environment."@en ;
rdfs:subClassOf solveit-observable:VirtualizedDevice .