Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #14587667
BIND (DNS) Server
Description: This server will function as a DNSDomain Name System server to forward DNSDomain Name System queries to the appropriate NDBNetwork Devices Branch or DEVLAN DNSDomain Name System server. Currently, there is no way to resolve to both DEVLAN and NDBNetwork Devices Branch internal domains. By pointing at this server, it will forward the DNSDomain Name System request to the approriate DNSDomain Name System server.
IP Address: 10.9.9.12
OS: Ubuntu Server 14.04 LTSLong Term Support x64
VM Name: BINDDNSDomain Name System server software DNSDomain Name System Server - 10.9.9.12
username: ubuntu
password: NDBrul3s!
Steps to Setup Server
- Clone Ubuntu Server 14.04 from VMVirtual Machine Template (ubuntu server x64 1`4.04 LTSLong Term Support)
- Using vCenter, perform the following:
- Tag VMVirtual Machine as 'Production Server'.
- Edit VMVirtual Machine settings:
- Delete NIC2.
- Add NIC1 to vmcli-29
- Power on VM
- Open Console to VMVirtual Machine and change IP address settings:
- $ sudo vi /etc/network/interfaces
- address 10.9.9.12
- dns-nameservers 10.3.1.12
- dns-search devlan.net
- $ sudo reboot
- $ sudo vi /etc/network/interfaces
- Once rebooted, access the VMVirtual Machine via PuTTY.
- Update hostname
- $ sudo /etc/hostname
- Change to 'bindserver'
- Update apt repo
- $ sudo apt-get update
- Install BIND9
- sudo apt-get install bind9 bind9utils bind9-doc
- Edit BINDDNSDomain Name System server software config
- Edit named.conf.local
- Edit named.conf.options
- Check BINDDNSDomain Name System server software config
- $ named-checkconf
- Reload BINDDNSDomain Name System server software config
- $ sudo service bind9 reload
- Update hostname