🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Ntriq X402 Phish Radar

by @ntriq-gh

Real-time phishing detection for URLs and domains. Risk scoring, brand impersonation detection. $0.03 USDC via x402.

Versionv1.0.0
Downloads250
Installs1
TERMINAL
clawhub install ntriq-x402-phish-radar

πŸ“– About This Skill


name: ntriq-x402-phish-radar description: "Real-time phishing detection for URLs and domains. Risk scoring, brand impersonation detection. $0.03 USDC via x402." version: 1.0.0 metadata: openclaw: primaryTag: data-intelligence tags: [phishing, cybersecurity, threat, domain, x402] author: ntriq homepage: https://x402.ntriq.co.kr

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: 

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

Parameters

| 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) |

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