← 返回
未分类 Key 中文

Threat Intel V2

Aggregates and analyzes open-source intelligence (OSINT) data from multiple sources to identify threats, validate indicators, and enrich security investigati...
从多个来源收集并分析开源情报(OSINT)数据,以识别威胁、验证指标并丰富安全调查。
krishnakumarmahadevan-cmd krishnakumarmahadevan-cmd 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 413
下载
💾 0
安装
1
版本
#latest

概述

Overview

The Threat Intelligence Aggregator is a security-focused API that collects, normalizes, and correlates open-source intelligence (OSINT) data across public and proprietary threat feeds. It enables security teams to rapidly enrich indicators of compromise (IoCs)—including IP addresses, domains, file hashes, and email addresses—with contextual threat intelligence, reputation scores, and historical breach data.

This tool is essential for SOC analysts, threat hunters, and incident responders who need rapid validation of suspicious artifacts during investigations. By querying a unified aggregation layer rather than consulting dozens of separate feeds, teams reduce investigation time, improve accuracy, and maintain consistent threat scoring across the organization.

The API is ideal for security operations centers (SOCs), managed security service providers (MSSPs), threat intelligence platforms (TIPs), and enterprise security teams building custom detection and response workflows.

Usage

Sample Request

{
  "input": "192.168.1.100"
}

Sample Response

{
  "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"
}

Endpoints

POST /osint-lookup

Description: Performs open-source intelligence lookup on a provided indicator. Aggregates threat data from multiple sources and returns enriched threat intelligence including reputation scores, geolocation, associated malware, and source attribution.

Request Parameters:

ParameterTypeRequiredDescription
----------------------------------------
inputstringYesThe indicator to query. Supports IPv4/IPv6 addresses, fully qualified domain names (FQDNs), email addresses, file hashes (MD5, SHA-1, SHA-256), and URLs.

Response Schema (200 OK):

{
  "indicator": "string",
  "indicator_type": "string",
  "reputation_score": "number",
  "threat_level": "string",
  "sources": [
    {
      "name": "string",
      "reports": "integer",
      "last_seen": "string (ISO 8601)"
    }
  ],
  "associated_malware": ["string"],
  "geolocation": {
    "country": "string",
    "city": "string",
    "asn": "string"
  },
  "whois_data": {
    "registrar": "string",
    "registered": "string"
  },
  "confidence": "number",
  "last_updated": "string (ISO 8601)"
}

Error Response (422 Validation Error):

{
  "detail": [
    {
      "loc": ["body", "input"],
      "msg": "field required",
      "type": "value_error.missing"
    }
  ]
}

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-v2
  • API Docs: https://api.mkkpro.com:8011/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 07:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

OpenClaw Backup

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

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,556
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,873