返回顶部
T

Threat Intelligence Aggregator威胁情报聚合器

Aggregates and analyzes open-source intelligence (OSINT) data from multiple sources to identify threats, validate indicators, and enrich security investigations.

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

Threat Intelligence Aggregator

概述

威胁情报聚合器是一款专注于安全的API,用于收集、标准化并关联来自公共和专有威胁情报源的开源情报(OSINT)数据。它使安全团队能够快速丰富威胁指标(IoCs)——包括IP地址、域名、文件哈希值和电子邮件地址——并附上上下文威胁情报、信誉评分和历史泄露数据。

该工具对于SOC分析师、威胁猎手和事件响应人员至关重要,他们需要在调查期间快速验证可疑痕迹。通过查询统一的聚合层,而非逐一查阅数十个独立情报源,团队可以减少调查时间、提高准确性,并在整个组织中保持一致的威胁评分。

该API非常适合安全运营中心(SOC)、托管安全服务提供商(MSSP)、威胁情报平台(TIP)以及构建自定义检测与响应工作流的企业安全团队。

使用方法

示例请求

json
{
input: 192.168.1.100
}

示例响应

json
{
indicator: 192.168.1.100,
indicator_type: ipv4,
reputation_score: 72,
threat_level: high,
sources: [
{
name: AbuseIPDB,
reports: 145,
last_seen: 2024-01-15T09:32:00Z
},
{
name: Shodan,
services: [SSH, HTTP],
last_scanned: 2024-01-14T18:20:00Z
}
],
associated_malware: [
Emotet,
Trickbot
],
geolocation: {
country: RU,
city: Moscow,
asn: AS8452
},
whois_data: {
registrar: RIPE NCC,
registered: 2015-03-22
},
confidence: 0.89,
last_updated: 2024-01-15T10:45:00Z
}

接口端点

POST /osint-lookup

描述: 对提供的指标执行开源情报查询。聚合来自多个来源的威胁数据,并返回丰富的威胁情报,包括信誉评分、地理位置、关联恶意软件和来源归属。

请求参数:

参数类型必填描述
input字符串要查询的指标。支持IPv4/IPv6地址、完全限定域名(FQDN)、电子邮件地址、文件哈希值(MD5、SHA-1、SHA-256)和URL。

响应模式(200 OK):

json
{
indicator: 字符串,
indicator_type: 字符串,
reputation_score: 数字,
threat_level: 字符串,
sources: [
{
name: 字符串,
reports: 整数,
last_seen: 字符串 (ISO 8601)
}
],
associated_malware: [字符串],
geolocation: {
country: 字符串,
city: 字符串,
asn: 字符串
},
whois_data: {
registrar: 字符串,
registered: 字符串
},
confidence: 数字,
last_updated: 字符串 (ISO 8601)
}

错误响应(422 验证错误):

json
{
detail: [
{
loc: [body, input],
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/threat-intel-v2
  • API文档: https://api.mkkpro.com:8011/docs

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 threat-intel-v2-1776117873 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 threat-intel-v2-1776117873 技能

通过命令行安装

skillhub install threat-intel-v2-1776117873

下载

⬇ 下载 Threat Intelligence Aggregator v1.0.0(免费)

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

v1.0.0 最新 2026-4-14 13:56
- Initial release of Threat Intelligence Aggregator.
- Aggregates and analyzes OSINT from multiple sources for threat identification and enrichment.
- Provides detailed indicator lookups including reputation score, threat level, geolocation, malware associations, and source attribution.
- POST /osint-lookup endpoint supports validation and enrichment of IPs, domains, emails, file hashes, and URLs.
- Offers tiered pricing plans including Free, Developer, Professional, and Enterprise.

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

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

p2p_official_large
返回顶部