Use the -x option to lookup the main hostname associated with an IP address.
$ dig -x 204.152.184.167 +short
mx-1.isc.org.
Query a different nameserver?
Just specify it on the command line:
dig @ns1.google.com www.google.com
Use the search list in /etc/resolv.conf?
The host utility will automatically use the search list in your /etc/resolv.conf file.
$ host www
www.madboa.com has address 65.102.49.170
By default, however, dig doesn’t—which may produce some unexpected results. If you want to use local hostnames instead of fully qualified domain names, use the +search option.