Free online network traffic analyzer

Free Online PCAP Analyzer. Understand network traffic without digging through packets.

Upload a packet capture and receive a focused, interactive report of suspicious behavior, exposed services, threat intelligence matches, and unusual network activity.

Upload a capture

Choose a PCAP or PCAPNG file to begin.

or drop a file anywhere in this area

No registration PCAP and PCAPNG Up to 100 MB

Files are processed securely. Need more capacity? Create a free account.

Behavior-based detection Integrated threat intelligence Privacy-first analysis

Turn raw traffic into an investigation.

Red Hand organizes packet data around the questions that matter: what happened, who was involved, and where to look next.

01

Behavior Analysis

Detect unusual usage patterns and network behavior that may indicate abuse, misuse, or compromise.

  • Suspicious attacker technique patterns
  • Unusual or noteworthy network activity
  • Traffic composition and protocols
02

Threat intelligence

Check destinations and payload indicators against continuously updated malicious infrastructure data.

  • Blacklisted IP address matches
  • Malicious domains and DNS payloads
  • Evidence shown in connection context
03

Your Data Stays Yours

Investigate network activity while keeping control of your data and minimizing exposure of sensitive information.

  • Captures are deleted after processing
  • Your data is never used to train AI models
  • We don't share your data with anyone

Need help creating a PCAP?

Choose your operating system and follow the essential steps. The tools you need are already included with Windows and macOS, and commonly available on Linux.

Windows 10 and 11

Capture traffic with Packet Monitor

Open Command Prompt or PowerShell as Administrator. Replace <id> with the interface ID you identify in step one.

Full Windows guide
  1. 1
    Find the interface

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

  2. 2
    Start the capture
    pktmon start -c --comp <id> --pkt-size 0 -s 100 -f cap1.etl
  3. 3
    Stop and convert

    When you have enough traffic, run these commands:

    pktmon stop pktmon etl2pcap cap1.etl --out cap1.pcapng
4
Upload cap1.pcapngThe file is created in your current terminal directory.

See what your capture has to say.

Upload a PCAP or PCAPNG file and get an interactive network behavior report.