← 返回
未分类 中文

Ntriq X402 Phish Radar

Real-time phishing detection for URLs and domains. Risk scoring, brand impersonation detection. $0.03 USDC via x402.
实时钓鱼检测(URL 和域名),风险评分,品牌冒用检测。费用 $0.03 USDC,通过 x402 支付。
ntriq-gh ntriq-gh 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 304
下载
💾 1
安装
1
版本
#latest

概述

Phish Radar (x402)

Detect 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.

How to Call

POST https://x402.ntriq.co.kr/phish-radar
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "url": "https://paypa1.com/login"
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
urlstring✅ (or domain)Full URL to analyze
domainstring✅ (or url)Domain to analyze
languagestringOutput language (default: en)

Example Response

{
  "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."
}

Payment

  • Price: $0.03 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 22:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,004
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 471 📥 78,402
dev-programming

Navigation 3

ntriq-gh
学习如何安装并迁移到 Jetpack Navigation 3,以及实现深度链接、多个返回栈、场景(如对话框...)等功能和模式。
★ 0 📥 464