返回顶部
i

ip-threat-check

Check IP address threat intelligence. Query multiple sources for IP reputation, geolocation, and threat scores.

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

ip-threat-check

# 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 ```bash python3 skills/ip-threat-check/scripts/ip_threat.py <action> [options] ``` ## Actions | Action | Description | |--------|-------------| | `check` | Check single IP address | | `bulk` | Check multiple IPs | | `info` | Get basic IP info (no API key needed) | ## Options | Option | Type | Default | Description | |--------|------|---------|-------------| | `--ip` | string | - | IP address to check | | `--file` | string | - | File with IPs (one per line) | | `--source` | string | all | Source (all, abuseipdb, ipapi) | | `--days` | int | 30 | Days of history to check | ## Data Sources | Source | API Key | Info Provided | |--------|---------|---------------| | ip-api.com | ❌ Free | Geolocation, ISP | | AbuseIPDB | ✅ Required | Threat score, reports | | VirusTotal | ✅ Optional | Additional threat info | ## Examples ```bash # 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 | Variable | Required | Description | |----------|----------|-------------| | `ABUSEIPDB_API_KEY` | Optional | AbuseIPDB API key | ## Output Example ```json { "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.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ip-threat-check-1776101472 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ip-threat-check-1776101472 技能

通过命令行安装

skillhub install ip-threat-check-1776101472

下载 Zip 包

⬇ 下载 ip-threat-check v1.0.0

文件大小: 4.43 KB | 发布时间: 2026-4-14 11:03

v1.0.0 最新 2026-4-14 11:03
首个版本:支持 IP 地理位置查询、威胁情报查询、批量检查

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

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

p2p_official_large
返回顶部