🤬
  • ■ ■ ■ ■ ■ ■
    README_CN.md
    1  -# 最优秀的蜜罐列表
    2  - 
    3  -[![Awesome Honeypots](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
     1 +# 最优秀的蜜罐列表 [![Awesome Honeypots](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
    4 2   
    5 3  优秀的蜜罐、组件等等相关的工具列表,分为 Web、服务等多个类别,重点放在开源项目上
    6 4   
    skipped 1 lines
    8 6   
    9 7  探索更多优秀的列表请参阅:[sindresorhus/awesome](https://github.com/sindresorhus/awesome).
    10 8   
    11  -### 目录
     9 +# 目录
    12 10   
     11 +- [相关列表](#related-lists)
    13 12  - [蜜罐](#honeypots)
    14  -- [Honeyd 工具](#honeyd)
    15  -- [网络与行为分析](#analysis)
    16  -- [数据分析工具](#visualizers)
     13 +- [Honeyd 工具](#honeyd-tools)
     14 +- [网络与行为分析](#network-and-artifact-analysis)
     15 +- [数据分析工具](#data-tools)
    17 16  - [指南](#guides)
    18 17   
    19  -## Related Lists
     18 +## 相关列表
     19 + 
    20 20  - [awesome-pcaptools](https://github.com/caesar0301/awesome-pcaptools) 网络流量分析
    21 21  - [awesome-malware-analysis](https://github.com/rshipp/awesome-malware-analysis) 与上表有些重复,更侧重恶意软件分析
    22 22   
    23  -## <a name="honeypots"></a> 蜜罐
     23 +## 蜜罐
    24 24   
    25 25  - 数据库蜜罐
     26 + - [Delilah](https://github.com/SecurityTW/delilah) - Python 编写的 Elasticsearch 蜜罐
     27 + - [ESPot](https://github.com/mycert/ESPot) - 一个用 NodeJS 编写的 Elasticsearch 蜜罐,用于对 CVE-2014-3120 的利用
     28 + - [Elastic honey](https://github.com/jordan-wright/elastichoney) - 简单的 Elasticsearch 蜜罐
     29 + - [HoneyMysql](https://github.com/xiaoxiaoleo/HoneyMysql) - 简单 Mysql 蜜罐
    26 30   - [MongoDB-HoneyProxy](https://github.com/Plazmaz/MongoDB-HoneyProxy) - MongoDB 蜜罐代理
    27  - - [Elastic honey](https://github.com/jordan-wright/elastichoney) - 简单的 Elasticsearch 蜜罐
    28  - - [mysql](https://github.com/schmalle/MysqlPot) - mysql 蜜罐
     31 + - [MongoDB-HoneyProxyPy](https://github.com/jwxa2015/MongoDB-HoneyProxyPy) - 使用 Python 3 的 MongoDB 蜜罐代理
    29 32   - [NoSQLpot](https://github.com/torque59/nosqlpot) - NoSQL 蜜罐框架
    30  - - [ESPot](https://github.com/mycert/ESPot) - 一个用 NodeJS 编写的 Elasticsearch 蜜罐,用于对 CVE-2014-3120 的利用
    31  - - [Delilah](https://github.com/SecurityTW/delilah) - Python 编写的 Elasticsearch 蜜罐
    32 33   - [mysql-honeypotd](https://github.com/sjinks/mysql-honeypotd) - C 编写的低交互 MySQL 蜜罐
     34 + - [MysqlPot](https://github.com/schmalle/MysqlPot) - MySQL 蜜罐
     35 + - [pghoney](https://github.com/betheroot/pghoney) - 低交互 Postgres 蜜罐
     36 + - [sticky_elephant](https://github.com/betheroot/sticky_elephant) - 中交互 postgresql 蜜罐
    33 37   
    34 38  - Web 蜜罐
     39 + - [Bukkit Honeypot](https://github.com/Argomirr/Honeypot) Honeypot - Bukkit 的一个插件
     40 + - [EoHoneypotBundle](https://github.com/eymengunay/EoHoneypotBundle) - Symfony2 类型的蜜罐
    35 41   - [Glastopf](https://github.com/mushorg/glastopf) - Web 应用蜜罐
     42 + - [Google Hack Honeypot](http://ghh.sourceforge.net) - 旨在提供针对那些使用搜索引擎探测资源的攻击者的侦察
     43 + - [Laravel Application Honeypot](https://github.com/msurguy/Honeypot) - Honeypot - Laravel 应用程序的简单垃圾邮件预防软件包
     44 + - [Nodepot](https://github.com/schmalle/Nodepot) - NodeJS Web 应用蜜罐
     45 + - [Servletpot](https://github.com/schmalle/servletpot) - Web 应用蜜罐
     46 + - [Shadow Daemon](https://shadowd.zecure.org/overview/introduction/) - 用于 PHP、Perl 和 Python 应用程序的模块化Web应用程序防火墙/高交互式蜜罐
     47 + - [StrutsHoneypot](https://github.com/Cymmetria/StrutsHoneypot) - 基于 Struts Apache 2 的蜜罐
     48 + - [WebTrap](https://github.com/IllusiveNetworks-Labs/WebTrap) - 旨在创建欺骗性网页,重定向到真实网站
     49 + - [basic-auth-pot (bap)](https://github.com/bjeborn/basic-auth-pot) bap - HTTP 基本认证蜜罐
     50 + - [bwpot](https://github.com/graneed/bwpot) - Web 应用蜜罐
     51 + - [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot) - 虚假的 Django 管理登录页面,记录未经授权的访问尝试
     52 + - [drupo](https://github.com/d1str0/drupot) - Drupal 蜜罐
     53 + - [honeyhttpd](https://github.com/bocajspear1/honeyhttpd) - 基于 Python 的 Web 服务器蜜罐构建工具
     54 + - [phpmyadmin_honeypot](https://github.com/gfoss/phpmyadmin_honeypot) - - 简单有效的 phpMyAdmin 蜜罐
     55 + - [shockpot](https://github.com/threatstream/shockpot) - 检测 Shell Shock 利用尝试的 Web 应用蜜罐
     56 + - [smart-honeypot](https://github.com/freak3dot/smart-honeypot) - PHP 脚本编写的智能蜜罐
    36 57   - Snare/Tanner - Glastopf 的后继者
    37 58   - [Snare](https://github.com/mushorg/snare) - 下一代高交互 honEypot
    38 59   - [Tanner](https://github.com/mushorg/tanner) - 评估 SNARE 事件
    39  - - [phpmyadmin_honeypot](https://github.com/gfoss/phpmyadmin_honeypot) - - 简单有效的 phpMyAdmin 蜜罐
    40  - - [Nodepot](https://github.com/schmalle/Nodepot) - nodejs Web 应用蜜罐
    41  - - [basic-auth-pot](https://github.com/bjeborn/basic-auth-pot) bap - HTTP 基本认证蜜罐
    42  - - [Shadow Daemon](https://shadowd.zecure.org/overview/introduction/) - 用于 PHP、Perl 和 Python 应用程序的模块化Web应用程序防火墙/高交互式蜜罐
    43  - - [Servletpot](https://github.com/schmalle/servletpot) - Web 应用蜜罐
    44  - - [Google Hack Honeypot](http://ghh.sourceforge.net) - 旨在提供针对那些使用搜索引擎探测资源的攻击者的侦察
    45  - - [smart-honeypot](https://github.com/freak3dot/smart-honeypot) - PHP 脚本编写的智能蜜罐
    46  - - [Bukkit Honeypot](https://github.com/Argomirr/Honeypot) Honeypot - Bukkit 的一个插件
    47  - - [Laravel Application Honeypot](https://github.com/msurguy/Honeypot) - Honeypot - Laravel 应用程序的简单垃圾邮件预防软件包
    48 60   - [stack-honeypot](https://github.com/CHH/stack-honeypot) - 将针对垃圾邮件机器人的陷阱插入到响应中
    49  - - [EoHoneypotBundle](https://github.com/eymengunay/EoHoneypotBundle) - Symfony2 类型的蜜罐
    50  - - [shockpot](https://github.com/threatstream/shockpot) - 检测 Shell Shock 利用尝试的 Web 应用蜜罐
    51  - - [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot) - 虚假的 Django 管理登录页面,记录未经授权的访问尝试
    52  - - WordPress 蜜罐
     61 + - [tomcat-manager-honeypot](https://github.com/helospark/tomcat-manager-honeypot) - Tomcat 蜜罐。记录请求并保存攻击者的 WAR 文件
     62 + - WordPress honeypots
    53 63   - [HonnyPotter](https://github.com/MartinIngesen/HonnyPotter) - WordPress 的登录蜜罐,用于收集和分析失败的登录尝试
    54 64   - [HoneyPress](https://github.com/dustyfresh/HoneyPress) - Docker 容器中基于 Python 的 WordPress 蜜罐
    55 65   - [wp-smart-honeypot](https://github.com/freak3dot/wp-smart-honeypot) - 减少垃圾邮件的 WordPress 插件
    56 66   - [wordpot](https://github.com/gbrindisi/wordpot) - WordPress 蜜罐
    57  - - [honeyhttpd](https://github.com/bocajspear1/honeyhttpd) - 基于 Python 的 Web 服务器蜜罐构建工具
    58 67   
    59 68  - 服务蜜罐
    60  - - [honeyntp](https://github.com/fygrave/honeyntp) - NTP 蜜罐
    61  - - [honeypot-camera](https://github.com/alexbredo/honeypot-camera) - 相机蜜罐
    62  - - [troje](https://github.com/dutchcoders/troje/) - 围绕 LXC 容器的蜜罐,将每一个服务的连接都放到单独的 LXC 容器内
     69 + - [ADBHoney](https://github.com/huuck/ADBHoney) - 蜜罐.
     70 + - [AMTHoneypot](https://github.com/packetflare/amthoneypot) - 针对 Intel 的 AMT 固件漏洞(CVE-2017-5689)的蜜罐
     71 + - [Ensnare](https://github.com/ahoernecke/ensnare) - 易部署的 Ruby 蜜罐
    63 72   - [HoneyPy](https://github.com/foospidy/HoneyPy) - 低交互蜜罐
    64  - - [Ensnare](https://github.com/ahoernecke/ensnare) - 易部署的 Ruby 蜜罐
    65  - - [RDPy](https://github.com/citronneur/rdpy) - Python 实现的 RDP 蜜罐
     73 + - [Honeygrove](https://github.com/UHH-ISS/honeygrove) - 基于 Twisted 的多用途、模块化蜜罐
     74 + - [Honeyport](https://github.com/securitygeneration/Honeyport) - Bash 和 Python 写成的简单 honeyport
    66 75   - [Honeyprint](https://github.com/glaslos/honeyprint) - 打印机蜜罐
    67  - - [Tom's Honeypot](https://github.com/inguardians/toms_honeypot) - 低交互 Python 蜜罐
    68  - - [Honeyport](https://github.com/securitygeneration/Honeyport) - Bash 和 Python 写成的简单 honeyport
    69  - - [AMTHoneypot](https://github.com/packetflare/amthoneypot) - 针对 Intel 的 AMT 固件漏洞(CVE-2017-5689)的蜜罐
    70 76   - [Lyrebird](https://hub.docker.com/r/lyrebird/honeypot-base/) - 现代高交互蜜罐框架
    71  - - [Honeygrove](https://github.com/UHH-ISS/honeygrove) - 基于 Twisted 的多用途、模块化蜜罐
     77 + - [MICROS honeypot](https://github.com/Cymmetria/micros_honeypot) - 在带有 Oracle Hospitality Simphony 的 Oracle Hospitality Applications (MICROS) 中检测 CVE-2018-2636 的低交互蜜罐
     78 + - [RDPy](https://github.com/citronneur/rdpy) - Python 实现的 RDP 蜜罐
     79 + - [SMB Honeypot](https://github.com/r0hi7/HoneySMB) - 可以捕获类似 Wannacry 的恶意软件的高交互 SMB 蜜罐
     80 + - [Tom's Honeypot](https://github.com/inguardians/toms_honeypot) - 低交互 Python 蜜罐
    72 81   - [WebLogic honeypot](https://github.com/Cymmetria/weblogic_honeypot) - 在带有 Oracle WebLogic Server 的 Oracle Fusion Middleware 中检测 CVE-2017-10271 的低交互蜜罐
    73  - - [MICROS honeypot](https://github.com/Cymmetria/micros_honeypot) - 在带有 Oracle Hospitality Simphony 的 Oracle Hospitality Applications (MICROS) 中检测 CVE-2018-2636 的低交互蜜罐
     82 + - [WhiteFace Honeypot](https://github.com/csirtgadgets/csirtg-honeypot) - 基于 Twisted 开发的针对 WhiteFace 蜜罐
     83 + - [honeycomb_plugins](https://github.com/Cymmetria/honeycomb_plugins) - Honeycomb 插件仓库,Cymmetria 的蜜罐框架
     84 + - [honeyntp](https://github.com/fygrave/honeyntp) - NTP 蜜罐
     85 + - [honeypot-camera](https://github.com/alexbredo/honeypot-camera) - 相机蜜罐
     86 + - [honeypot-ftp](https://github.com/alexbredo/honeypot-ftp) - FTP 蜜罐
    74 87   - [honeytrap](https://github.com/honeytrap/honeytrap) - 用 Go 编写的高级蜜罐框架,可以连接其他蜜罐
     88 + - [pyrdp](https://github.com/gosecure/pyrdp) - Python 3 实现的 RDP 中间人库,能监视连接
     89 + - [troje](https://github.com/dutchcoders/troje/) - 围绕 LXC 容器的蜜罐,将每一个服务的连接都放到单独的 LXC 容器内
    75 90   
    76 91  - 分布式蜜罐
    77 92   - [DemonHunter](https://github.com/RevengeComing/DemonHunter) - 低交互蜜罐服务器
    skipped 3 lines
    81 96   
    82 97  - ICS/SCADA 蜜罐
    83 98   - [Conpot](https://github.com/mushorg/conpot) - ICS/SCADA 蜜罐
     99 + - [GasPot](https://github.com/sjhilt/GasPot) - Veeder Root Gaurdian AST, 常见于石油、天然气行业
     100 + - [SCADA honeynet](http://scadahoneynet.sourceforge.net) - 建立工业网络的蜜罐
    84 101   - [gridpot](https://github.com/sk4ld/gridpot) - 模拟实际电网的开源蜜罐
    85 102   - [scada-honeynet](http://www.digitalbond.com/blog/2007/07/24/scada-honeynet-article-in-infragard-publication/) - 模拟流行的 PLC 服务,更好地帮助 SCADA 研究人员了解暴露的控制系统设备的潜在风险
    86  - - [SCADA honeynet](http://scadahoneynet.sourceforge.net) - 建立工业网络的蜜罐
    87  - - [GasPot](https://github.com/sjhilt/GasPot) - Veeder Root Gaurdian AST, 常见于石油、天然气行业
    88 103   
    89 104  - 其他/随机
     105 + - [DSHP](https://github.com/naorlivne/dshp) - 带有插件化支持的简单蜜罐
    90 106   - [NOVA](https://github.com/DataSoft/Nova) 看起来像完整系统的蜜罐
    91  - - [OFPot](https://github.com/upa/ofpot) - 基于 POX 的 OpenFlow 蜜罐,将未使用的IP地址的流量重定向到蜜罐中
     107 + - [OpenFlow HoneypotOFPot](https://github.com/upa/ofpot) - 基于 POX 的 OpenFlow 蜜罐,将未使用的IP地址的流量重定向到蜜罐中
    92 108   - [OpenCanary](https://pypi.org/project/opencanary/) - 模块化、分布式蜜罐
    93  - - [DSHP](https://github.com/naorlivne/dshp) - 带有插件化支持的简单蜜罐
     109 + - [ciscoasa_honeypot](https://github.com/cymmetria/ciscoasa_honeypot) 用于思科 ASA 低交互蜜罐,检测 CVE-2018-0101 远程代码执行漏洞
     110 + - [miniprint](https://github.com/sa7mon/miniprint) - 打印机中交互蜜罐
    94 111  
    95 112  - 僵尸网络 C&C 工具
    96 113   - [Hale](https://github.com/pjlantz/Hale) - 僵尸网络 C&C 监视器
    skipped 13 lines
    110 127   
    111 128  - 分布式传感器部署
    112 129   - [Modern Honey Network](https://github.com/threatstream/mhn) - 分布式 Snort 与蜜罐传感器管理,使用虚拟网络,最小指纹的 SNORT 安装,服务器提供隐形侦察与集中管理
    113  - - [ADHD](https://sourceforge.net/projects/adhd/) - Active Defense Harbinger Distribution(ADHD)是基于 Ubuntu LTS 的 Linux 发行版,并配备了许多预装的主动防御工具
    114 130   
    115 131  - 网络分析工具
    116 132   - [Tracexploit](https://code.google.com/archive/p/tracexploit/) - 重放网络数据包
    skipped 3 lines
    120 136   
    121 137  - 低交互蜜罐(路由器后门)
    122 138   - [Honeypot-32764](https://github.com/knalli/honeypot-for-tcp-32764) - 路由器后门蜜罐(TCP 32764).
     139 + - [WAPot](https://github.com/lcashdol/WAPot) - 能够观察家庭路由器流量的蜜罐
    123 140   
    124 141  - HTTPS 代理
    125 142   - [mitmproxy](https://mitmproxy.org/) - 拦截、检查、修改、重放流量
    skipped 10 lines
    136 153   - [Kippo2ElasticSearch](https://bruteforcelab.com/kippo2elasticsearch) - 用于将 Kippo SSH 蜜罐数据从 MySQL 数据库传输到 ElasticSearch 实例(服务器或集群)的 Python 脚本
    137 154   
    138 155  - 被动网络审计框架解析工具
    139  - - [pnaf](https://github.com/jusafing/pnaf) - 被动网络审计框架
     156 + - [Passive Network Audit Frameworkpnaf](https://github.com/jusafing/pnaf) - 被动网络审计框架
    140 157   
    141 158  - 虚拟机监控工具
    142  - - [vmscope](https://cs.gmu.edu/~xwangc/Publications/RAID07-VMscope.pdf) - 基于虚拟机的监视
    143  - - [vmitools](http://libvmi.com/) - 带有 Python 接口的 C 库,可以轻松监视运行中的虚拟机的底层细节
    144 159   - [Antivmdetect](https://github.com/nsmfoo/antivmdetection) - 用于创建 VirtualBox 虚拟机模版的脚本,使检测虚拟机更困难
    145 160   - [VMCloak](https://github.com/hatching/vmcloak) - Cuckoo 沙盒的自动虚拟机生成和隐藏
     161 + - [vmitools](http://libvmi.com/) - 带有 Python 接口的 C 库,可以轻松监视运行中的虚拟机的底层细节
    146 162   
    147 163  - 二进制调试器
     164 + - [Hexgolems - Pint Debugger Backend](https://github.com/hexgolems/pint) - 一个调试器后端与 Pin 的 Lua 接口
    148 165   - [Hexgolems - Schem Debugger Frontend](https://github.com/hexgolems/schem) - 一个调试器前端
    149  - - [Hexgolems - Pint Debugger Backend](https://github.com/hexgolems/pint) - 一个调试器后端与 Pin 的 Lua 接口
    150 166   
    151 167  - 移动应用分析工具
     168 + - [Androguard](https://github.com/androguard/androguard) - 安卓应用程序逆向工程工具
    152 169   - [APKinspector](https://github.com/honeynet/apkinspector/) - 带有界面的安卓应用程序分析工具
    153  - - [Androguard](https://github.com/androguard/androguard) - 安卓应用程序逆向工程工具
    154 170   
    155 171  - 低交互蜜罐
    156 172   - [Honeyperl](https://sourceforge.net/projects/honeyperl/) - 基于 Perl 的蜜罐,有很多插件
     173 + - [T-Pot](https://github.com/dtag-dev-sec/tpotce) - 为电信服务商 T-Mobile 提供的蜜罐
    157 174   
    158 175  - 蜜罐数据融合
    159 176   - [HFlow2](https://projects.honeynet.org/hflow) - 用于蜜罐/网络分析的数据融合工具
    160 177   
    161 178  - 服务器
    162  - - [LaBrea](http://labrea.sourceforge.net/labrea-info.html) - 接管未使用的 IP 地址,创建对蠕虫、黑客有吸引力的虚拟服务
    163  - - [Honeysink](http://www.honeynet.org/node/773) - 开源网络陷阱,提供了检测与阻止指定网络上恶意流量的机制
    164  - - [KFSensor](http://www.keyfocus.net/kfsensor/) - 基于 Windows 的入侵检测系统蜜罐
    165  - - [Honeyd](https://github.com/provos/honeyd) Also see [more honeyd tools](#honeyd).
    166  - - [UDPot Honeypot](https://github.com/jekil/UDPot) - 简单 UDP / DNS 蜜罐脚本
     179 + - [Amun](http://amunhoney.sourceforge.net) - 漏洞模拟蜜罐
     180 + - [Artillery](https://github.com/trustedsec/artillery/) - 开源蓝队工具,旨在通过多种办法保护 Linux 和 Windows 操作系统
     181 + - [Bait and Switch](http://baitnswitch.sourceforge.net) - 将恶意流量重定向到生产系统镜像的蜜罐
     182 + - [Bifrozt](https://github.com/Ziemeck/bifrozt-ansible) - 自动部署带有 ansible 的 bifrozt
    167 183   - [Conpot](http://conpot.org/) - 低交互的工业控制系统蜜罐
    168  - - [Bifrozt](https://github.com/Ziemeck/bifrozt-ansible) - 自动部署带有 ansible 的 bifrozt
    169  - - [Bait and Switch](http://baitnswitch.sourceforge.net) - 将恶意流量重定向到生产系统镜像的蜜罐
    170  - - [Artillery](https://github.com/trustedsec/artillery/) - 开源蓝队工具,旨在通过多种办法保护 Linux 和 Windows 操作系统
    171  - - [slipm-honeypot](https://github.com/rshipp/slipm-honeypot) - 简单的低交互端口监听蜜罐
     184 + - [Heralding](https://github.com/johnnykv/heralding) - 捕获凭据的蜜罐
    172 185   - [HoneyWRT](https://github.com/CanadianJeff/honeywrt) - 基于 Python 的低交互蜜罐,旨在模拟攻击者可能攻击的服务或端口
    173  - - [Amun](http://amunhoney.sourceforge.net) - 漏洞模拟蜜罐
    174  - - [TelnetHoney](https://github.com/balte/TelnetHoney) - 简单的 telnet 蜜罐
     186 + - [Honeyd](https://github.com/provos/honeyd) 请查看[更多 honeyd 工具](#honeyd)
     187 + - [Honeysink](http://www.honeynet.org/node/773) - 开源网络陷阱,提供了检测与阻止指定网络上恶意流量的机制
    175 188   - [Hontel](https://github.com/stamparm/hontel) - Telnet 蜜罐
     189 + - [KFSensor](http://www.keyfocus.net/kfsensor/) - 基于 Windows 的入侵检测系统蜜罐
     190 + - [LaBrea](http://labrea.sourceforge.net/labrea-info.html) - 接管未使用的 IP 地址,创建对蠕虫、黑客有吸引力的虚拟服务
    176 191   - [MTPot](https://github.com/Cymmetria/MTPot) - 专注于 Mirai 的开源 Telnet 蜜罐
    177  - - [Heralding](https://github.com/johnnykv/heralding) - 捕获凭据的蜜罐
    178  - - [vnclowpot](https://github.com/magisterquis/vnclowpot) - 低交互的 VNC 蜜罐
    179 192   - [SIREN](https://github.com/blaverick62/SIREN) - 半智能蜜罐网络 - 蜜网只能虚拟环境
    180  - - [telnetlogger](https://github.com/robertdavidgraham/telnetlogger) - 跟踪 Mirai 的 Telnet 蜜罐
     193 + - [TelnetHoney](https://github.com/balte/TelnetHoney) - 简单的 telnet 蜜罐
     194 + - [UDPot Honeypot](https://github.com/jekil/UDPot) - 简单 UDP / DNS 蜜罐脚本
     195 + - [Yet Another Fake Honeypot (YAFH)](https://github.com/fnzv/YAFH) - 使用 Go 编写的简单蜜罐
     196 + - [arctic-swallow](https://github.com/ajackal/arctic-swallow) - 低交互蜜罐
     197 + - [glutton](https://github.com/mushorg/glutton) - 可喂食蜜罐
     198 + - [go-HoneyPot](https://github.com/Mojachieee/go-HoneyPot) - 使用 Go 编写的蜜罐
     199 + - [go-emulators](https://github.com/kingtuna/go-emulators) - Go 蜜罐模拟器
     200 + - [honeymail](https://github.com/sec51/honeymail) - 使用 Go 编写的 SMTP 蜜罐
    181 201   - [honeytrap](https://github.com/tillmannw/honeytrap) - 一个用于捕获针对 TCP 和 UDP 服务攻击的低交互蜜罐
     202 + - [imap-honey](https://github.com/yvesago/imap-honey) - 使用 Go 编写的 IMAP 蜜罐
    182 203   - [mwcollectd](https://www.openhub.net/p/mwcollectd) - 联合 nepenthes 和 honeytrap 的最佳功能实现的多功能恶意软件收集蜜罐
     204 + - [potd](https://github.com/lnslbrty/potd) - 使用 Linux 的 Namespaces、Seccomp 与 Capabilities 构建针对 OpenWrt/IoT 设备的低中交互 SSH/TCP 蜜罐
    183 205   - [portlurker](https://github.com/bartnv/portlurker) - 用于协议猜测和安全字符显示的端口监听工具/蜜罐
    184  - - [arctic-swallow](https://github.com/ajackal/arctic-swallow) - 低交互蜜罐
    185  - - [glutton](https://github.com/mushorg/glutton) - 可喂食蜜罐
     206 + - [slipm-honeypot](https://github.com/rshipp/slipm-honeypot) - 简单的低交互端口监听蜜罐
     207 + - [telnet-iot-honeypot](https://github.com/Phype/telnet-iot-honeypot) - 为了捕获僵尸网络二进制文件,使用 Python 编写的 telnet 蜜罐
     208 + - [telnetlogger](https://github.com/robertdavidgraham/telnetlogger) - 跟踪 Mirai 的 Telnet 蜜罐
     209 + - [vnclowpot](https://github.com/magisterquis/vnclowpot) - 低交互的 VNC 蜜罐
    186 210   
    187 211  - IDS 签名生成
    188 212   - [Honeycomb](http://www.icir.org/christian/honeycomb/) - 使用蜜罐自动创建签名
    skipped 1 lines
    190 214  - 查找服务提供商的 ASN 与前缀
    191 215   - [CC2ASN](http://www.cc2asn.com/) - 简单的查询服务
    192 216   
    193  -- Thug 的 Web 界面
    194  - - [Rumal](https://github.com/thugs-rumal/) - Thug 的界面
    195  - 
    196 217  - 数据收集/数据共享
    197  - - [HPfriends](http://hpfriends.honeycloud.net/#/home) - 蜜罐数据共享平台
    198  - - [hpfriends - real-time social data-sharing](https://heipei.io/sigint-hpfriends/) - HPFriends 订阅系统的展示
    199 218   - [HPFeeds](https://github.com/rep/hpfeeds/) - 轻量认证的订阅发布协议
    200 219   
    201 220  - 集中管理工具
    skipped 8 lines
    210 229  - Wireshark 的蜜罐扩展
    211 230   - [Whireshark Extensions](https://www.honeynet.org/project/WiresharkExtensions) - 支持应用针对 PCAP 文件的 Snort IDS 规则与签名
    212 231   
    213  - 
    214 232  - 客户端蜜罐
    215  - - [Pwnypot](https://github.com/shjalayeri/pwnypot) - 高交互客户端蜜罐
    216  - - [MonkeySpider](http://monkeyspider.sourceforge.net)
    217  - - [Capture-HPC-NG](https://github.com/CERT-Polska/HSN-Capture-HPC-NG)
    218  - - [URLQuery](https://urlquery.net/)
    219  - - [Trigona](https://www.honeynet.org/project/Trigona)
    220  - - [Thug](https://buffer.github.io/thug/)
    221  - - [Shelia](https://www.cs.vu.nl/~herbertb/misc/shelia/)
    222  - - [PhoneyC](https://github.com/honeynet/phoneyc)
    223  - - [Jsunpack-n](https://github.com/urule99/jsunpack-n)
    224  - - [HoneyC](https://projects.honeynet.org/honeyc)
    225  - - [HoneyBOT](http://www.atomicsoftwaresolutions.com/)
    226 233   - [CWSandbox / GFI Sandbox](https://www.gfi.com/products-and-solutions/all-products)
    227 234   - [Capture-HPC-Linux](https://redmine.honeynet.org/projects/linux-capture-hpc/wiki)
     235 + - [Capture-HPC-NG](https://github.com/CERT-Polska/HSN-Capture-HPC-NG)
    228 236   - [Capture-HPC](https://projects.honeynet.org/capture-hpc) - 高交互客户端蜜罐
     237 + - [HoneyBOT](http://www.atomicsoftwaresolutions.com/)
     238 + - [HoneyC](https://projects.honeynet.org/honeyc)
     239 + - [HoneySpider Network](https://github.com/CERT-Polska/hsn2-bundle) - 集成多个客户端蜜罐检测恶意网站的可扩展系统
     240 + - [HoneyWeb](https://code.google.com/archive/p/gsoc-honeyweb/) - 为管理与远程共享 Honeyclients 资源而创建的 Web 界面
     241 + - [Jsunpack-n](https://github.com/urule99/jsunpack-n)
     242 + - [MonkeySpider](http://monkeyspider.sourceforge.net)
     243 + - [PhoneyC](https://github.com/honeynet/phoneyc)
     244 + - [Pwnypot](https://github.com/shjalayeri/pwnypot) - 高交互客户端蜜罐
     245 + - [Rumal](https://github.com/thugs-rumal/)
     246 + - [Shelia](https://www.cs.vu.nl/~herbertb/misc/shelia/)
     247 + - [Thug](https://buffer.github.io/thug/)
     248 + - [Thug Distributed Task Queuing](https://thug-distributed.readthedocs.io/en/latest/index.html)
     249 + - [Trigona](https://www.honeynet.org/project/Trigona)
     250 + - [URLQuery](https://urlquery.net/)
    229 251   - [YALIH (Yet Another Low Interaction Honeyclient)](https://github.com/Masood-M/yalih) - 低交互客户端蜜罐,旨在通过签名,异常和模式匹配技术检测恶意网站
    230 252   
    231 253  - 蜜罐
    232  - - [Single-honeypot](https://sourceforge.net/projects/single-honeypot/)
     254 + - [Deception Toolkit](http://www.all.net/dtk/dtk.html)
    233 255   - [IMHoneypot](https://github.com/mushorg/imhoneypot)
    234  - - [Deception Toolkit](http://www.all.net/dtk/dtk.html)
    235 256   
    236 257  - PDF 文档检查工具
    237 258   - [peepdf](https://github.com/jesparza/peepdf)
    238 259   
    239  -- 分布式系统
    240  - - [Thug Distributed Task Queuing](https://thug-distributed.readthedocs.io/en/latest/index.html)
    241  - 
    242  -- HoneyClient Management
    243  - - [HoneyWeb](https://code.google.com/archive/p/gsoc-honeyweb/)
    244  - 
    245 260  - 混合低/高交互蜜罐
    246 261   - [HoneyBrid](http://honeybrid.sourceforge.net)
    247 262   
    248 263  - SSH 蜜罐
     264 + - [Blacknet](https://github.com/morian/blacknet) - SSH 蜜罐系统
     265 + - [Cowrie](https://github.com/cowrie/cowrie) - Cowrie SSH 蜜罐 (基于 kippo)
     266 + - [DShield docker](https://github.com/xme/dshield-docker) - 启用了 DShield 输出的 Docker 容器
     267 + - [HonSSH](https://github.com/tnich/honssh) - 记录客户端与服务器之间所有 SSH 通信
     268 + - [HUDINX](https://github.com/Cryptix720/HUDINX) - 用于记录暴力破解的低交互 SSH 蜜罐,记录攻击者全部 Shell 交互
    249 269   - [Kojoney](http://kojoney.sourceforge.net/)
    250 270   - [Kojoney2](https://github.com/madirish/kojoney2) - 根据 Kojoney 用 Python 编写的低交互 SSH 蜜罐
    251 271   - [Kippo](https://github.com/desaster/kippo) - 中交互 SSH 蜜罐
    252  - - [LongTail Log Analysis @ Marist College](http://longtail.it.marist.edu/honey/) - 分析 SSH 蜜罐日志
    253  - - [Cowrie](https://github.com/cowrie/cowrie) - Cowrie SSH 蜜罐 (基于 kippo)
    254  - - [sshlowpot](https://github.com/magisterquis/sshlowpot) - Go 编写的低交互 SSH 蜜罐
    255  - - [sshhipot](https://github.com/magisterquis/sshhipot) - 高交互中间人 SSH 蜜罐
    256  - - [DShield docker](https://github.com/xme/dshield-docker) - 启用了 DShield 输出的 Docker 容器
     272 + - [Kippo_JunOS](https://github.com/gregcmartin/Kippo_JunOS) - 基于 Kippo 的蜜罐
     273 + - [Kojoney2](https://github.com/madirish/kojoney2) - Jose Antonio Coret 使用 Python 编写,基于 Kojoney 的低交互 SSH 蜜罐
     274 + - [Kojoney](http://kojoney.sourceforge.net/) - 基于 Python 的低交互蜜罐,使用 Twisted Conch 模拟 SSH 服务
     275 + - [LongTail Log Analysis @ Marist College](http://longtail.it.marist.edu/honey/) - 分析 SSH 蜜罐日志
     276 + - [Malbait](https://github.com/batchmcnulty/Malbait) - 使用 Perl 实现的 TCP/UDP 蜜罐
     277 + - [MockSSH](https://github.com/ncouture/MockSSH) - 支持定义的所有命令的 SSH 服务器
     278 + - [cowrie2neo](https://github.com/xlfe/cowrie2neo) - 解析 cowrie 蜜罐日志到 neo4j 数据库
     279 + - [go-sshoney](https://github.com/ashmckenzie/go-sshoney) - SSH 蜜罐
     280 + - [go0r](https://github.com/fzerorubigd/go0r) - 使用 Go 编写的简单 SSH 蜜罐
     281 + - [gohoney](https://github.com/PaulMaddox/gohoney) - 使用 Go 编写的 SSH 蜜罐
     282 + - [hived](https://github.com/sahilm/hived) - 基于 Go 编写的蜜罐
     283 + - [hnypots-agent)](https://github.com/joshrendek/hnypots-agent) - 记录用户名和密码组合的 SSH 服务器
     284 + - [honeypot.go](https://github.com/mdp/honeypot.go) - 使用 Go 编写的 SSH 蜜罐
     285 + - [honeyssh](https://github.com/ppacher/honeyssh) - 凭据 dumping 的 SSH 蜜罐
    257 286   - [hornet](https://github.com/czardoz/hornet) - 支持多虚拟主机的中交互 SSH 蜜罐
     287 + - [ssh-auth-logger](https://github.com/JustinAzoff/ssh-auth-logger) - 低\零交互 SSH 蜜罐
    258 288   - [ssh-honeypot](https://github.com/droberson/ssh-honeypot) - 伪造 SSHD,记录 IP 地址、用户名与密码
    259  - - [Kippo_JunOS](https://github.com/gregcmartin/Kippo_JunOS) - 基于 Kippo 的蜜罐
     289 + - [ssh-honeypot](https://github.com/amv42/sshd-honeypot) - OpenSSH DEAMON 的改版,将命令转发到 Cowrie
    260 290   - [ssh-honeypotd](https://github.com/sjinks/ssh-honeypotd) - C 编写的低交互 SSH 蜜罐
     291 + - [sshForShits](https://github.com/traetox/sshForShits) - 高交互 SSH 蜜罐框架
    261 292   - [sshesame](https://github.com/jaksi/sshesame) - 记录登录活动的虚假 SSH 服务器
     293 + - [sshhipot](https://github.com/magisterquis/sshhipot) - 高交互中间人 SSH 蜜罐
     294 + - [sshlowpot](https://github.com/magisterquis/sshlowpot) - Go 编写的低交互 SSH 蜜罐
    262 295   - [sshsyrup](https://github.com/mkishere/sshsyrup) - 简单的 SSH 蜜罐,捕获终端活动并上传到 asciinema.org
     296 + - [twisted-honeypots](https://github.com/lanjelot/twisted-honeypots) - 基于 Twisted 的 SSH\FTP\Telnet 的蜜罐
    263 297   
    264 298  - 分布式传感器项目
    265 299   - [DShield Web Honeypot Project](https://sites.google.com/site/webhoneypotsite/)
    skipped 1 lines
    267 301  - PCAP 分析工具
    268 302   - [Honeysnap](https://projects.honeynet.org/honeysnap/)
    269 303   
    270  -- 客户端 Web 爬虫
    271  - - [HoneySpider Network](https://github.com/CERT-Polska/hsn2-bundle)
    272  - 
    273 304  - 网络流量重定向工具
    274 305   - [Honeywall](https://projects.honeynet.org/honeywall/)
    275 306   
    skipped 6 lines
    282 313  - File carving
    283 314   - [TestDisk & PhotoRec](https://www.cgsecurity.org/)
    284 315   
    285  -- Sebek
    286  - - [Sebek](https://projects.honeynet.org/sebek/) - 数据捕获
    287  - - [Qebek](https://projects.honeynet.org/sebek/wiki/Qebek) - 基于 QEMU 的 Sebek
    288  - - [xebek](https://code.google.com/archive/p/xebek/) - Xen 上的 Sebek
    289  - 
    290  -- SSH 代理
    291  - - [HonSSH](https://github.com/tnich/honssh)
    292  - 
    293 316  - Windows 可用的行为分析工具
    294 317   - [Capture BAT](https://www.honeynet.org/node/315)
    295 318   
    skipped 1 lines
    297 320   - [DAVIX](https://www.secviz.org/node/89) - DAVIX Released
    298 321   
    299 322  - Spamtrap
    300  - - [Mailoney](https://github.com/awhitehatter/mailoney) - Python 编写的 SMTP 蜜罐,具有开放中继、凭据记录等功能
    301  - - [Spamhole](http://www.spamhole.net/)
    302  - - [spamd](http://man.openbsd.org/cgi-bin/man.cgi?query=spamd%26apropos=0%26sektion=0%26manpath=OpenBSD+Current%26arch=i386%26format=html)
    303 323   - [Mail::SMTP::Honeypot](https://metacpan.org/pod/release/MIKER/Mail-SMTP-Honeypot-0.11/Honeypot.pm) - 提供标准 SMTP 服务器工具的 Perl 模块
    304  - - [honeypot](https://github.com/jadb/honeypot) - 蜜罐项目组非官方 PHP 的 SDK
    305  - - [SpamHAT](https://github.com/miguelraulb/spamhat) - 垃圾邮件蜜罐工具
     324 + - [Mailoney](https://github.com/awhitehatter/mailoney) - Python 编写的 SMTP 蜜罐,具有开放中继、凭据记录等功能
    306 325   - [SendMeSpamIDS.py](https://github.com/johestephan/VerySimpleHoneypot) - 获得所有 IDS 和分析设备的简单 SMTP
    307 326   - [Shiva](https://github.com/shiva-spampot/shiva) - 垃圾邮件蜜罐与智能分析工具
    308 327   - [Shiva The Spam Honeypot Tips And Tricks For Getting It Up And Running](https://www.pentestpartners.com/security-blog/shiva-the-spam-honeypot-tips-and-tricks-for-getting-it-up-and-running/)
     328 + - [SpamHAT](https://github.com/miguelraulb/spamhat) - 垃圾邮件蜜罐工具
     329 + - [Spamhole](http://www.spamhole.net/)
     330 + - [honeypot](https://github.com/jadb/honeypot) - 蜜罐项目组非官方 PHP 的 SDK
     331 + - [spamd](http://man.openbsd.org/cgi-bin/man.cgi?query=spamd%26apropos=0%26sektion=0%26manpath=OpenBSD+Current%26arch=i386%26format=html)
    309 332   
    310 333  - 商业蜜网
    311  - - [Cymmetria Mazerunner](https://cymmetria.com/products/mazerunner/) - MazeRunner 可引导攻击者远离真实目标,并创建攻击痕迹跟踪
     334 + - [Cymmetria Mazerunner](https://cymmetria.com/products/mazerunner/) - 可引导攻击者远离真实目标,并创建攻击痕迹跟踪
    312 335   
    313 336  - 服务器(蓝牙)
    314 337   - [Bluepot](https://github.com/andrewmichaelsmith/bluepot)
    skipped 2 lines
    317 340   - [Droidbox](https://code.google.com/archive/p/droidbox/)
    318 341   
    319 342  - Docker 化的低交互蜜罐
    320  - - [Manuka](https://github.com/andrewmichaelsmith/manuka) - 基于 Docker 的蜜罐 (Dionaea & Kippo).
     343 + - [Docker honeynet](https://github.com/sreinhardt/Docker-Honeynet) - 部署与 Docker 容器中的一些蜜网工具
    321 344   - [Dockerized Thug](https://hub.docker.com/r/honeynet/thug/) - 基于 [Thug](https://github.com/buffer/thug) 的 Docker 蜜罐,用于分析恶意 Web 内容
    322 345   - [Dockerpot](https://github.com/mrschyte/dockerpot) - 基于 Docker 的蜜罐
    323  - - [Docker honeynet](https://github.com/sreinhardt/Docker-Honeynet) - 部署与 Docker 容器中的一些蜜网工具
     346 + - [Manuka](https://github.com/andrewmichaelsmith/manuka) - 基于 Docker 的蜜罐 (Dionaea & Kippo).
    324 347   - [mhn-core-docker](https://github.com/MattCarothers/mhn-core-docker) - 在 Docker 中实现的现代蜜网核心元素
    325 348   
    326 349  - 网络分析
    skipped 1 lines
    328 351   
    329 352  - SIP Server
    330 353   - [Artemnesia VoIP](http://artemisa.sourceforge.net)
    331  - 
    332 354  
    333 355  - IOT 蜜罐
    334 356   - [HoneyThing](https://github.com/omererdem/honeything) - TR-069 蜜罐
     357 + - [Kako](https://github.com/darkarnium/kako) - 常见嵌入式设备漏洞的蜜罐
    335 358   
    336 359  - Honeytokens
    337  - - [Honeyλ](https://github.com/0x4D31/honeylambda) - 简单的无服务器应用程序,旨在创建和监控 AWS Lambda 和 Amazon API Gateway 之上的网址 honeytokens
     360 + - [CanaryTokens](https://github.com/thinkst/canarytokens) - Honeytoken 生成器,Dashboard 在 [CanaryTokens.org](https://canarytokens.org/generate)
    338 361   - [Honeybits](https://github.com/0x4D31/honeybits) - 旨在通过在生产服务器和工作站中传播 breadcrumbs 和 honeytokens 来诱使攻击者进入蜜罐,从而提高诱捕率
    339  - - [CanaryTokens](https://github.com/thinkst/canarytokens)
     362 + - [Honeyλ (HoneyLambda)](https://github.com/0x4D31/honeylambda) - 简单的无服务器应用程序,旨在创建和监控 AWS Lambda 和 Amazon API Gateway 之上的网址 honeytokens
    340 363   - [dcept](https://github.com/secureworks/dcept) - 部署、检测活动目录使用情况的 honeytokens
     364 + - [honeyku](https://github.com/0x4D31/honeyku) - 基于 Heroku 的 Web 蜜罐
     365 + 
    341 366   
    342 367  ## <a name="honeyd"></a> Honeyd 工具
    343 368   
    skipped 8 lines
    352 377   
    353 378  - Honeyd 统计数据可视化脚本
    354 379   - [Honeyd-Viz](https://bruteforcelab.com/honeyd-viz)
    355  - 
    356  -- Honeyd UI
    357  - - [Honeyd configuration GUI](http://www.citi.umich.edu/u/provos/honeyd/ch01-results/1/) - 用于配置honeyd守护进程并生成配置文件的程序
    358 380   
    359 381  - Honeyd 统计
    360 382   - [Honeydsum.pl](https://github.com/DataSoft/Honeyd/blob/master/scripts/misc/honeydsum-v0.3/honeydsum.pl)
    361 383   
    362 384   
    363  - 
    364 385  ## <a name="analysis"></a> 网络与行为分析
    365 386   
    366 387  - 沙盒
     388 + - [Argos](http://www.few.vu.nl/argos/) - 用于捕获零日攻击的模拟器
     389 + - [COMODO automated sandbox](https://help.comodo.com/topic-72-1-451-4768-.html)
     390 + - [Cuckoo](https://cuckoosandbox.org/) - 领先的开源自动化恶意软件分析系统
     391 + - [Pylibemu](https://github.com/buffer/pylibemu) - Libemu Cython
    367 392   - [RFISandbox](https://monkey.org/~jose/software/rfi-sandbox/) - 使用 PHP 5.x 脚本在 [funcall](https://pecl.php.net/package/funcall) 上构建的沙盒
    368 393   - [dorothy2](https://github.com/m4rco-/dorothy2) - Ruby 编写的恶意软件/僵尸网络分析框架
    369  - - [COMODO automated sandbox](https://help.comodo.com/topic-72-1-451-4768-.html)
    370  - - [Argos](http://www.few.vu.nl/argos/) - 用于捕获零日攻击的模拟器
    371  - - [libemu](https://github.com/buffer/libemu) - Shellcode 模拟库,对 Shellcode 检测十分有用
    372  - - [Pylibemu](https://github.com/buffer/pylibemu) - Libemu Cython
    373 394   - [imalse](https://github.com/hbhzwj/imalse) - 集成的恶意软件仿真工具与模拟工具
    374  - - [Cuckoo](https://cuckoosandbox.org/) - 领先的开源自动化恶意软件分析系统
     395 + - [libemu](https://github.com/buffer/libemu) - Shellcode 模拟库,对 Shellcode 检测十分有用
    375 396   
    376 397  - 沙盒即服务
    377  - - [malwr.com](https://malwr.com/) - 提供免费恶意软件分析服务与社区
    378  - - [Joebox Cloud](https://jbxcloud.joesecurity.org/login) - 确定 Windows、Android 和 Mac OS X 上的恶意文件(包括PE、PDF、DOC、PPT、XLS、APK、URL 和 MachO)的行为,判断其是否存在可疑活动
    379  - - [VirusTotal](https://www.virustotal.com/)
    380 398   - [Hybrid Analysis](https://www.hybrid-analysis.com) - 由 Payload Security 提供的免费恶意软件分析服务,可使用其独特的混合分析技术检测和分析未知威胁
     399 + - [Joebox Cloud](https://jbxcloud.joesecurity.org/login) - 确定 Windows、Android 和 Mac OS X 上的恶意文件(包括 PE、PDF、DOC、PPT、XLS、APK、URL 和 MachO)的行为,判断其是否存在可疑活动
     400 + - [VirusTotal](https://www.virustotal.com/)
     401 + - [malwr.com](https://malwr.com/) - 提供免费恶意软件分析服务与社区
     402 +
    381 403   
    382 404  ## <a name="visualizers"></a> 数据分析工具
    383 405   
    384 406  - 前端
     407 + - [DionaeaFR](https://github.com/rubenespadas/DionaeaFR) - Dionaea 蜜罐前端 Web
     408 + - [Django-kippo](https://github.com/jedie/django-kippo) - 用于 kippo SSH 蜜罐的 Django 程序
     409 + - [Shockpot-Frontend](https://github.com/GovCERT-CZ/Shockpot-Frontend) - 用于可视化 Shockpot 蜜罐中数据的脚本
    385 410   - [Tango](https://github.com/aplura/Tango) - 使用 Splunk 处理蜜罐情报
    386  - - [Django-kippo](https://github.com/jedie/django-kippo) - 用于 kippo SSH 蜜罐的 Django 程序
    387 411   - [Wordpot-Frontend](https://github.com/GovCERT-CZ/Wordpot-Frontend) - 用于可视化 Wordpot 蜜罐中数据的脚本
    388  - - [Shockpot-Frontend](https://github.com/GovCERT-CZ/Shockpot-Frontend) - 用于可视化 Shockpot 蜜罐中数据的脚本
     412 + - [honeyalarmg2](https://github.com/schmalle/honeyalarmg2) - 用于显示蜜罐数据的简化 UI
    389 413   - [honeypotDisplay](https://github.com/Joss-Steward/honeypotDisplay) - 展示 SSH 蜜罐的 Flask 网站
    390  - - [honeyalarmg2](https://github.com/schmalle/honeyalarmg2) - 用于显示蜜罐数据的简化 UI
    391  - - [DionaeaFR](https://github.com/rubenespadas/DionaeaFR) - Dionaea 蜜罐前端 Web
    392 414  
    393 415  - 可视化
    394  - - [Kippo-Graph](https://bruteforcelab.com/kippo-graph) - 用于可视化 Kippo 蜜罐中数据的脚本
    395  - - [Kippo stats](https://github.com/mfontani/kippo-stats) - 为 kippo SSH 蜜罐展示数据的程序
    396  - - [HoneyStats](https://sourceforge.net/projects/honeystats/) - Honeynet 的统计视图
    397  - - [HoneyMap](https://github.com/fw42/honeymap) - 显示实时 Websocket 流的 SVG 地图
    398  - - [HoneyMalt](https://github.com/SneakersInc/HoneyMalt) - Maltego 转换映射蜜罐系统
    399  - - [Glastopf Analytics](https://github.com/katkad/Glastopf-Analytics) - 简单蜜罐统计
     416 + - [Acapulco](https://github.com/hgascon/acapulco) - 自动攻击群体图构建
    400 417   - [Afterglow Cloud](https://github.com/ayrus/afterglow-cloud)
    401 418   - [Afterglow](http://afterglow.sourceforge.net/)
    402  - - [ovizart](https://github.com/oguzy/ovizart) - 可视化网络流量分析
     419 + - [Glastopf Analytics](https://github.com/katkad/Glastopf-Analytics) - 简单蜜罐统计
     420 + - [HoneyMalt](https://github.com/SneakersInc/HoneyMalt) - Maltego 转换映射蜜罐系统
     421 + - [HoneyMap](https://github.com/fw42/honeymap) - 显示实时 Websocket 流的 SVG 地图
     422 + - [HoneyStats](https://sourceforge.net/projects/honeystats/) - Honeynet 的统计视图
    403 423   - [HpfeedsHoneyGraph](https://github.com/yuchincheng/HpfeedsHoneyGraph) - 可视化 hpfeeds 日志的程序
    404  - - [Acapulco](https://github.com/hgascon/acapulco) - 自动攻击群体图构建
    405  - - [Sebek Dataviz](http://www.honeynet.org/gsoc/project4) - Sebek 数据可视化
     424 + - [Kippo stats](https://github.com/mfontani/kippo-stats) - 为 kippo SSH 蜜罐展示数据的程序
     425 + - [Kippo-Graph](https://bruteforcelab.com/kippo-graph) - 用于可视化 Kippo 蜜罐中数据的脚本
    406 426   - [The Intelligent HoneyNet](https://github.com/jpyorre/IntelligentHoneyNet) - 试图创建蜜罐中可操作信息的智能蜜网项目
     427 + - [ovizart](https://github.com/oguzy/ovizart) - 可视化网络流量分析
     428 +
    407 429   
    408 430  ## <a name="guides"></a> 指南
    409 431   
    skipped 2 lines
    412 434   
    413 435  - 部署
    414 436   - [Dionaea and EC2 in 20 Minutes](http://andrewmichaelsmith.com/2012/03/dionaea-honeypot-on-ec2-in-20-minutes/) - 在 EC2 上设置 Dionaea 的教程
    415  - - [honeypotpi](https://github.com/free5ty1e/honeypotpi) - 将 Raspberry Pi 变成 HoneyPot Pi 的脚本
    416 437   - [Using a Raspberry Pi honeypot to contribute data to DShield/ISC](https://isc.sans.edu/diary/22680) - 基于 Raspberry Pi 的系统可以收集比防火墙日志更丰富的日志
     438 + - [honeypotpi](https://github.com/free5ty1e/honeypotpi) - 将 Raspberry Pi 变成 HoneyPot Pi 的脚本
    417 439   
    418 440  - 研究论文
     441 + - [Honeypot research papers](https://github.com/shbhmsingh72/Honeypot-Research-Papers) - 研究蜜罐论文的 PDF
    419 442   - [vEYE](https://link.springer.com/article/10.1007%2Fs10115-008-0137-3) - 自传播蠕虫行为痕迹的检测与分析
    420 443   
Please wait...
Page is in error, reload to recover