Your download link is at the very bottom of the page... always.



Processed through Paypal
No account required.


Donate Bitcoin to this wallet:
1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm
Donate Ethereum to this wallet:
0x40E56922F43637224935CDC35e2c96E0392A8505
Donate Litecoin to this wallet:
LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL

Buy our over-priced crap to help keep things running.
Take No CrapwareOG Dad CapNo Password


Join our Facebook groupFollow us on TwitterFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Network Monitoring and Hacks » DNSQuerySniffer v1.85   
File - Download DNSQuerySniffer v1.85
Description

Always scroll to the bottom of the page for the main download link.
We don't believe in fake/misleading download buttons and tricks. The link is always in the same place.


DNSQuerySniffer v1.85

A network sniffer utility that shows the DNS queries sent on your system.

For every DNS query, the following information is displayed: Host Name, Port Number, Query ID, Request Type (A, AAAA, NS, MX, and so on), Request Time, Response Time, Duration, Response Code, Number of records, and the content of the returned DNS records.
You can easily export the DNS queries information to csv/tab-delimited/xml/html file, or copy the DNS queries to the clipboard, and then paste them into Excel or other spreadsheet application.

System Requirements

This utility works on any version of Windows, starting from Windows 2000, and up to Windows 10. Both 32-bit and 64-bit systems are supported.
On some systems, capturing packets with the 'Raw Sockets' method may not work properly, and thus you'll need to install the WinPcap capture driver or the Network Monitor driver.
Even if the 'Raw Sockets' method works properly on your system, it's recommended to install the WinPcap capture driver or Microsoft Network Monitor driver (version 3.4 or later) in order to get more accurate date/time information ('Request Time', 'Response Time', and 'Duration' columns)
In order to use the Network Monitor driver on 64-bit systems, you have to download the x64 version of DNSQuerySniffer.


Changes:
Version 1.85

Added option to change the sorting column from the menu (View -> Sort By). Like the column header click sorting, if you click again the same sorting menu item, it'll switch between ascending and descending order. Also, if you hold down the shift key while choosing the sort menu item, you'll get a secondary sorting.
Updated to work properly in high DPI mode.

Start Using DNSQuerySniffer
Except of a capture driver that you may need to install, DNSQuerySniffer doesn't require any installation process or additional dll files. In order to start using it, simply run the executable file - DNSQuerySniffer.exe
After running DNSQuerySniffer in the first time, the 'Capture Options' window appears on the screen, and you're requested to choose the capture method and the desired network adapter. In the next time that you use DNSQuerySniffer, it'll automatically start capturing packets with the capture method and the network adapter that you previously selected. You can always change the 'Capture Options' again by pressing F9.

After choosing the capture method and network adapter, DNSQuerySniffer starts the displays the detail of every DNS query sent on your system.
You can press F6 to stop the DNS capture, F5 to start it again, or Ctrl+X to clear the current DNS queries list.

You can select one or more DNS query lines, and then use the 'Save Selected Items' option to export them into csv/tab-delimited/xml/html file. You can also copy the selected DNS queries to the clipboard (Ctrl+C) and then paste them (Ctrl+V) into Excel or other spreedsheet application.

DNSQuerySniffer Columns

Host Name: The host name to query
Port Number: The client UDP port that was used to send the DNS query.
Query ID: The ID of the query.
Request Type: The type of the DNS request - A, AAAA, NS, MX, and so on...
Request Time: The exact time that the DNS request was sent. The time is specified in absolute date/time or relative to the capture start, depending on what you choose in Options -> Time Display Mode.
Be aware that this column displays more accurate result when using WinPcap driver or Microsoft Network Monitor driver, version 3.4 or later.
Response Time: The exact time that the DNS response was received. The time is specified in absolute date/time or relative to the capture start, depending on what you choose in Options -> Time Display Mode.
Be aware that this column displays more accurate result when using WinPcap driver or Microsoft Network Monitor driver, version 3.4 or later.
Duration: The time difference in milliseconds between the Request Time and Response Time.
Response Code: The returned response code. If the response code is not 'Ok', it means that the DNS server returned an error, and the bullet icon will be in red instead of green.
Records Count: Total number of records returned by the DNS server.
A: Displays the IP addresses list (IPv4) returned by the DNS server.
AAAA: Displays the IP addresses list (IPv6) returned by the DNS server.
CNAME: Displays the CNAME record returned by the DNS server.
NS: Displays the NS records returned by the DNS server.
MX: Displays the MX records returned by the DNS server.
PTR: Displays the PTR records returned by the DNS server.
SOA: Displays the SOA record returned by the DNS server.
Source Address: The IP address of the client that sent the DNS query.
Destination Address: The IP address of the DNS server that received the DNS query.

Meaning of icon color

Green - Success response received from the DNS server.
Red - Failed response received from the DNS server.
Yellow - There is no any response from the DNS server.

IP Address Country/City Information
DNSQuerySniffer allows you to view country/city information for every IP address found in the A records of the DNS response ('IP Country' column). In order to activate this feature, you have to download one of the following external files, and put the file in the same folder of DNSQuerySniffer.exe:

http://software77.net/geo-ip/: Download the IPv4 CSV file, extract it from the zip/gz file, and put it in the same folder of DNSQuerySniffer.exe as IpToCountry.csv
GeoLite City database: Download the GeoLite City in Binary / gzip (GeoLiteCity.dat.gz) and put it in the same folder of DNSQuerySniffer.exe
If you want to get faster loading process, extract the GeoLiteCity.dat from the GeoLiteCity.dat.gz and put it in the same folder of DNSQuerySniffer.exe

Integration with IPNetInfo utility
If you want to get more information about the IP address displayed in the DNS A record, you can use the Integration with IPNetInfo utility in order to easily view the IP address information loaded directly from WHOIS servers:

Download and run the latest version of IPNetInfo utility.
Select the desired items, and then choose "IPNetInfo - A Record" from the File menu (or simply click Ctrl+I).
IPNetInfo will retrieve the information about IP addresses of the selected items.

Command-Line Options
/cfg <Filename> Start DNSQuerySniffer with the specified configuration file. For example:
DNSQuerySniffer.exe /cfg "c:\config\dqs.cfg"
DNSQuerySniffer.exe /cfg "%AppData%\DNSQuerySniffer.cfg"

Translating DNSQuerySniffer to other languages
In order to translate DNSQuerySniffer to other language, follow the instructions below:

Run DNSQuerySniffer with /savelangfile parameter:
DNSQuerySniffer.exe /savelangfile
A file named DNSQuerySniffer_lng.ini will be created in the folder of DNSQuerySniffer utility.
Open the created language file in Notepad or in any other text editor.
Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
After you finish the translation, Run DNSQuerySniffer, and all translated strings will be loaded from the language file.
If you want to run DNSQuerySniffer without the translation, simply rename the language file, or move it to another folder.

License
This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this and you don't sell it or distribute it as a part of commercial product. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer
The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback
If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com







This download is for the 64bit version. If you need the 32bit version, download here.




Click here to visit the author's website.
Continue below for the main download link.


Downloads Views Developer Last Update Version Size Type Rank
8,689 13,099 Nir Sofer <img src="https://www.oldergeeks.com/downloads/gallery/thumbs/dnsquerysniffer_th.png"border="0"> Jul 26, 2021 - 11:11 1.85 136.3KB ZIP 5/5, out of 50 Votes.
File Tags
DNSQuerySniffer  v1.85  
      
Whoa! Slow down there, Speedy.
Kindly read this and then continue to download below.

Like seeing no ads? No misleading/fake download buttons?
We like it too! This site has been kept alive for 15 years
because of people just like you who download and donate.
No one is stopping you from downloading without donating
but the site runs on the "Honor System". If your momma
raised you to be honorable, make a donation and download
'til ya turn blue. Make your momma proud!

Thank you! -Randy & Deanna (The Older Geeks)
Missouri Ozarks, USA

Monthly operating costs = $750
Donations cover operating costs first
then are set aside for future upgrades and/or
handed-over to Deanna for new shoes.

Or

Or
Send a check payable to Home Computer Repair LLC, 208 E. Water St. Mount Vernon, MO 65712


Recent Super Donors ($50+)
Thanks, Michael
Thanks, Russell
Thanks, Home Business Services Inc
Thanks, Robert

Recent Donors
Thanks, Michael
Thanks, Douglas
Thanks, Tery
Thanks, Athar
Thanks, Louise
Thanks, John
Thanks, Richard
Thanks, Mark
Thanks, John
Thanks, Linda

→ Download Your File ←


Click to Rate File     Share it on Twitter →


OlderGeeks.com Copyright (c) 2024