Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #14587667
Linux - New VM Checklist
These steps should be performed whenever a linux VMVirtual Machine is cloned via a VMVirtual Machine Template or directly from another VM.
A. Change IP Address
- Edit /etc/network/interfaces
- Sample Config:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 10.9.8.99
netmask 255.255.255.0
network 10.9.8.0
broadcast 10.9.8.255
gateway 10.9.8.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.9.8.21
dns-search testrange.local
B. Edit the hostname
- /etc/hostname
- /etc/hosts
C. Install VMware tools (if applicable)
- Install VMware tools from within vSphere.
D. Assign Tag(s) to the VMVirtual Machine in vSphere