<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NTLM | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/ntlm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2023 18:20:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>NTLM | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>Checking Pwned Passwords against Active Directory&#8217;s NTLM Hashes</title>
		<link>https://www.kjctech.net/checking-pwned-passwords-against-active-directorys-ntlm-hashes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=checking-pwned-passwords-against-active-directorys-ntlm-hashes</link>
					<comments>https://www.kjctech.net/checking-pwned-passwords-against-active-directorys-ntlm-hashes/#comments</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Wed, 29 Aug 2018 19:00:34 +0000</pubDate>
				<category><![CDATA[Stuff in General]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4192</guid>

					<description><![CDATA[<p>Pwned Passwords is a great web service that lets you check your own password against millions of compromised and leaked password. It&#8217;s not only getting constantly updated by the owner, Troy Hunt but offers text-based downloadable files and API for anyone interested in building a 3rd party app. Newly added to the list is the password hashes in NTLM format, [&#8230;]</p>
The post <a href="https://www.kjctech.net/checking-pwned-passwords-against-active-directorys-ntlm-hashes/">Checking Pwned Passwords against Active Directory’s NTLM Hashes</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="https://haveibeenpwned.com/Passwords" target="_blank" rel="noopener">Pwned Passwords</a> is a great web service that lets you check your own password against millions of compromised and leaked password. It&#8217;s not only getting constantly updated by the owner, <a href="https://www.troyhunt.com" target="_blank" rel="noopener">Troy Hunt</a> but offers text-based downloadable files and API for anyone interested in building a 3rd party app.</p>



<figure class="wp-block-image"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="640" height="173" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=640%2C173&#038;ssl=1" alt="" class="wp-image-4193" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?w=1395&amp;ssl=1 1395w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=250%2C67&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=450%2C121&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=768%2C207&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=600%2C162&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=700%2C189&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=520%2C140&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=360%2C97&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?resize=100%2C27&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2018/08/Downloads-1.png?w=1280&amp;ssl=1 1280w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<p>Newly added to the list is <a href="https://www.troyhunt.com/pwned-passwords-now-as-ntlm-hashes/" target="_blank" rel="noopener">the password hashes in NTLM format</a>, which can be used to compare to the hashes in any AD environment. That&#8217;s a wonderful news to those mostly working in a Windows environment, myself included.</p>



<p>Here are the steps how this can be done. I personally haven&#8217;t got chance to test it myself but sure will in the near future.</p>



<ol class="wp-block-list"><li>Download the entire 517M NTLM passwords either <a href="https://downloads.pwnedpasswords.com/passwords/pwned-passwords-ntlm-ordered-by-count.7z.torrent">as a torrent</a> or <a href="https://downloads.pwnedpasswords.com/passwords/pwned-passwords-ntlm-ordered-by-count.7z">courtesy of Cloudflare aggressively caching them</a>.</li><li>Export AD hashes either using <a href="https://www.dsinternals.com/en/dumping-ntds-dit-files-using-powershell/" target="_blank" rel="noopener">PowerShell</a> or the built-in <a href="https://www.cyberis.co.uk/2014/02/obtaining-ntdsdit-using-in-built.html" target="_blank" rel="noopener"><g class="gr_ gr_5 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling" id="5" data-gr-id="5">ntdsutil</g></a> command line.</li><li>Check out the <a href="https://github.com/DGG-IT/Match-ADHashes/blob/master/Match-ADHashes.ps1" target="_blank" rel="noopener">Match-ADHashes PowerShell script</a> on GitHub or the <a href="https://semsec.net/2018/08/28/introducing-compromise-checker/" target="_blank" rel="noopener">Compromise Checker</a> by Semrau Security.</li></ol>The post <a href="https://www.kjctech.net/checking-pwned-passwords-against-active-directorys-ntlm-hashes/">Checking Pwned Passwords against Active Directory’s NTLM Hashes</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/checking-pwned-passwords-against-active-directorys-ntlm-hashes/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4192</post-id>	</item>
	</channel>
</rss>
