# CIEL M2M Phishing Scan API

> CIEL M2M Phishing Scan API 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 URL or domain for phishing indicators and returns a safety assessment

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/phishing-scan
- 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-phishing-scan-api-ff1ced91
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_15qLo2JPNhJHZLbjq45IF

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-phishing-scan-api-ff1ced91
```

Example prompt: Can you check if this link is a phishing site before I click it — https://secure-paypal-login.suspicious-domain.net?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call phishing verdict on individual URLs without committing to an enterprise security subscription. Ideal for agent workflows that need to gate user-submitted links, screen suspicious email URLs, or add lightweight phishing checks to a pipeline at $0.05 per scan via USDC on Base.

## Known failure modes

- Missing or malformed URL input returns an error
- Unreachable or newly registered domains may produce inconclusive results
- Rate limiting may occur under high request volumes
- Private or localhost URLs may not be scannable
- False negatives possible for very newly deployed phishing pages not yet indexed

## 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 object with a phishing verdict or risk classification for the submitted URL or domain, indicating whether the target is associated with phishing activity, along with supporting result data.

## 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-phishing-scan-api-ff1ced91/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)
