HFish 蜜罐威胁情报 Feed LIVE

基于 HFish 蜜罐遥测数据生成的高可信恶意 IP 情报 feed

13524>13447>13503>13561>13619>13635>13636>13654>13654>13587>13575>13527>13550>13603>13614>13655>13777>13886>13952>14089>14190>13965>14030>13930>13261>11932>11326>10577>9965>8292>1607>--
封禁 IP 数量
30min
更新频率
24h
时间窗口
TXT + JSON
主要格式

📡 威胁情报 URL

⬇️ 下载 IP 列表 📠 RSS 订阅

最后更新: 加载中...

🔧 快速开始

# 下载最新情报
wget https://anonymous99-rise.github.io/honeypot-blocklist/ip_list.txt

# 配合 ipset + iptables 使用
while read ip; do ipset add honeypot_blacklist "$ip"; done < ip_list.txt
iptables -I INPUT -m set --match-set honeypot_blacklist src -j DROP

📋 支持格式

TXT (每行一个 IP) RSS (Atom 订阅) JSON (SDK)