← 返回
未分类 Key 中文

IP Threat Check

Check IP address threat intelligence. Query multiple sources for IP reputation, geolocation, and threat scores.
检查IP地址威胁情报。查询多个来源获取IP信誉、地理位置和威胁评分。
freeter226 freeter226 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 380
下载
💾 0
安装
1
版本
#latest

概述

IP Threat Check

Check IP address threat intelligence from multiple sources.

Features

  • Multi-source Query - Query multiple threat intelligence sources
  • Geolocation - Get IP geolocation info
  • Threat Score - Check abuse/threat scores
  • History - View recent abuse reports
  • Bulk Check - Check multiple IPs at once

Usage

python3 skills/ip-threat-check/scripts/ip_threat.py <action> [options]

Actions

ActionDescription
---------------------
checkCheck single IP address
bulkCheck multiple IPs
infoGet basic IP info (no API key needed)

Options

OptionTypeDefaultDescription
------------------------------------
--ipstring-IP address to check
--filestring-File with IPs (one per line)
--sourcestringallSource (all, abuseipdb, ipapi)
--daysint30Days of history to check

Data Sources

SourceAPI KeyInfo Provided
--------------------------------
ip-api.com❌ FreeGeolocation, ISP
AbuseIPDB✅ RequiredThreat score, reports
VirusTotal✅ OptionalAdditional threat info

Examples

# Basic IP info (no API key)
python3 skills/ip-threat-check/scripts/ip_threat.py info --ip 8.8.8.8

# Full threat check (requires API key)
python3 skills/ip-threat-check/scripts/ip_threat.py check --ip 192.168.1.1

# Bulk check
python3 skills/ip-threat-check/scripts/ip_threat.py bulk --file ips.txt

Environment Variables

VariableRequiredDescription
---------------------------------
ABUSEIPDB_API_KEYOptionalAbuseIPDB API key

Output Example

{
  "success": true,
  "ip": "8.8.8.8",
  "geolocation": {
    "country": "United States",
    "city": "Mountain View",
    "isp": "Google LLC"
  },
  "threat": {
    "score": 0,
    "reports": 0,
    "risk": "low"
  }
}

Use Cases

  1. Security Analysis - Check suspicious IPs
  2. Log Analysis - Enrich log data with threat info
  3. Incident Response - Quick IP reputation check
  4. Threat Hunting - Identify malicious IPs

Current Status

In development.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 05:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Free Ride - Unlimited free AI

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

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,033
dev-programming

URL Toolkit

freeter226
URL编码解码、参数解析及URL操作开发者工具包
★ 0 📥 535