Skip to main content
GET
List Misconfiguration Findings

Finding Types

AWS Dangling DNS

A dangling DNS finding is reported when a DNS record points to an AWS Elastic IP that no longer exists, making it potentially vulnerable to subdomain takeover. Requires an AWS cloud integration.

Cloudflare Origin IP Exposure

When a domain is proxied through Cloudflare, its origin server IP is hidden behind Cloudflare’s network. An origin exposure finding indicates that this origin IP is independently discoverable through another hostname that resolves to it directly, without going through Cloudflare. This finding requires two things:
  1. A Cloudflare cloud integration — This allows us to read your DNS records and identify which hostnames are proxied and what origin IPs they point to.
  2. Asset inventory — Hostnames and their resolved IPs from your attack surface discovery. The check runs against your entire inventory, excluding assets sourced from cloud integrations.
When a hostname from your inventory resolves to the same IP as the origin behind one of your proxied Cloudflare records, it is flagged as an origin exposure finding.

Event Details by Finding Type

The event object contains type-specific details: dangling_dns origin_exposure

Example Requests

List all misconfigurations

Filter by finding type

Search by host

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

limit
integer

The numbers of items to return

offset
integer

The number of items to skip before starting to collect the result set

Case-insensitive substring search on the host field

finding_type
enum<string>

Filter by finding type

Available options:
dangling_dns,
origin_exposure

Response

OK

message
string
total_pages
integer
total_results
integer
current_page
integer
data
MisconfigurationResponse · object[]