运行时依赖
无特殊依赖
版本
latestv1.0.12026/4/8
安装命令
点击复制官方npx clawhub@latest install ntriq-domain-threat-intelligence-scorer
🇨🇳 镜像加速npx clawhub@latest install ntriq-domain-threat-intelligence-scorer --registry https://cn.longxiaskill.com
技能文档
Score domains for threat indicators including typosquatting, malware hosting, phishing patterns, and reputation signals. Aggregates WHOIS age, DNS anomalies, certificate transparency, and blocklist status into a composite threat score.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | ✅ | Domain to analyze (e.g., suspicious-bank-login.com) |
check_blocklists | boolean | ❌ | Query public blocklists (default: true) |
include_whois | boolean | ❌ | Include registrar/age data (default: true) |
Example Response
{
"domain": "paypa1-secure.com",
"threat_score": 91,
"threat_level": "critical",
"indicators": {
"typosquatting": {"detected": true, "target": "paypal.com", "technique": "digit_substitution"},
"domain_age_days": 3,
"ssl_cert_issuer": "Let's Encrypt",
"blocklists_matched": ["PhishTank", "URLhaus"],
"dns_anomalies": ["no MX record", "Cloudflare proxy"]
},
"recommendation": "Block immediately — active phishing infrastructure"
}
Use Cases
- Email security gateway domain screening
- Brand protection monitoring for phishing lookalikes
- Threat intelligence enrichment for SIEM
Access
# Service catalog
curl https://x402.ntriq.co.kr/services
Available on Apify Store · x402 micropayments
数据来源:ClawHub ↗ · 中文优化:龙虾技能库