Skip to content

Information Disclosure: DNS Rebinding Attack

Identifier: dns_rebinding_attack

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Detects DNS Rebinding attacks by checking if the DNS response contains a private IPv4 or IPv6 address.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  dns_rebinding_attack:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.