All Projects → IQTLabs → packet_cafe

IQTLabs / packet_cafe

Licence: Apache-2.0 license
A platform built for easy-to-use automated network traffic analysis

Programming Languages

Jupyter Notebook
11667 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
Dockerfile
14818 projects
HTML
75241 projects

Projects that are alternatives of or similar to packet cafe

Zeek-Network-Security-Monitor
A Zeek Network Security Monitor tutorial that will cover the basics of creating a Zeek instance on your network in addition to all of the necessary hardware and setup and finally provide some examples of how you can use the power of Zeek to have absolute control over your network.
Stars: ✭ 38 (-5%)
Mutual labels:  pcap, network-analysis, network-traffic
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+1455%)
Mutual labels:  pcap, network-analysis
Poseidon
Poseidon is a python-based application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of machine learning techniques. The machine learning algorithms classify and predict the type of device.
Stars: ✭ 310 (+675%)
Mutual labels:  pcap, network-analysis
network-tools
Network Tools
Stars: ✭ 27 (-32.5%)
Mutual labels:  pcap, network-analysis
Scapy
Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Stars: ✭ 6,932 (+17230%)
Mutual labels:  pcap, network-analysis
Joincap
Merge multiple pcap files together, gracefully.
Stars: ✭ 159 (+297.5%)
Mutual labels:  pcap, network-analysis
Potiron
Potiron - Normalize, Index and Visualize Network Capture
Stars: ✭ 66 (+65%)
Mutual labels:  pcap, network-analysis
Daggy
Daggy - Data Aggregation Utility. Open source, free, cross-platform, server-less, useful utility for remote or local data aggregation and streaming
Stars: ✭ 91 (+127.5%)
Mutual labels:  pcap, network-analysis
Networkml
Machine learning plugins for network traffic
Stars: ✭ 73 (+82.5%)
Mutual labels:  pcap, network-analysis
Bruteshark
Network Analysis Tool
Stars: ✭ 1,335 (+3237.5%)
Mutual labels:  pcap, network-analysis
pcapdj
pcapdj - dispatch pcap files
Stars: ✭ 41 (+2.5%)
Mutual labels:  pcap, network-analysis
Final Project
Using Twitter Ego Network Analysis to Detect Sources of Fake News
Stars: ✭ 44 (+10%)
Mutual labels:  network-analysis
netrankr
An R package for network centrality
Stars: ✭ 39 (-2.5%)
Mutual labels:  network-analysis
hier config
Hierarchical Configuration
Stars: ✭ 86 (+115%)
Mutual labels:  network-analysis
ctsTraffic
ctsTraffic is a highly scalable client/server networking tool giving detailed performance and reliability analytics
Stars: ✭ 125 (+212.5%)
Mutual labels:  network-analysis
ssldump
ssldump - (de-facto repository gathering patches around the cyberspace)
Stars: ✭ 160 (+300%)
Mutual labels:  network-analysis
pcap-file
Crate to read and write pcap and pcapng files in RUST.
Stars: ✭ 25 (-37.5%)
Mutual labels:  pcap
diepssect
A public repo for hacky diep stuff - networking protocol, WebAssembly, memory editing, & physics
Stars: ✭ 26 (-35%)
Mutual labels:  network-analysis
wiresham
Simple TCP service mocking tool for replaying https://www.wireshark.org and http://www.tcpdump.org captured service traffic
Stars: ✭ 44 (+10%)
Mutual labels:  pcap
ffxiv-dissector
A Wireshark dissector for the FFXIV wire protocol
Stars: ✭ 14 (-65%)
Mutual labels:  network-analysis

Overview

Background

Packet Café is a platform built for easy-to-use automated network traffic analysis. It is built to be modular and allow for a pipeline of tools that are triggered by different inputs and outputs. Currently the tools supplied are defined here.

This service accepts PCAP files and then processes them against the pipeline of tools providing automated analysis that gets returned in JSON format. That can then be consumed via the API directly and put into other systems such as SIEMs, searched and filtered through the included JSON viewer, or viewed through the included visualizations of the Packet Café frontend.

The hope and motivation behind the Packet Café platform is to enable lowering the barrier to understanding what is actually in a network traffic capture file (PCAP) and provide insight without having to be an expert in networking.

Ready to get started and take Packet Café for a spin already? Go here. Otherwise, we recommend reading through the design section to better understand the bigger picture.

Packet Café is open source and welcomes contributions to the project.

{% hint style="info" %} While the focus of the project is around network traffic and specifically processing PCAP files, the platform has been built such that the formats of what it can process are only dependent on the set of analytic processes (tools) and what inputs they can handle. The tools could be redefined to ones that handle different inputs while still leveraging the entire pipeline and feedback loop of results. {% endhint %}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].