ClaudiusDecimius/TI-IOC-IPs
GitHub: ClaudiusDecimius/TI-IOC-IPs
提供实时更新的恶意IP列表,助力网络安全防御。
Stars: 0 | Forks: 0
# TI IOC IP 馈送
威胁情报恶意IP源 — 每日自动更新。
| | |
|---|---|
| **IPs** | 48,334 |
| **Updated** | 2026-06-05 |
| **Retention** | 30天滚动 |
| **TLP** | 白色 — 公共分发 |
## 文件
| 文件 | 描述 |
|------|-------------|
| `ips.txt` | 纯IP列表(每行一个) — SIEM/防火墙就绪 |
| `metadata.json` | 丰富数据(来源、置信度、标签、首次/最后出现时间) |
## 使用方法
```
# 下载纯 IP 列表
curl -s https://raw.githubusercontent.com/ClaudiusDecimius/TI-IOC-IPs/main/ips.txt
# 用于 iptables
curl -s https://raw.githubusercontent.com/ClaudiusDecimius/TI-IOC-IPs/main/ips.txt | grep -v "^#" | while read ip; do iptables -A INPUT -s $ip -j DROP; done
```
*由TI平台自动生成 · 自动删除30天前的IP*
标签:请求拦截, 逆向工具