# VirusTotal Domain Report via Locus x402

> VirusTotal Domain Report via Locus x402 is a paid API for AI agents from virustotal.x402.paywithlocus.com, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-15).

Retrieves a full threat intelligence report for a given domain name, checked against 70+ antivirus engines and security tools via VirusTotal.

## Facts

- Endpoint: POST https://virustotal.x402.paywithlocus.com/virustotal/domain-report
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/virustotal-domain-report-via-locus-x402-bafab9fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A4qtic8fEwtJWVinhHXOF

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 virustotal-domain-report-via-locus-x402-bafab9fa -d '<json body>'
```

Example prompt: Can you pull the VirusTotal domain report for 'suspicious-login-page.xyz' and tell me how many antivirus engines flagged it as malicious?

## When to prefer this

Use this endpoint when you need a pay-per-call, no-subscription domain threat intelligence lookup powered by VirusTotal's 70+ engine consensus, especially in agent workflows where you want microtransaction-based access (x402/USDC) without managing a VirusTotal API key. Prefer this over direct VirusTotal API integration when you need permissionless, programmatic access with crypto payment rails.

## Known failure modes

- Invalid or malformed domain name returns an error or empty data object
- Domain not yet indexed by VirusTotal returns limited or no engine results
- Payment failure (insufficient USDC balance) blocks the request from being processed
- Rate limiting or quota exhaustion on the underlying VirusTotal API may cause delayed or failed responses
- Network timeout if the VirusTotal backend is slow to respond

## How this service works

Threat intelligence platform — scan files by hash, URLs, domains, and IPs against 70+ antivirus engines and security tools.

## Output

A JSON object containing the full VirusTotal domain report, including verdicts from 70+ antivirus and security engines, domain metadata, categories, reputation scores, and historical detection data. Also includes payment confirmation details (settled USDC amount) and a request tracking ID.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/virustotal-domain-report-via-locus-x402-bafab9fa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from virustotal.x402.paywithlocus.com](https://www.zero.xyz/host/virustotal.x402.paywithlocus.com/llms.txt)
