#Tshark

MalChela 2.2 “REMnux” Release

MalChela’s 2.2 update is packed with practical and platform-friendly improvements. It includes native support for REMnux, better tool settings, and deeper integrations with analysis tools like YARA-X, Tshark, Volatility3, and the newly improved fileanalyzer module.

🦀 REMnux Edition: Built-In Support, Zero Tweaks

When the GUI loads a REMnux-specific tools.yaml profile, it enters REMnux mode.

Screenshot of yaml configuration applying REMnux mode

Native binaries and Python scripts like capa, oledump.py, olevba, and FLOSS are loaded into the MalChela tools menu, allowing you to mix and match operations with the embedded MalChela utilities and the full REMnux tool stack. No manual configuration needed—just launch and go. MalChela currently supports the following REMnux programs right out of the box:

Tool NameDescriptionbinwalkFirmware analysis and extraction toolcapaIdentifies capabilities in executable filesradare2Advanced reverse engineering frameworkVolatility 3Memory forensics framework for RAM analysisexiftoolExtracts metadata from images, documents, and moreTSharkTerminal-based network packet analyzer (Wireshark CLI)mraptorDetects malicious macros in Office documentsoledumpParses OLE files and embedded streamsoleidIdentifies features in OLE files that may indicate threatsolevbaExtracts and analyzes VBA macros from Office filesrtfobjExtracts embedded objects from RTF documentszipdumpInspects contents of ZIP files, including suspicious payloadspdf-parserAnalyzes structure and contents of suspicious PDFsFLOSSReveals obfuscated and decoded strings in binariesclamscanOn-demand virus scanner using ClamAV enginestringsExtracts printable strings from binary filesYARA-XNext-generation high-performance YARA rule scanner

If you only need a subset of tools you can easily save and restore that a custom profile.

TShark Panel with Built-In Reference

Tshark and the integrated field reference

A new TShark integration exposes features including:

  • A filter builder panel
  • Commonly used fields reference
  • Tooltip hints for each example (e.g., `ip.addr == 192.168.1.1` shows “Any traffic to or from 192.168.1.1”)
  • One-click copy support

This helps analysts build and understand filters quickly—even if TShark isn’t something they use every day. Using the syntax builder in MalChela you can use the exact commands directly in Tshark or Wireshark.

YARA-X Support (Install Guide Included)

YARA-X module in MalChela

Support for YARA-X (via the `yr` binary) is now built in. YARA-X is not bundled with REMnux by default, but install instructions are included in the User Guide for both macOS and Linux users.

Once installed, MalChela allows for rule-based scanning from the GUI,and with YARA-X, it’s faster than ever.

fileanalyzer: Fuzzy Hashing, PE Metadata, and More

Updated FileAnalyzer Module

MalChela’s fileanalyzer tool has also been updated to include:

  • Fuzzy hashing support via `ssdeep`
  • BLAKE3 hashing for fast, secure fingerprints
  • Expanded PE analysis, including:
  • Import and Export Table parsing (list of imported and exported functions)
  • Compilation Timestamp (for detection of suspicious or forged build times)
  • Section Characteristics (flags like IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_CNT_CODE, etc., for detecting anomalous sections)

These improvements provide deeper insight into executable structure, helping analysts detect anomalies such as packers, suspicious timestamps, or unexpected imports/exports. Useful for everything from sample triage to correlation, fileanalyzer now digs deeper—without slowing down.

Memory Forensics Gets a Boost: Volatility 3 Now Supported

With the 2.2 release, MalChela introduces support for Volatility 3, the modern Python-based memory forensics framework. Whether you’re running MalChela in REMnux or on a customized macOS or Linux setup, you can now access the full power of Volatility directly from the MalChela GUI.

Volatility 3 in MalChela

There’s an intuitive plugin selector that dynamically adjusts available arguments based on your chosen plugin,. You can search, sort, and browse available plugins, and even toggle output options like –dump-dir with ease.

Like Tshark, there is an added plugin reference panel with searchable descriptions and argument overviews — a real time-saver when navigating Volatility’s deep and often complex toolset.

Volatility Plugin Reference

Smarter Tool Configuration via YAML

The tool configuration system continues to evolve:

  • Tools now declare their input type (file, folder, or hash)
  • The GUI dynamically adjusts the interface to match
  • Alternate profiles (like REMnux setups) can be managed simply by swapping `tools.yaml` files via the GUI
  • Easily backup or restore your custom setups
  • Restore the default toolset to get back to basics

This structure helps keep things clean—whether you’re testing, teaching, or deploying in a lab environment.

Embedded Documentation Access

The GUI now includes a link to the full MalChela User Guide in PDF. You can also access the documentation online.

From tool usage and CLI flags to configuration tips and install steps, it’s all just a click away—especially useful in offline environments or when onboarding new analysts. I’ll be honest, this is likely the most comprehensive user guide I’ve ever written.

Whether you’re reviewing binaries, building hash sets, or exploring network captures—MalChela 2.2 is designed bring together the tools you need, and make it easier to interoperate between them.

The new REMnux mode makes it even easier to get up and running with dozens of third party integrations.

Have an idea for a feature or application you’d like to see supported — reach out to me.

GitHub: REMnux Release

MalChela User Guide: Online, PDF, Web

Shop: T-shirts, hats, stickers, and more

#DFIR #Github #MalChela #Malware #MalwareAnalysis #Memory #Network #NSRL #PCAP #Python #REMnux #Rust #Tshark #VirusTotal #Volatility #yara

2025-05-07

Gibt's irgendwo eine aktuelle Android #Bluetooth #HCI log Doku? Finde diverse Infos, die alle nicht mehr aktuell sind. #androiddump gibt's wohl nicht mehr. An die btsnoop_hci.log Datei kommt man nur noch per adb bugreport filename.zip ? Und dann per #tshark anzeigen lassen?

J. R. DePriest :verified_trans: :donor: :Moopsy: :EA DATA. SF:jrdepriest@infosec.exchange
2025-04-15

During a recent change management call, one of the app teams was talking about running Wireshark on their four app servers to capture an elusive authentication timeout event. They would have to filter for all traffic coming and going to all 16 of our domain controllers and were expecting to run it for up to 24 hours.
The networking team lead immediately spoke up and told them that would probably fill their hard drives and use all their RAM and they should probably rethink it.
The app team admitted they had no experience with Wireshark and were just following the advice of their vendor's tech support.
I asked them why they didn't just use tshark or dumpcap which is how I got roped into helping them with their change.
I was able to step in and help them use dumpcap instead of Wireshark. I built them a command that would create 50 MB pcap files and stop when it hit a total file count that was the equivalent to half of the available disk space (each server had the same amount of free space on the secondary drive).
I was proud of myself for being able to leverage the shit I've learned OTJ and via my SANS GIAC certifications.
It was a little thing, but it saved them a lot of trouble and possibly crashing their servers.
It's nice when teams can work together.

#InfoSec #Wireshark #tshark #dumpcap #SANS #GIAC

nickbeardednickbearded
2025-04-04

From day one, TShark has been an essential part of . It’s not just a substitute for Wireshark—it’s the same powerful engine, but fully command-line. If you’re serious about network analysis and pentesting, mastering TShark is a must.

It has nothing less than Wireshark, just no GUI. Learn it, and you’ll have full control over packet capture and analysis, even on minimal systems.

wireshark.org/docs/man-pages/t

2025-03-19

Dive into SharkFest'25 US with these must-attend sessions:

• Are You Ready for Post Quantum Encryption? (Larry Greenblatt)
• New kid on the block: Stratoshark (Sake Blok)
• Sharkmon - Packet Monitoring using Tshark (Andreas Diedrich)

Join us at SharkFest'25 US to deepen your network analysis skills and connect with industry experts!

sharkfest.wireshark.org/sfus

#Wireshark #Stratoshark #sf25us #SharkFest #Tshark

2025-02-04

Firewall не спасёт

Сгенерировано с помощью GIGA-CHAT Межсетевые экраны издревле применяются для блокирования входящего трафика нежелательных приложений. Обычно для этого создаются правила фильтрации, разрешающие входящий трафик по явно указанным сетевым портам и запрещающие весь остальной. При этом легитимные приложения, монопольно владеющие открытыми портами, работают без проблем, а вот нежелательные остаются без связи, поскольку все доступные им порты блокируются межсетевым экраном. Данный подход давно отработан и стар как мир, казалось бы, что тут может пойти не так? А оказывается, может и вполне идёт. Далее из этой статьи вы узнаете две техники обхода межсетевых экранов, позволяющие нежелательным приложениям преодолевать фильтрацию входящего сетевого трафика и получать команды от удалённых узлов.

habr.com/ru/companies/ruvds/ar

#ruvds_статьи #firewall #nftables #python #powershell #shell #tcpdump #wireshark #tshark #взлом #nginx #ssh

2025-01-06

[Перевод] Создаём альтернативный SDK устройства при помощи Wireshark

Почти четыре года назад я писал о реверс-инжиниринге Stream Deck с целью получения полного контроля над устройством и устранения зависимости от ПО Stream Deck. Мне по-прежнему нравится это «железо», но ПО стало только хуже — теперь оно даже требует входа в аккаунт пользователя для скачивания расширений. Я стремлюсь максимально уважать приватность и выбор пользователей, поэтому если уж я хочу использовать устройство без аккаунта, то вам лучше предоставить мне такую возможность. К счастью, развивая идеи моей предыдущей работы над DeckSurf , я наконец-то набрался решимости вложиться по полной и сделать мой проект приемлемой альтернативой проприетарному ПО для этого крайне гибкого и универсального устройства с кнопками. В этом посте мы рассмотрим работу Stream Deck Plus — устройства ценой $179,99, которым вы, дорогой читатель, теперь сможете пользоваться, даже если не хотите устанавливать ПО его производителя.

habr.com/ru/companies/ruvds/ar

#wireshark #tshark #usbустройства #usbhid #sdk #open_source #обратная_разработка #ruvds_перевод

halil denizhalildeniz
2024-12-26

Hello everyone.
In today's article we learn tshark in detail and with usage examples

I wish everyone good work:
denizhalil.com/2024/02/16/tsha

2024-08-06

Анализируем трафик и определяем домены, которые используют сайты и приложения

В этой статье рассказываю, как найти все домены и субдомены, которые использует сайт. Разбираю простые методы, работающие как с обычным одностраничником, так и со сложным веб-приложениями вроде YouTube. Рассмотрим: Как найти все домены сайта с помощью DevTools в браузере. Какие утилиты использовать для анализа трафика приложений на Android и iOS. И как по классике узнать, к каким доменам ходят приложения на Windows, Linux, MacOS с помощью анализа сетевого трафика интерфейса. Внутри 9МБ картинок.

habr.com/ru/articles/834168/

#tshark #wireshark #sniffing #домены #devtools #pcap #domains

Diego Cordoba 🇦🇷d1cor@mstdn.io
2024-07-23

Avanzando con el material, ejemplos y prácticas para el nuevo curso de #wireshark de juncotic.com!

Hoy: #tshark, la herramienta de línea de comandos de wireshark, para cuando no tenemos un entorno gráfico, por ejemplo, cuando usamos conexiones #ssh.

😀

2024-03-25

Top 10 #Networking #Tools & Techniques by #ActiveCountermeasures.

I have lot of fun watching this video and there are several useful tips&tricks by Chris and Bill.
Especially recommended to see use cases for #tshark, #tcpdump with #BPF and counting connections per hour from PCAP an #zeek logs

youtube.com/watch?v=0I6W175cUQ

#networkanalysis #networktraffic #networkforensics

2023-08-15

C'est le moment pour lire un peu.

Nous allons présenter cet outil, nmap, pour montrer comment l’utiliser pour surveiller son réseau.

#reseau #nmap #tshark #netcat #tcpip #unicast #broadcast #ARP #ICMP

lsdm.live/modules/news/article

2023-07-07

Entendiendo la red: topologías, protocolos y comandos de ejemplo para diagnosticar problemas básicos

#ARP #Blog #Consola #DHCP #DNS #dsniff #ICMP #IP #namp #Network #ssh #SysAdmin #TCP #tcpdump #Terminal #traceroute #tshark #tty #UDP

osiux.com/entendiendo-la-red.h

Captura de pantalla con un ASCII-Art de un paquete TCP/IP y un gráfico de las diferentes capas de TCP/IP (Link, Internet, Transporte, Aplicación)
2023-04-22

My #MSMQ #honeypot is extreeeemly advanced 😆​

`ncat -vlkp 1801 > /dev/null -c 'cat msmq.out.raw'`

Then a #tshark capturing the traffic.

#QueueJumper

2023-03-09

Ok, went down a slight rabbit hole... You can use #nftables to log #packets to the nflog facility. #tcpdump or #tshark can read from the nflog queue and report info on the packets. Nftables can sample the packets randomly using numgen random mod 1000 < 50 I can sample 5% of packets (or whatever) if the output is easily readable by #Julialang I can turn the network visibility issue into a data analysis issue. What's the best way to read the output? tshark json?

2021-08-02

RT @nuria_imeq@twitter.com

tsharkVM - Analytics Virtual Machine @KitPloit@twitter.com
kitploit.com/2021/08/tsharkvm-

🐦🔗: twitter.com/nuria_imeq/status/

2020-11-07

#Termshark is a TUI for #tshark based on #Wireshark.

Termshark is a #terminal user interface for the command line packet capturer tshark, imitating Wireshark's GUI. Like Wireshark, Termshark can capture packets, filter captures, colourise packets by type, follow TCP and UDP streams, and has many of the powerful capturing features from tshark available.

Website 🔗️: termshark.io/

apt 📦️: termshark

#free #opensource #foss #fossmendations #networking #sysadmin

A censored Termshark capture.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst