suriwire

Wireshark plugin to display Suricata analysis info

  • 所有者: regit/suriwire
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

========
Suriwire

Introduction

Suriwire is a plugin for wireshark that allow you to display
suricata alert and protocol information as element of the
protocol dissection.

.. image:: https://github.com/regit/suriwire/raw/master/doc/suriwire.png
:alt: wireshark screenshot with suriwire generated info
:align: center

Suriwire has parsing for the following events:

  • Alerts
  • HTTP
  • fileinfo
  • TLS
  • SSH
  • SMB

For example, the preceding screenshot shows how it is possible to search for
TLS session where the subject of the certificate matches a certain string.

Installation

Copy or link suriwire.lua to your wireshark plugin directory. For a user,
this is ~/.wireshark/plugins/.

Suriwire depends on cjson JSON library with a fallback on dkjson library.

Usage

Run externally suricata on the pcap file you study to create a
suitable alert file. You need to use the EVE output format.
To specify a directory to output files to, you can use the -l
flag in suricata ::

suricata -r sample.pcap -l log/

Then you will be able to use the log/eve.json file.

In wireshark, open the pcap file and go to Tools->Suricata->Activate.
Then enter the name of the EVE file. This will parse again the file adding
all Suricata generated information.

You can also indicate which EVE file to parse at start by running something
like: ::

SURIWIRE_EVE_FILE=log2/eve.json wireshark sample.pcap

You will now find information about the alerts and other events:

  • In the detail of a packet under Suricata analysis element
  • In Analyse->Expert Info Composite

You can also filter on the suricata protocol. The protocol has
fields like suricata.alert.sid and suricata.tls.subject which can be used
in filter.

If you reuse the same eve.json file, you can set the default path in the
protocol preferences inside wireshark.

More information on https://home.regit.org/software/suriwire.

主要指标

概览
名称与所有者regit/suriwire
主编程语言Lua
编程语言Lua (语言数: 1)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2011-09-28 23:12:52
推送于2021-11-05 07:46:02
最后一次提交2021-11-04 13:56:26
发布数3
最新版本名称suriwire-0.3 (发布于 )
第一版名称suriwire-0.1 (发布于 2014-06-16 11:36:49)
用户参与
星数94
关注者数3
派生数12
提交数51
已启用问题?
问题数2
打开的问题数2
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?