Install
openclaw skills install ntriq-x402-phish-radarReal-time phishing detection for URLs and domains. Risk scoring, brand impersonation detection. $0.03 USDC via x402.
openclaw skills install ntriq-x402-phish-radarDetect phishing URLs and suspicious domains in real-time. Analyzes typosquatting, homoglyph attacks, brand impersonation, and DNS anomalies using local AI. $0.03 USDC per call.
POST https://x402.ntriq.co.kr/phish-radar
Content-Type: application/json
X-PAYMENT: <x402-payment-header>
{
"url": "https://paypa1.com/login"
}
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | ✅ (or domain) | Full URL to analyze |
domain | string | ✅ (or url) | Domain to analyze |
language | string | ❌ | Output language (default: en) |
{
"status": "ok",
"target": "https://paypa1.com/login",
"is_suspicious": true,
"risk_score": 92,
"risk_level": "critical",
"indicators": [
{"type": "typosquatting", "description": "paypa1.com mimics paypal.com using digit '1' for letter 'l'"}
],
"legitimate_brand": "PayPal",
"recommendation": "block",
"summary": "High-confidence PayPal phishing domain detected."
}
curl https://x402.ntriq.co.kr/services