If you are in a Windows network, and you basically connect to a website ; And there is an attacker on Linux who changes the hostname
to WPAD
and configures WPAD.dat in his system, all your PC's traffic can be captured (or) spoofed.
WPAD.dat - Something like:
function FindProxyForUrl(url, h){
return "FAKE PROXY";
}