# CIEL M2M API – Subdomain Takeover Scanner

> CIEL M2M API – Subdomain Takeover Scanner is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-18).

Scans a domain or set of properties for subdomain takeover vulnerabilities by checking dangling DNS records pointing to unclaimed third-party services.

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/subdomain-takeover
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-api-subdomain-takeover-scanner-cf81e733
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_epdtcKIjd4UMOIXx3EbJ5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ciel-m2m-api-subdomain-takeover-scanner-cf81e733 -d '<json body>'
```

Example prompt: Can you scan my domain properties for subdomain takeover vulnerabilities — I want to know if any of my subdomains have dangling DNS records that could be hijacked?

## When to prefer this

Choose this endpoint when you need a fast, per-call, pay-as-you-go subdomain takeover vulnerability check without committing to a full security platform subscription. Ideal for ad-hoc security audits, automated CI/CD pipeline checks, or when you need to quickly assess a specific domain's DNS exposure for subdomain hijacking risks.

## Known failure modes

- Invalid or malformed domain/properties input returns an error
- Domains with restricted DNS resolution may return incomplete results
- Rate limiting or network timeouts on large domain sets
- False positives on services that appear unclaimed but are still active
- No results returned for well-configured domains with no vulnerabilities

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON result containing identified subdomain takeover vulnerabilities, including affected subdomains, the dangling DNS records or CNAME entries involved, the third-party services they point to, and an overall risk assessment of the findings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-api-subdomain-takeover-scanner-cf81e733/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
