Overslaan naar inhoud
  • +31 653-919-302
Cafayate.Net
  • 0
  • 0
  • Aanmelden
  • Nederlands English (US) Español (AR)
  • Contact
  • Startpagina
  • Blog
  • Vacatures
  • Contact
Cafayate.Net
  • 0
  • 0
    • Startpagina
    • Blog
    • Vacatures
    • Contact
  • +31 653-919-302
  • Nederlands English (US) Español (AR)
  • Aanmelden
  • Contact

How to Grab | Disable BIND Version Banner

  • Alle blogs
  • Tech Blog
  • How to Grab | Disable BIND Version Banner
  • 5 maart 2021 in
    Administrator

    The BIND DNS server by default will broadcast its version publicly. Security-minded admins may want to disable broadcasting of the BIND banner. I’ll show you how!


    Grab BIND banner

    It is possible to use dig, host, nslookup or whatever your favorite DNS tool may be to query the BIND banner. I like the host command so here is how it works with host:

    $ host -c chaos -t txt version.bind ns1.example.com
    Using domain server:
    Name: ns1.example.com
    Address: 192.168.1.1#53
    Aliases: 
    
    version.bind descriptive text "9.3.6-P1-RedHat-9.3.6-20.P1.el5"
    

    Disable BIND banner

    To change this banner, edit named.conf and put in whatever version indication you wish. Example:

    $ sudo nano /etc/named.conf
    

    Add this in:

    options {
    version “none”;
    }
    

    Restart BIND, and now your DNS server will reflect:

    $ host -c chaos -t txt version.bind ns1.example.com
    Using domain server:
    Name: ns1.example.com
    Address: 192.168.1.1#53
    Aliases:
    
    version.bind descriptive text "none"
    

     

    in Tech Blog
    Weblinks

    Ontworpen voor bedrijven

    We zijn een team van gepassioneerde mensen met als doel levens te verbeteren met vernieuwende producten. We ontwikkelen geweldige oplossingen voor al je zakelijke uitdagingen. Onze producten zijn ontworpen voor kleine tot middelgrote bedrijven die hun prestaties willen optimaliseren.

    Neem contact op

    Plantexel
    Pedernera
    Salta Capital 
    Argentina

    • +31 653-919-302
    • [email protected]
    Volg ons
    Copyright © Plantexel
    Nederlands | English (US) | Español (AR)