Cowrie 记录包里攻击者的 Shell 交互记录

开源网站开源项目 24-06-13 14:44:23

Cowrie是一种中等交互式SSH和Telnet蜜罐,用于记录暴力攻击和攻击者执行的shell交互。 Cowrie还充当SSH和telnet代理,以观察攻击者对另一个系统的行为。

使用方法:

docker run -p 2222:2222 cowrie/cowriessh -p 2222 root@localhost

文件列表:

etc/cowrie.cfg - Cowrie's configuration file. Default values can be found inetc/cowrie.cfg.dist.

share/cowrie/fs.pickle - fake filesystem

etc/userdb.txt - credentials to access the honeypot

honeyfs/- file contents for the fake filesystem - feel free to copy a real system here or use bin/fsctl

honeyfs/etc/issue.net - pre-login banner

honeyfs/etc/motd- post-login banner

var/log/cowrie/cowrie.json - transaction output in JSON format

var/log/cowrie/cowrie.log - log/debug output

var/lib/cowrie/tty/ - session logs, replayable with the bin/playlog utility.

var/lib/cowrie/downloads/ - files transferred from the attacker to the honeypot are stored here

share/cowrie/txtcmds/- file contents for simple fake commands

bin/createfs- used to create the fake filesystem

bin/playlog- utility to replay session logs

[Cowrie 记录包里攻击者的 Shell 交互记录]相关推荐
JsPlumb 流程图设计器

JsPlumb 流程图设计器

jsPlumb是一个比较强大的绘图组件,它提供了一种方法,主要用于连接网页上的元素。在现代浏览器中,它使……...

Skyline 实时异常检测系统

Skyline 实时异常检测系统

Skyline 是实时异常检测系统,构建目的是为了实现对成千上万的指标进行被动监控,不需要一个个配置模型/……...

Exposed Kotlin 的轻量级 ORM

Exposed 是 Kotlin 实现的轻量级 ORM,也是 JetBrains 和 Kotlin 官方倾力推荐的 ORM。 该 ORM 十分轻量……...

文言 文言文编程语言

文言 文言文编程语言

文言(wenyan-lang)是一门采用文言文输入的编程语言,该语言不使用英文字符,仅包含繁体中文字符,并保……...

NetHack 角色扮演游戏

NetHack 角色扮演游戏

NetHack,20年历史的古老电脑游戏。没有声音,没有漂亮的界面,不过这个游戏真的很有意思。网上有个家伙……...

今日开源
  1. ZYS 高性能服务框架

    ZYS 高性能服务框架

    核心特性 1.基于swoole提供分布式服务器通讯服务2.基于thrift提供rpc远程调用服务3.基于HTML5提供在线网络直播平台服务4.基于swoole提供同步异步数据库连接池服务5.基于swoole提供异步任务服务器6.基于vmstat提供……

    开源软件 2024-06-30

  2. Knative 基于 Kubernetes 与 Istio 的 Serverless 架构方案

    Knative 基于 Kubernetes 与 Istio 的 Serverless 架构方案

    Knative(发音为 kay-nay-tiv)是谷歌开源的一套 Serverless 架构方案,它扩展了 Kubernetes,提供了一组中间件,提高了构建可在本地、云和第三方数据中心等地方运行的现代化、以源为中心且基于容器的应用的能力。……

    开源软件 2024-06-30

  3. Untangle Linux安全网关模块

    Untangle Linux安全网关模块

    Untangle Gateway 是一个Linux下开源的的网关模块,支持垃圾过滤、URL阻截、反病毒蠕虫等多种功能,详细的屏幕截图请看下面链接: http://untangle.com/index.php?option=com_content&task=view&id=242&am……

    开源软件 2024-06-30

返回顶部小火箭