<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: WhiteHat Security releases free tool to monitor DNS hijackings	</title>
	<atom:link href="https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/feed/" rel="self" type="application/rss+xml" />
	<link>https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/</link>
	<description>TheWindowsClub Tech News covers the latest Microsoft Windows 10 news, along with other products &#38; services like Office, etc.</description>
	<lastBuildDate>Fri, 13 Sep 2019 15:08:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Ankit Gupta		</title>
		<link>https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4735</link>

		<dc:creator><![CDATA[Ankit Gupta]]></dc:creator>
		<pubDate>Wed, 04 Mar 2015 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://news.thewindowsclub.com/?p=73716#comment-4735</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4730&quot;&gt;hackerman1&lt;/a&gt;.

Hi, Yes, its for UNIX operating system and the tool can be run out of cron. At times we do cover Non-Windows news which could be beneficial for the visitors.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4730">hackerman1</a>.</p>
<p>Hi, Yes, its for UNIX operating system and the tool can be run out of cron. At times we do cover Non-Windows news which could be beneficial for the visitors.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Gupta		</title>
		<link>https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4734</link>

		<dc:creator><![CDATA[Ankit Gupta]]></dc:creator>
		<pubDate>Wed, 04 Mar 2015 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://news.thewindowsclub.com/?p=73716#comment-4734</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4729&quot;&gt;JWC&lt;/a&gt;.

Hi, Thanks for your suggestion. Currently we have covered only the release of the tool. I request you to visit the site for more information. Also, if we review this, I will surely get back to you on &quot;how to install&quot; and so on. Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4729">JWC</a>.</p>
<p>Hi, Thanks for your suggestion. Currently we have covered only the release of the tool. I request you to visit the site for more information. Also, if we review this, I will surely get back to you on &#8220;how to install&#8221; and so on. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan		</title>
		<link>https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4731</link>

		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Wed, 04 Mar 2015 04:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://news.thewindowsclub.com/?p=73716#comment-4731</guid>

					<description><![CDATA[It&#039;s tricky to get this one to work under Cygwin with Windows, so I hope this may help those who could use an easier way in their circumstance. This is important as even when tracerts et al say you&#039;re reaching Google&#039;s dns server (e.g.), it&#039;s recently been found some ISPs are managing to hijack port 53 at router/modem level and re-direct to their own hosted versions...so could anyone able to do such hack.

One simple way Windows users can with fair accuracy confirm/deny DNS hijack even if very low level: open a command prompt (don&#039;t need elevation), and type: nslookup -type=txt which.opendns.com. 208.67.220.220 , hit &quot;enter&quot;; if in the results you see &quot;I am not an OpenDNS server&quot;, you&#039;re being hijacked...if you see some number, with decimal point followed by &quot;aaa&quot; (example: 5.aaa), you&#039;re not being hijacked.

Almost as good is this test, for both TCP and UDP, again via command prompt: testing TCP, type nslookup, hit enter, and to test UDP next type: server dnstest.nnsquad.org, hit enter, and regardless of result type control.hq ; hit enter, and proceed to test TCP by typing next: Is -d control.hq, hit enter; now  compare the ip address you got for UDP and TCP here; if they match, likely no hijack, if they&#039;re different, booyah, hijacked. (If your version of Windows, e.g. 7 Home Premium, doesn&#039;t recognize the &quot;Is&quot; command, instead of &#039;Is&#039; for TCP, type: set type=axfr, hit enter, then type control.hq, hit enter).

Hope some can find these alternative dns checkers useful, cheers!]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s tricky to get this one to work under Cygwin with Windows, so I hope this may help those who could use an easier way in their circumstance. This is important as even when tracerts et al say you&#8217;re reaching Google&#8217;s dns server (e.g.), it&#8217;s recently been found some ISPs are managing to hijack port 53 at router/modem level and re-direct to their own hosted versions&#8230;so could anyone able to do such hack.</p>
<p>One simple way Windows users can with fair accuracy confirm/deny DNS hijack even if very low level: open a command prompt (don&#8217;t need elevation), and type: nslookup -type=txt which.opendns.com. 208.67.220.220 , hit &#8220;enter&#8221;; if in the results you see &#8220;I am not an OpenDNS server&#8221;, you&#8217;re being hijacked&#8230;if you see some number, with decimal point followed by &#8220;aaa&#8221; (example: 5.aaa), you&#8217;re not being hijacked.</p>
<p>Almost as good is this test, for both TCP and UDP, again via command prompt: testing TCP, type nslookup, hit enter, and to test UDP next type: server dnstest.nnsquad.org, hit enter, and regardless of result type control.hq ; hit enter, and proceed to test TCP by typing next: Is -d control.hq, hit enter; now  compare the ip address you got for UDP and TCP here; if they match, likely no hijack, if they&#8217;re different, booyah, hijacked. (If your version of Windows, e.g. 7 Home Premium, doesn&#8217;t recognize the &#8220;Is&#8221; command, instead of &#8216;Is&#8217; for TCP, type: set type=axfr, hit enter, then type control.hq, hit enter).</p>
<p>Hope some can find these alternative dns checkers useful, cheers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hackerman1		</title>
		<link>https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4730</link>

		<dc:creator><![CDATA[hackerman1]]></dc:creator>
		<pubDate>Wed, 04 Mar 2015 03:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://news.thewindowsclub.com/?p=73716#comment-4730</guid>

					<description><![CDATA[Are you sure that this is for Windows ?
Have posted this on the right webbsite ?
It seems to be for Linux / Unix....]]></description>
			<content:encoded><![CDATA[<p>Are you sure that this is for Windows ?<br />
Have posted this on the right webbsite ?<br />
It seems to be for Linux / Unix&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JWC		</title>
		<link>https://news.thewindowsclub.com/whitehat-security-releases-free-tool-monitor-dns-hijackings-73716/#comment-4729</link>

		<dc:creator><![CDATA[JWC]]></dc:creator>
		<pubDate>Wed, 04 Mar 2015 03:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://news.thewindowsclub.com/?p=73716#comment-4729</guid>

					<description><![CDATA[Ankit,

It sounds like a great program.
However, it would be very helpful if some screen shots and more of an explanation of exactly how to set up and use the program.
E.G, Like this: Make sure you use tabs to delimit the strings.
and the other lines of text like that.
Without more explanation many followers will not be able to install and use the program.

I hope you can help and keep up the great coverage.\]]></description>
			<content:encoded><![CDATA[<p>Ankit,</p>
<p>It sounds like a great program.<br />
However, it would be very helpful if some screen shots and more of an explanation of exactly how to set up and use the program.<br />
E.G, Like this: Make sure you use tabs to delimit the strings.<br />
and the other lines of text like that.<br />
Without more explanation many followers will not be able to install and use the program.</p>
<p>I hope you can help and keep up the great coverage.\</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
