Upload a pcap or pcapng file to start analyze

This encompasses the examination of elements such as HTTP headers, data, FTP activities, Telnet interactions, WiFi, ARP, SSDP communications, and more.

Drop your packet trace here

We'll instantly parse and visualize the network flow

.pcap .pcapng .cap

β€” or β€”

Private & Secure Analysis

Community Space Public Analysis Mode

Your analysis will be publicly shared with the security community upon completion.

Collaborate and contribute to the global threat intelligence pool.

Working with PCAP Files

Windows Capture Guide

Generate high-fidelity .pcap files using professional tools like Wireshark.

1

Select your active Network Adapter from the interface list.

2

Click the Shark Icon to initiate real-time packet capture.

Need help? Explore the Official Wireshark FAQ.

Unix Terminal Capture

Leverage the power of tcpdump for lightweight, high-performance packet analysis.

Command
sudo tcpdump -i eth0 -w dump.pcap

Ensure the resulting file has correct read permissions for processing:

Permissions
chmod 644 dump.pcap

Pro Tip: Use -v for verbose output.

Analytics

Understanding Your Reports

Instant Access

Follow the generated unique URL to access your comprehensive interactive dashboard.

Privacy Control

Private sessions are stored in your profile; public uploads are listed in the community feed.

What's Inside?

  • Protocol Distribution
  • HTTP Object Extraction
  • Interactive Traffic Visualizer
  • Wireless Security Audit

Maximize your insights by exploring our Premium Features & Plans.

Core Concept

What is a PCAP file?

PCAP (Packet Capture) is the industry-standard container for network traffic. It encapsulates the raw digital pulse of your networkβ€”allowing security researchers to reconstruct sessions, identify anomalies, and perform deep forensic investigations.