Skip to content

Configuration: DNS record loopback

Identifier: loopback

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Check if the DNS record points to a loopback address.

You should avoid using loopback addresses in your DNS records.

References:

Configuration

Example

Example configuration:

---
security_tests:
  loopback:
    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.