<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Disable_LLMNR_and_NetBIOS_using_GPO</id>
	<title>Disable LLMNR and NetBIOS using GPO - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Disable_LLMNR_and_NetBIOS_using_GPO"/>
	<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Disable_LLMNR_and_NetBIOS_using_GPO&amp;action=history"/>
	<updated>2026-05-06T16:00:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.1701technology.com/index.php?title=Disable_LLMNR_and_NetBIOS_using_GPO&amp;diff=654&amp;oldid=prev</id>
		<title>Michael.mast: Created page with &quot;==Purpose== We already know that anything legacy and unsupported should be removed. But recently I learned about LLMNR from an article titled &quot;Gain domain admin from outside a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Disable_LLMNR_and_NetBIOS_using_GPO&amp;diff=654&amp;oldid=prev"/>
		<updated>2018-03-12T17:35:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Purpose== We already know that anything legacy and unsupported should be removed. But recently I learned about LLMNR from an article titled &amp;quot;Gain domain admin from outside a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Purpose==&lt;br /&gt;
We already know that anything legacy and unsupported should be removed. But recently I learned about LLMNR from an article titled &amp;quot;Gain domain admin from outside active directory&amp;quot;.&amp;lt;ref&amp;gt;https://markitzeroday.com/pass-the-hash/crack-map-exec/2018/03/04/da-from-outside-the-domain.html?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_recent_activity_details_all%3B512zHgY%2FSL6oMdonsOyiHQ%3D%3D&amp;lt;/ref&amp;gt; Yet another dangerous service enabled by default. Though my ignorance is showing since I have seen LLMNR in action when looking through packet captures. I thought it was a little odd systems would ask each other for domain names, but I had to troublehsoot a SIP issue damnit!&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Regardless, it seemed to be a good idea to disable these features in an environment with strong DNS.&lt;br /&gt;
&lt;br /&gt;
==LLMNR==&lt;br /&gt;
This one is simple using either LGPO or a domain controller.&lt;br /&gt;
&amp;lt;ref&amp;gt;http://woshub.com/how-to-disable-netbios-over-tcpip-and-llmnr-using-gpo/&amp;lt;/ref&amp;gt;&lt;br /&gt;
Computer Configuration -&amp;gt; Administrative Templates -&amp;gt; Network -&amp;gt; DNS Client&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Enable &amp;quot;Turn Off Multicast Name Resolution&amp;quot;&lt;br /&gt;
==NetBIOS==&lt;br /&gt;
Of course Microsoft would be a pain and not have an explicit policy for NetBIOS. Yet they leave it enabled bu default on their operating systems....&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A startup script with the following appears to do the trick&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=1Dm87ivLXr0&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wmic nicconfig where (TcpipNetbiosOptions!=Null and TcpipNetbiosOptions!=2) call SetTcpipNetbios 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael.mast</name></author>
		
	</entry>
</feed>