# HERGERT SYNTHORA Domain Risk Classifier

> HERGERT SYNTHORA Domain Risk Classifier is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns a deterministic risk verdict (CLEAN / SUSPICIOUS / MALICIOUS) for a domain or IP by cross-referencing six independent public threat intelligence sources

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/domain-risk
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hergert-synthora-domain-risk-classifier-90815f11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5gP7WiKEZSktzWISVMvLy

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 hergert-synthora-domain-risk-classifier-90815f11 -d '<json body>'
```

Example prompt: Can you run a domain risk check on 'malware-example.ru' and tell me whether it comes back CLEAN, SUSPICIOUS, or MALICIOUS based on the multi-source scoring?

## When to prefer this

Choose this endpoint when you need a fast, deterministic, multi-source risk verdict for a specific domain or IP and want a single consolidated CLEAN/SUSPICIOUS/MALICIOUS label rather than raw feed data. Particularly useful for pre-connection vetting, phishing detection, and automated SOC triage where a simple actionable classification is needed without building your own threat intel aggregation pipeline.

## Known failure modes

- Invalid or malformed domain/IP input returns an error result
- Domain not found in any of the six sources may return ambiguous or low-confidence verdict
- Network timeout when querying upstream threat feeds may delay or fail the response
- Unparseable input string (e.g. free text instead of a domain/IP) returns a validation error
- Payment not processed correctly via x402 results in 402 status and no verdict

## How this service works

SYNTHORA domain-risk: domain risk verdict (LIMPIO/SOSPECHOSO/PELIGROSO) with score, confidence and evidence signals — age, infra, reputation crosses. Pre-interaction safety for agents. $0.03 USDC x402 Base.

## Output

A JSON object containing a boolean 'ok' field, the niche identifier 'domain_risk', a 'result' object with the deterministic risk verdict (CLEAN / SUSPICIOUS / MALICIOUS) and scoring details aggregated from six independent public sources, plus a payment receipt confirming the x402 microtransaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA domain-risk: domain risk verdict (LIMPIO/SOSPECHOSO/PELIGROSO) with score, confidence and evidence signals — age, infra, reputation crosses. Pre-interaction safety for agents. $0.03 USDC x402"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hergert-synthora-domain-risk-classifier-90815f11/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
