📦 Ntriq Domain Threat Intelligence Scorer — 技能工具

v1.0.1

Get country profiles with capital, region, population, currencies, languages, and borders from REST Countries API. Free public data.

0· 0·0 当前·0 累计
下载技能包
最后更新
2026/4/8
0

运行时依赖

无特殊依赖

版本

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

ParameterTypeRequiredDescription
domainstringDomain to analyze (e.g., suspicious-bank-login.com)
check_blocklistsbooleanQuery public blocklists (default: true)
include_whoisbooleanInclude 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 ↗ · 中文优化:龙虾技能库