---
title: "PhaaS Host Network Detail"
method: POST
path: "/threat-feeds/phaas/host/{host}"
tags: ["Threat Feeds"]
---

# PhaaS Host Network Detail

`POST /threat-feeds/phaas/host/{host}`

Resolved IP detail and DNS records for a PhaaS host (most recent sighting). Requires `phaas_threat_feed`.

## Path parameters

- `host` string, required

## Response `200`

Successful operation

- object
  - `data` object
    - `host` string
    - `found` boolean
    - `resolvedIpDetails` object[]
    - `dnsRecords` object[]

## Other responses

- `401` — Missing or invalid `api-key`.
- `403` — The API key lacks the required permission for this feed.
- `500` — Internal server error.

---

[API](https://skmtc.net/hudsonrock/apis/cavalier-api.md) · [All operations](https://skmtc.net/hudsonrock/apis/cavalier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hudsonrock/cavalier-api/revisions/5ba0142eec4d/schema)
