---
title: "List Misconfiguration Findings"
method: GET
path: "/v1/asset/enumerate/misconfiguration"
---

# List Misconfiguration Findings

`GET /v1/asset/enumerate/misconfiguration`

Retrieve infrastructure misconfiguration findings discovered during asset enumeration. Currently detects AWS dangling DNS (Elastic IPs that no longer exist) and Cloudflare origin IP exposure.

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `finding_type` 'dangling_dns' | 'origin_exposure'

## Headers

- `X-Team-Id` string

## Response `200`

OK

- object
  - `message` string
  - `total_pages` integer
  - `total_results` integer
  - `current_page` integer
  - `data` MisconfigurationResponse[]
    - `id` string — Unique identifier for the finding
    - `enumeration_id` string — ID of the enumeration run that discovered this finding
    - `finding_type` 'dangling_dns' | 'origin_exposure' — Type of misconfiguration: dangling_dns (AWS Elastic IP no longer exists) or origin_exposure (Cloudflare origin IP leaked)
    - `host` string — The affected hostname or domain
    - `severity` 'critical' | 'high' | 'medium' | 'low' | 'info' | 'unknown' — Severity level of the finding
    - `status` 'open' | 'fixed' | 'false_positive' | 'duplicate' | 'fix_in_progress' | 'accepted_risk' | 'triaged' | 'out_of_scope' — Current status of the finding
    - `event` object — Type-specific finding details. For dangling_dns: host, ip, provider (AWS). For origin_exposure: provider (Cloudflare), origin_ip, leaking_hosts.
    - `created_at` string, date — When the finding was first discovered
    - `updated_at` string, date — When the finding was last updated

## Other responses

- `400` — Example response
- `401` — Example response
- `403` — Example response
- `500` — Example response
- `default` — Example response

---

[API](https://skmtc.net/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.net/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/versions/220f0adf9efd/schema)
