Packet capture analysis

The Free Online PCAP Analyzer
by Red Hand

Upload a PCAP and get a connected investigation, not just a packet dump. Explore activities, endpoints, DNS requests, data movement, and the connections behind every finding in Red Hand Analytics.

Upload a PCAP file

Choose a PCAP or PCAPNG file to begin an investigation.

or drop a file anywhere in this area

No registrationPCAP and PCAPNGUp to 100 MB

Raw captures are deleted after processing. Anonymous reports are temporary; free-account reports are kept for 14 days. Create a free account.

Behavior-based detectionIntegrated threat intelligenceInteractive investigation

Get the full story from your network traffic, fast.

Behavior-based detection and integrated threat intelligence surface what matters, so you can examine the evidence from different angles and reach a confident conclusion.

01

Activities and evidence

Review suspicious and noteworthy behavior, then open the exact connections behind a finding.

Online PCAP Analyzer results showing suspicious network activities, detected endpoints, connections, and data exchanged in Red Hand Analytics
02

Endpoints and threat intelligence

Understand who communicated and add domain, ownership, reputation, and threat-intelligence context.

Online PCAP Analyzer endpoint analysis showing internal, external, threat-intelligence-flagged, and suspicious endpoints
03

DNS, flows, and connections

Trace DNS behavior and data movement, then filter and inspect the connections that explain them.

Online PCAP Analyzer DNS analysis showing DNS resolvers, unresolved requests, and conflicting DNS responses

How to create a PCAP file on Windows, Linux, or macOS.

Use the commands below to record network traffic with tools included with Windows and macOS, and commonly available on Linux.

Windows 10 and 11

Create a PCAP with Packet Monitor

Open Command Prompt or PowerShell as Administrator. Replace <id> with the interface ID identified below.

Full Windows guide
  1. 1
    Find the capture interface

    Run ipconfig /all and note the MAC address of the adapter with a Default Gateway. Match that address to an interface ID from pktmon list.

  2. 2
    Start capturing network traffic
    pktmon start -c --comp <id> --pkt-size 0 -s 100 -f cap1.etl

    -s 100 limits the capture file to 100 MB and --pkt-size 0 records full packets.

  3. 3
    Stop the capture and create a PcapNG file

    When you have captured enough traffic, run:

    pktmon stop pktmon etl2pcap cap1.etl --out cap1.pcapng
4
Upload cap1.pcapngThe packet capture is saved in the current terminal directory.

Turn your packet capture into a connected investigation.

Upload a PCAP or PCAPNG file to explore activities, endpoints, DNS requests, data flows, and their supporting connections.

Upload a PCAP now