News

NIST Updates DNS Security Guidelines

The National Institute of Standards and Technology (NIST) is updating its recommendations for meeting the unusual security challenges presented by the domain name system (DNS), which underpins much of the Internet by mapping user-friendly domain names to numerical IP addresses.

"The domain name data provided by DNS is intended to be publicly available to any computer located anywhere in the Internet," NIST states in Special Publication 800-81, "Secure Domain Name System Deployment Guide." "Because DNS data is meant to be public, preserving the confidentiality of DNS data pertaining to publicly accessible IT resources is not a concern. The primary security goals for DNS are data integrity and source authentication, which are needed to ensure the authenticity of domain name information and maintain the integrity of domain name information in transit."

Achieving those goals requires good network security practices that encompass up-to-date software patches, process isolation and fault tolerance, and the use of the more specific DNS Security Extensions (DNSSEC) to digitally sign and authenticate DNS query and response transactions.

NIST outlined the following basic steps for deploying DNSSEC for zone information:

  • Install a DNSSEC-capable name server.
  • Check zone file(s) for possible integrity errors.
  • Generate asymmetric key pairs for each zone and include them in the zone file.
  • Sign the zone.
  • Load the signed zone onto the server.
  • Configure the name server to turn on DNSSEC processing.
  • Send a copy of the public key to the parent for secure delegation (optional).

In addition to minor textual corrections, the guidance includes the following revisions:

  • Updated recommendations for cryptographic parameters based on NIST Special Publication 800-57.
  • A discussion of NSEC3 Resource Record in DNSSEC.
  • A discussion of DNSSEC in split-view deployments.
  • Minor fixes of examples and text.
  • Examples based on the name server daemon and Berkeley Internet Name Domain software.

NIST will hold two public commenting periods. The first one ends March 31; those interested in participating can send comments on the updated guidelines to [email protected].

In addition to integrity and authentication, ensuring the availability of DNS services and data is also important. DNS components are subject to denial-of-service attacks that seek to block access to the domain names. The NIST document provides guidelines for configuring deployments to prevent many of the denial-of-service attacks targeted at DNS.

About the Author

William Jackson is the senior writer for Government Computer News (GCN.com).

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube