What's new

Traffic Analysis: TSHARK Unleashed

Sauron

Moderator
Staff member
MODERATOR
M E M B E R
LV
2
 
Joined
Sep 15, 2024
Messages
310
Reputation
0
Reaction score
0
Awards
4
Credits
3,100
Most of us have used Wireshark either academically or professionally for traffic analysis. Its a great tool for microscopic analysis of what is happening in the network. However, its greatest strength is also its greatest weakness i.e. it is extremely difficult to do macroscopic analysis, create custom reports, extract only certain fields from packets for offline analysis etc. This is where Tshark comes in! Tshark is a command line tool created by the Wireshark team and shares the same powerful parsing engine as Wireshark. It is capable of doing most things we've come to love Wireshark for, but with the "from command line" advantage. This makes it ideal for batch analysis, offline processing and routine automation of traffic analysis tasks. In this course, we will explore many of these capabilities. It is assumed you have a basic working knowledge of Wireshark and traffic analysis.

A non-exhaustive list of topics to be covered include:

Tshark basics
Automating activities with Tshark
Parsing
Filtering
Display, Capture and Read Filters
Single and Multi-Pass filters
Decoding
Field extraction
Locating field names
Exporting extractions
Summarization
Pipelining with Linux Utils e.g. sort, uniq
Exporting of results
PDML, PSML, JSON, ELK schema
Pipelining with other tools
Python automation

Pyshark


Download:

 
shape1
shape2
shape3
shape4
shape5
shape6
Top