← 返回
未分类 Key 中文

Threat Intel Aggregator

Aggregates and analyzes threat intelligence data to check targets against known threats and security risks.
聚合并分析威胁情报数据,对目标进行已知威胁和安全风险检查。
krishnakumarmahadevan-cmd krishnakumarmahadevan-cmd 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 346
下载
💾 0
安装
1
版本
#latest

概述

Overview

The Threat Intelligence Aggregator is a security-focused API that enables rapid threat assessment by cross-referencing targets against aggregated threat intelligence databases. Built for security teams, incident responders, and compliance professionals, this tool consolidates threat data from multiple sources to provide actionable intelligence on IPs, domains, file hashes, and other indicators of compromise.

This API is ideal for organizations that need real-time threat visibility without managing multiple third-party integrations. Whether you're conducting incident response, performing due diligence on external entities, or automating security workflows, the Threat Intelligence Aggregator delivers comprehensive threat context in a single API call.

Key capabilities include rapid threat lookups, multi-source threat correlation, and detailed risk assessment data—all accessible through a simple, RESTful interface designed for integration into SOAR platforms, security dashboards, and automated response systems.

Usage

Sample Request

{
  "target": "192.168.1.100"
}

Sample Response

{
  "target": "192.168.1.100",
  "threat_status": "high_risk",
  "findings": [
    {
      "source": "abusech",
      "threat_type": "malware_c2",
      "confidence": 95,
      "last_seen": "2024-01-15T10:30:00Z"
    },
    {
      "source": "otx",
      "threat_type": "botnet",
      "confidence": 87,
      "last_seen": "2024-01-14T22:15:00Z"
    }
  ],
  "risk_score": 9.2,
  "recommendations": [
    "Block at firewall perimeter",
    "Investigate network connections",
    "Review logs for command execution"
  ],
  "aggregated_at": "2024-01-16T08:45:22Z"
}

Endpoints

POST /check-threat

Analyzes a target against aggregated threat intelligence sources to identify known threats and security risks.

Method: POST

Path: /check-threat

Description: Submits a target (IP address, domain, file hash, or URL) for threat assessment. The API queries multiple threat intelligence feeds and returns consolidated findings with risk scoring and remediation recommendations.

Request Parameters:

NameTypeRequiredDescription
-----------------------------------
targetstringYesThe indicator to check: IP address, domain name, file hash (MD5/SHA1/SHA256), or URL

Response Schema:

FieldTypeDescription
--------------------------
targetstringThe checked indicator
threat_statusstringOverall threat assessment: clean, low_risk, medium_risk, high_risk, critical_risk
findingsarrayArray of threat findings from individual sources
findings[].sourcestringThreat intelligence source (e.g., abusech, otx, abuseipdb)
findings[].threat_typestringClassification of threat detected
findings[].confidenceintegerConfidence score 0-100
findings[].last_seenstringISO 8601 timestamp of most recent observation
risk_scorenumberAggregated risk score 0-10
recommendationsarrayList of recommended remediation actions
aggregated_atstringISO 8601 timestamp of aggregation time

HTTP Status Codes:

  • 200 OK — Threat check completed successfully
  • 422 Unprocessable Entity — Invalid request body or malformed target parameter

Pricing

PlanCalls/DayCalls/MonthPrice
-------------------------------------
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in — 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/security/threat-intel-aggregator
  • API Docs: https://api.mkkpro.com:8009/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

PDF To PPTX

krishnakumarmahadevan-cmd
将PDF文档智能转换为可编辑的PowerPoint演示文稿,自动提取内容并优化格式。
★ 0 📥 1,370
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 470 📥 78,091
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,971