Skip to content

Configuration: DNS record private IP

Identifier: dnsrecord_private_ip

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Check if the DNS record points to a private IP address.

You should avoid using private IP addresses in your DNS records as this will give information to attackers about the internal network.

Configuration

Example

Example configuration:

---
security_tests:
  dnsrecord_private_ip:
    assets_allowed:
    - DNS
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.