返回顶部
H

Heuristic Phishing Detection启发式钓鱼检测

Analyzes URLs using heuristic algorithms to detect and identify phishing threats in real time.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
102
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

Heuristic Phishing Detection

概述

启发式钓鱼检测是一种专注于安全的API,用于分析可疑URL以识别钓鱼攻击和恶意链接。该工具采用先进的启发式算法,检查URL结构、域名特征和行为模式,在不完全依赖黑名单的情况下判断威胁可能性。

该API非常适合需要保护用户免受钓鱼攻击的安全团队、邮件过滤系统、浏览器扩展和Web应用程序。它能够对电子邮件、消息、搜索结果和网页内容中遇到的URL提供快速准确的风险评估,在用户与恶意网站交互之前实现主动威胁预防。

核心功能包括实时URL分析、基于启发式的威胁检测和详细的风险评分。该工具可无缝集成到安全工作流程、SIEM平台和自动化事件响应系统中。

使用说明

示例请求

json
{
url: https://secure-paypal-verify.com/login
}

示例响应

json
{
url: https://secure-paypal-verify.com/login,
is_phishing: true,
risk_score: 0.92,
threat_indicators: [
homograph_domain,
suspicious_tld,
brand_impersonation
],
confidence: 0.95,
analysis_timestamp: 2024-01-15T10:32:45Z
}

接口端点

POST /check-url

分析提供的URL的钓鱼特征并返回威胁评估结果。

方法: POST

路径: /check-url

描述: 提交URL进行启发式分析以确定钓鱼风险。API会检查域名结构、SSL证书模式、内容指标和已知的钓鱼特征。

参数

名称类型必填描述
url字符串要分析的完整URL,包含协议(http:// 或 https://)。最大长度2048个字符。

请求体

json
{
url: 字符串
}

响应(200 OK)

内容类型: application/json

响应包含带有风险指标的钓鱼检测结果:

json
{
url: 字符串,
is_phishing: 布尔值,
risk_score: 数字 (0-1),
threat_indicators: [字符串数组],
confidence: 数字 (0-1),
analysis_timestamp: 字符串 (ISO 8601)
}

响应字段:

字段类型描述
url字符串提交的URL回显
is_phishing
布尔值 | 检测到钓鱼时为true,否则为false |
| risk_score | 数字 | 从0.0(安全)到1.0(确认钓鱼)的数字风险评估 |
| threat_indicators | 数组 | 检测到的威胁模式列表(例如:同形域名、可疑顶级域名、品牌冒充) |
| confidence | 数字 | 分析的可信度级别,从0.0到1.0 |
| analysis_timestamp | 字符串 | 执行分析的ISO 8601时间戳 |

响应(422 验证错误)

内容类型: application/json

当请求验证失败时返回:

json
{
detail: [
{
loc: [body, url],
msg: 字段必填,
type: value_error.missing
}
]
}

定价方案

方案每日调用次数每月调用次数价格
免费版550免费
开发者版
20 | 500 | $39/月 | | 专业版 | 200 | 5,000 | $99/月 | | 企业版 | 100,000 | 1,000,000 | $299/月 |

关于我们

ToolWeb.in — 200+安全API,CISSP & CISM认证,平台:按次付费、API网关、MCP服务器、OpenClaw、RapidAPI、YouTube。

参考信息

  • - Kong路由: https://api.mkkpro.com/security/phishing-detection
  • API文档: https://api.mkkpro.com:8005/docs

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 phishing-detection-1776118449 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 phishing-detection-1776118449 技能

通过命令行安装

skillhub install phishing-detection-1776118449

下载

⬇ 下载 Heuristic Phishing Detection v1.0.0(免费)

文件大小: 3.12 KB | 发布时间: 2026-4-14 13:54

v1.0.0 最新 2026-4-14 13:54
- Initial release of Heuristic Phishing Detection API.
- Provides real-time phishing risk analysis for any submitted URL using heuristic algorithms.
- Returns detailed results including risk score, threat indicators, and confidence level.
- Includes a simple POST /check-url endpoint for integration.
- Usage examples, request and response formats, and pricing plans are documented.
- Designed for integration with security tools, SIEM platforms, and automated workflows.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部