SecureWinVM

OUTDATED DUE TO DEPRICATION OF WINDOWS 10. Secure configuration that prevents apps from detecting the VM from the inside
Log | Files | Refs | README

winSSM.xml (8057B)


      1 <domain type='kvm'>
      2   <name>winSSM</name>
      3   <uuid>f27f8fb1-3799-4069-ab0d-cc97425d94d0</uuid>
      4   <metadata>
      5     <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
      6       <libosinfo:os id="http://microsoft.com/win/10"/>
      7     </libosinfo:libosinfo>
      8   </metadata>
      9   <memory unit='KiB'>8388608</memory>
     10   <currentMemory unit='KiB'>8388608</currentMemory>
     11   <vcpu placement='static'>4</vcpu>
     12   <sysinfo type="smbios">
     13     <bios>
     14       <entry name="vendor">Lenovo</entry>
     15       <entry name="version">1.21</entry>
     16     </bios>
     17     <baseBoard>
     18       <entry name="manufacturer">Lenovo</entry>
     19       <entry name="product">21HMCTO1WWBE1</entry>
     20       <entry name="version">0B98401 Pro</entry>
     21       <entry name="serial">W1KS427111E</entry>
     22     </baseBoard>
     23     <system>
     24       <entry name="manufacturer">Lenovo</entry>
     25       <entry name="product">ThinkPad X1 Carbon</entry>
     26       <entry name="version">11</entry>
     27       <entry name="serial">WZpzL8vq</entry>
     28     </system>
     29   </sysinfo>
     30   <os>
     31     <type arch='x86_64' machine='pc-q35-8.1'>hvm</type>
     32     <boot dev='hd'/>
     33     <smbios mode="sysinfo"/>
     34   </os>
     35   <features>
     36     <kvm>
     37       <hidden state='on'/>
     38     </kvm>
     39     <acpi/>
     40     <apic/>
     41     <hyperv mode='custom'>
     42       <relaxed state='on'/>
     43       <vapic state='on'/>
     44       <spinlocks state='on' retries='8191'/>
     45     </hyperv>
     46     <vmport state='off'/>
     47   </features>
     48   <cpu mode='host-passthrough' check='none' migratable='on'/>
     49   <clock offset='localtime'>
     50     <timer name='rtc' tickpolicy='catchup'/>
     51     <timer name='pit' tickpolicy='delay'/>
     52     <timer name='hpet' present='no'/>
     53     <timer name='hypervclock' present='yes'/>
     54   </clock>
     55   <on_poweroff>destroy</on_poweroff>
     56   <on_reboot>restart</on_reboot>
     57   <on_crash>destroy</on_crash>
     58   <pm>
     59     <suspend-to-mem enabled='no'/>
     60     <suspend-to-disk enabled='no'/>
     61   </pm>
     62   <devices>
     63     <emulator>/run/libvirt/nix-emulators/qemu-system-x86_64</emulator>
     64     <disk type='file' device='disk'>
     65       <driver name='qemu' type='qcow2'/>
     66       <source file='/home/tdr/Documents/uni/4thSemester/ssm/project/xml/winSSM.qcow2'/>
     67       <target dev='sda' bus='sata'/>
     68       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
     69     </disk>
     70     <disk type='file' device='cdrom'>
     71       <driver name='qemu' type='raw'/>
     72       <source file='/home/tdr/2nd-drive/iso-files/win10-2023.iso'/>
     73       <target dev='sdb' bus='sata'/>
     74       <readonly/>
     75       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
     76     </disk>
     77     <controller type='usb' index='0' model='qemu-xhci' ports='15'>
     78       <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
     79     </controller>
     80     <controller type='pci' index='0' model='pcie-root'/>
     81     <controller type='pci' index='1' model='pcie-root-port'>
     82       <model name='pcie-root-port'/>
     83       <target chassis='1' port='0x10'/>
     84       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
     85     </controller>
     86     <controller type='pci' index='2' model='pcie-root-port'>
     87       <model name='pcie-root-port'/>
     88       <target chassis='2' port='0x11'/>
     89       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
     90     </controller>
     91     <controller type='pci' index='3' model='pcie-root-port'>
     92       <model name='pcie-root-port'/>
     93       <target chassis='3' port='0x12'/>
     94       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
     95     </controller>
     96     <controller type='pci' index='4' model='pcie-root-port'>
     97       <model name='pcie-root-port'/>
     98       <target chassis='4' port='0x13'/>
     99       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
    100     </controller>
    101     <controller type='pci' index='5' model='pcie-root-port'>
    102       <model name='pcie-root-port'/>
    103       <target chassis='5' port='0x14'/>
    104       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
    105     </controller>
    106     <controller type='pci' index='6' model='pcie-root-port'>
    107       <model name='pcie-root-port'/>
    108       <target chassis='6' port='0x15'/>
    109       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
    110     </controller>
    111     <controller type='pci' index='7' model='pcie-root-port'>
    112       <model name='pcie-root-port'/>
    113       <target chassis='7' port='0x16'/>
    114       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/>
    115     </controller>
    116     <controller type='pci' index='8' model='pcie-root-port'>
    117       <model name='pcie-root-port'/>
    118       <target chassis='8' port='0x17'/>
    119       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x7'/>
    120     </controller>
    121     <controller type='pci' index='9' model='pcie-root-port'>
    122       <model name='pcie-root-port'/>
    123       <target chassis='9' port='0x18'/>
    124       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
    125     </controller>
    126     <controller type='pci' index='10' model='pcie-root-port'>
    127       <model name='pcie-root-port'/>
    128       <target chassis='10' port='0x19'/>
    129       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
    130     </controller>
    131     <controller type='pci' index='11' model='pcie-root-port'>
    132       <model name='pcie-root-port'/>
    133       <target chassis='11' port='0x1a'/>
    134       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
    135     </controller>
    136     <controller type='pci' index='12' model='pcie-root-port'>
    137       <model name='pcie-root-port'/>
    138       <target chassis='12' port='0x1b'/>
    139       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x3'/>
    140     </controller>
    141     <controller type='pci' index='13' model='pcie-root-port'>
    142       <model name='pcie-root-port'/>
    143       <target chassis='13' port='0x1c'/>
    144       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x4'/>
    145     </controller>
    146     <controller type='pci' index='14' model='pcie-root-port'>
    147       <model name='pcie-root-port'/>
    148       <target chassis='14' port='0x1d'/>
    149       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x5'/>
    150     </controller>
    151     <controller type='sata' index='0'>
    152       <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    153     </controller>
    154     <controller type='virtio-serial' index='0'>
    155       <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    156     </controller>
    157     <interface type='network'>
    158       <mac address='52:54:00:2e:3f:a4'/>
    159       <source network='default'/>
    160       <model type='e1000e'/>
    161       <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    162     </interface>
    163     <serial type='pty'>
    164       <target type='isa-serial' port='0'>
    165         <model name='isa-serial'/>
    166       </target>
    167     </serial>
    168     <console type='pty'>
    169       <target type='serial' port='0'/>
    170     </console>
    171     <channel type='spicevmc'>
    172       <target type='virtio' name='com.redhat.spice.0'/>
    173       <address type='virtio-serial' controller='0' bus='0' port='1'/>
    174     </channel>
    175     <input type='tablet' bus='usb'>
    176       <address type='usb' bus='0' port='1'/>
    177     </input>
    178     <input type='mouse' bus='ps2'/>
    179     <input type='keyboard' bus='ps2'/>
    180     <graphics type='spice' autoport='yes'>
    181       <listen type='address'/>
    182       <image compression='off'/>
    183     </graphics>
    184     <sound model='ich9'>
    185       <address type='pci' domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/>
    186     </sound>
    187     <audio id='1' type='spice'/>
    188     <video>
    189       <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
    190       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
    191     </video>
    192     <redirdev bus='usb' type='spicevmc'>
    193       <address type='usb' bus='0' port='2'/>
    194     </redirdev>
    195     <redirdev bus='usb' type='spicevmc'>
    196       <address type='usb' bus='0' port='3'/>
    197     </redirdev>
    198     <watchdog model='itco' action='reset'/>
    199     <memballoon model='virtio'>
    200       <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    201     </memballoon>
    202   </devices>
    203 </domain>