| Provide Security in hosts.conf File |
|
Hacker can make changes to /etc/hosts in order to spoof the remote system like a different address. For example, he can transfer ID verification information of a commercial market site by spoofing a fake server like bank's server. Because of this, while doing a DNS query, first real records must be checked then the local records. edit /etc/hosts.conf : vi /etc/hosts.conf
Edit Info Below: # First Check DNS then file /etc/hosts.
order bind,hosts # We have more then one IP adress multi on
# Protection for spoof. nospoof on spoofalert on |