返回顶部
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
安全检测
已通过
89
下载量
0
收藏
概述
安装方式
版本历史

Heuristic Phishing Detection

# Overview Heuristic Phishing Detection is a security-focused API that analyzes suspicious URLs to identify phishing attacks and malicious links. Using advanced heuristic algorithms, the tool examines URL structure, domain characteristics, and behavioral patterns to determine threat likelihood without relying solely on blocklists. This API is ideal for security teams, email filtering systems, browser extensions, and web applications that need to protect users from phishing campaigns. It provides fast, accurate risk assessment for URLs encountered in emails, messages, search results, and web content, enabling proactive threat prevention before users interact with malicious sites. Key capabilities include real-time URL analysis, heuristic-based threat detection, and detailed risk scoring. The tool integrates seamlessly into security workflows, SIEM platforms, and automated incident response systems. # Usage ## Sample Request ```json { "url": "https://secure-paypal-verify.com/login" } ``` ## Sample Response ```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" } ``` # Endpoints ## POST /check-url Analyzes a provided URL for phishing characteristics and returns a threat assessment. **Method:** `POST` **Path:** `/check-url` **Description:** Submits a URL for heuristic analysis to determine phishing risk. The API examines domain structure, SSL certificate patterns, content indicators, and known phishing signatures. ### Parameters | Name | Type | Required | Description | |------|------|----------|-------------| | `url` | string | Yes | The complete URL to analyze, including protocol (http:// or https://). Maximum 2048 characters. | ### Request Body ```json { "url": "string" } ``` ### Response (200 OK) **Content-Type:** `application/json` The response contains phishing detection results with risk indicators: ```json { "url": "string", "is_phishing": "boolean", "risk_score": "number (0-1)", "threat_indicators": ["array of strings"], "confidence": "number (0-1)", "analysis_timestamp": "string (ISO 8601)" } ``` **Response Fields:** | Field | Type | Description | |-------|------|-------------| | `url` | string | Echo of the submitted URL | | `is_phishing` | boolean | True if phishing detected, false otherwise | | `risk_score` | number | Numeric risk assessment from 0.0 (safe) to 1.0 (confirmed phishing) | | `threat_indicators` | array | List of detected threat patterns (e.g., homograph_domain, suspicious_tld, brand_impersonation) | | `confidence` | number | Confidence level of the analysis from 0.0 to 1.0 | | `analysis_timestamp` | string | ISO 8601 timestamp of when analysis was performed | ### Response (422 Validation Error) **Content-Type:** `application/json` Returned when request validation fails: ```json { "detail": [ { "loc": ["body", "url"], "msg": "field required", "type": "value_error.missing" } ] } ``` # Pricing | Plan | Calls/Day | Calls/Month | Price | |------|-----------|-------------|-------| | Free | 5 | 50 | Free | | Developer | 20 | 500 | $39/mo | | Professional | 200 | 5,000 | $99/mo | | Enterprise | 100,000 | 1,000,000 | $299/mo | # About ToolWeb.in — 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube. - 🌐 [toolweb.in](https://toolweb.in) - 🔌 [portal.toolweb.in](https://portal.toolweb.in) - 🤖 [hub.toolweb.in](https://hub.toolweb.in) - 🐾 [toolweb.in/openclaw/](https://toolweb.in/openclaw/) - 🚀 [rapidapi.com/user/mkrishna477](https://rapidapi.com/user/mkrishna477) - 📺 [youtube.com/@toolweb-009](https://youtube.com/@toolweb-009) # References - **Kong Route:** `https://api.mkkpro.com/security/phishing-detection` - **API Docs:** `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

下载 Zip 包

⬇ 下载 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
返回顶部