“Exploitation points remain open for non-supported Windows operating systems such as XP, Windows Server 2003, and others, for which patches have not been released. For these operating systems, and for those that can’t be updated just yet, system administrators should disable NetBIOS.”
option domain-name "home";option ldap-server code 95 = text;option domain-search-list code 119 = text;option arch code 93 = unsigned integer 16; # RFC4578# to save the vendor id in the lease db:set vendor-id = option vendor-class-identifier;# specifying the option space name:option space MSFT;option MSFT.nbt code 1 = unsigned integer 32;default-lease-time 7200;etc...
host s_lan_0 { hardware ethernet 00:11:22:aa:bb:cc; fixed-address 192.168.0.20; option host-name "EXAMPLE"; if substring ( option vendor-class-identifier, 0, 8 ) = "MSFT 5.0" { vendor-option-space MSFT; # 1 = enable, 2 = disable NetBIOS over TCP/IP: option MSFT.nbt 2; }}