General FAQs

DNS

  • API Reference
    • API function release records
    • API Service Domain Name
    • Appendix
    • Common Headers and Error Responses
    • General Description
    • Interface Overview
    • Overview
    • Private DNS Related Interfaces
      • Add resolution record
      • Associate VPC
      • Create a PrivateZone
      • Delete PrivateZone
      • Delete resolution record
      • Disassociate VPC
      • Modify resolution record
      • Query details of a PrivateZone
      • Query PrivateZone list
      • Query resolution record list
      • Set Resolution Record Status
    • Public DNS Related Interfaces
      • Domain Name Related Interfaces
      • Line Group Related Interfaces
      • Resolution Records Related Interfaces
  • FAQs
    • General FAQs
  • Function Release Records
  • Operation guide
    • Identity and access management
    • Local DNS service
      • Add Private Zone
      • Add resolution record
      • Associate VPC
      • Delete Private Zone
      • Resolver
    • Public DNS service
      • Add domain name
      • Add resolution
      • Enable Resolution Service
      • Line Grouping Function
      • Manage Resolution
      • Resolution Line Selection
      • Upgrade Domain Name to Enterprise Edition Operation Guide
    • Resolution Logging Management
  • Product Description
    • Application scenarios
    • Product advantages
    • Product functions
    • Product overview
    • Usage restrictions
  • Product pricing
  • Quick Start
    • Activate Service
    • Use Resolution Service
  • SDK
    • Golang-SDK
      • Exception handling
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Version history
    • Java-SDK
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
    • Python-SDK
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
  • Service Level Agreement (SLA)
    • Internal DNS Service Level Agreement SLA
    • Public DNS Service Level Agreement SLA
  • Typical Practices
    • Implement URL Forwarding via Nginx
    • Local IDC Interconnection with Cloud DNS Service via Resolver
    • Quickly Set Up Private Domain Name Resolution Service Using Terraform
All documents
menu
No results found, please re-enter

DNS

  • API Reference
    • API function release records
    • API Service Domain Name
    • Appendix
    • Common Headers and Error Responses
    • General Description
    • Interface Overview
    • Overview
    • Private DNS Related Interfaces
      • Add resolution record
      • Associate VPC
      • Create a PrivateZone
      • Delete PrivateZone
      • Delete resolution record
      • Disassociate VPC
      • Modify resolution record
      • Query details of a PrivateZone
      • Query PrivateZone list
      • Query resolution record list
      • Set Resolution Record Status
    • Public DNS Related Interfaces
      • Domain Name Related Interfaces
      • Line Group Related Interfaces
      • Resolution Records Related Interfaces
  • FAQs
    • General FAQs
  • Function Release Records
  • Operation guide
    • Identity and access management
    • Local DNS service
      • Add Private Zone
      • Add resolution record
      • Associate VPC
      • Delete Private Zone
      • Resolver
    • Public DNS service
      • Add domain name
      • Add resolution
      • Enable Resolution Service
      • Line Grouping Function
      • Manage Resolution
      • Resolution Line Selection
      • Upgrade Domain Name to Enterprise Edition Operation Guide
    • Resolution Logging Management
  • Product Description
    • Application scenarios
    • Product advantages
    • Product functions
    • Product overview
    • Usage restrictions
  • Product pricing
  • Quick Start
    • Activate Service
    • Use Resolution Service
  • SDK
    • Golang-SDK
      • Exception handling
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Version history
    • Java-SDK
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
    • Python-SDK
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
  • Service Level Agreement (SLA)
    • Internal DNS Service Level Agreement SLA
    • Public DNS Service Level Agreement SLA
  • Typical Practices
    • Implement URL Forwarding via Nginx
    • Local IDC Interconnection with Cloud DNS Service via Resolver
    • Quickly Set Up Private Domain Name Resolution Service Using Terraform
  • Document center
  • arrow
  • DNS
  • arrow
  • FAQs
  • arrow
  • General FAQs
Table of contents on this page
  • What is DNS advanced defense?
  • Does it support IPv6 domain name resolution?
  • How to set up reverse resolution?

General FAQs

Updated at:2025-11-11

What is DNS advanced defense?

DNS attacks mainly include the following methods:

  1. Query flood: Overwhelm the target DNS resources by continuously sending DNS request messages, leading to a denial of service. This can be categorized further based on whether the source IP and target domain name are random.
  2. Response flood: Cause denial of service by repeatedly sending DNS response messages.
  3. UDP flood: Since DNS primarily utilizes the UDP protocol, various UDP-based flooding attacks can significantly affect DNS operations.
  4. Reflection attack: By forging the source IP as a third party, attackers use DNS response packets to launch a DoS attack on the third party, employing a "borrowed knife to do harm" strategy.
  5. Amplification attack: A specific type of reflection attack that maliciously crafts response messages to increase traffic volume, thereby enabling bandwidth attacks against third parties. A request of mere tens of bytes can prompt responses of thousands of bytes, leading to a traffic amplification factor that exceeds 100 times.
  6. Cache poisoning: A method that manipulates the DNS cache through malicious means, resulting in DNS hijacking or denial-of-service attacks.
  7. Vulnerability attack: Exploiting various vulnerabilities to compromise and control DNS servers. These vulnerabilities may reside not only in the DNS program itself but also in the underlying machine or network infrastructure.

Does it support IPv6 domain name resolution?

Supported. You can configure an AAAA record in the resolution settings to map the domain name to an IPv6 address. Additionally, the Intelligent Cloud DNS server cluster fully supports IPv6.

How to set up reverse resolution?

Reverse resolution is the mapping from an IP address to a domain name. It obtains the domain name pointed to by the IP address by querying the PTR record of the IP address, which is relative to forward resolution that maps a domain name to an IP address. Reverse resolution is not directly related to DNS vendors. To apply for adding reverse resolution, you need to apply to the ISP that provides broadband access services. If you use Baidu AI Cloud's EIP, you can submit a ticket and Baidu AI Cloud after-sales will assist you in adding reverse resolution.

Previous
API Reference
Next
Function Release Records