EN
ENNA

Arkime

Apache-2.0

๐ŸŒ Network Recon ยท JavaScript/C

Arkime (formerly Moloch) is an open-source, large-scale, full packet capturing, indexing, and database system. It stores and indexes network traffic in standard PCAP format, providing fast, indexed access to historical network sessions through a powerful web interface. Arkime's viewer lets analysts search, filter, and drill into network sessions by IP, port, protocol, country, ASN, header content, and dozens of other fields. It integrates with Elasticsearch for session metadata storage and supports PCAP export for deeper analysis in Wireshark or Zeek. Arkime is designed to scale to multi-gigabit capture rates across distributed sensors, making it suitable for enterprise and ISP-scale deployments. Its SPIGraph feature provides visual timeline analysis, and the Hunt feature allows searching through full packet payloads. Arkime is commonly deployed alongside Zeek and Suricata for a complete network security monitoring stack.

7.3kstars
1.1kforks
38issues
Updated 5d ago

Installation

from source

$ git clone https://github.com/arkime/arkime && cd arkime && ./easybutton-build.sh

Download

$ Download packages from https://arkime.com/downloads

Use Cases

  • Capturing and indexing full network traffic for forensic analysis
  • Searching historical network sessions by IP, port, protocol, and content
  • Hunting through packet payloads for indicators of compromise
  • Exporting relevant PCAP segments for detailed Wireshark analysis
  • Deploying distributed capture sensors for enterprise-scale monitoring

Tags

packet-capturepcapelasticsearchnetwork-forensicsfull-capturesearchbig-datacjavascriptnetwork-monitoringnsmsecurity

More in Network Recon