All Projects → irino → Softflowd

irino / Softflowd

Licence: other
softflowd: A flow-based network traffic analyser capable of Cisco NetFlow data export software.

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Softflowd

Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+3037.84%)
Mutual labels:  netflow
goflow2
High performance sFlow/IPFIX/NetFlow Collector
Stars: ✭ 125 (+68.92%)
Mutual labels:  netflow
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+740.54%)
Mutual labels:  netflow
graylog-plugin-netflow
[DEPRECATED] Graylog NetFlow plugin
Stars: ✭ 35 (-52.7%)
Mutual labels:  netflow
paStash
pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (+20.27%)
Mutual labels:  netflow
Ipt Netflow
Netflow iptables module for Linux kernel (official)
Stars: ✭ 357 (+382.43%)
Mutual labels:  netflow
Nfsen Ng
Responsive NetFlow visualizer built on top of nfdump tools.
Stars: ✭ 112 (+51.35%)
Mutual labels:  netflow
Vflow
Enterprise Network Flow Collector (IPFIX, sFlow, Netflow) from Verizon Media
Stars: ✭ 776 (+948.65%)
Mutual labels:  netflow
flow-indexer
Flow-Indexer indexes flows found in chunked log files from bro,nfdump,syslog, or pcap files
Stars: ✭ 43 (-41.89%)
Mutual labels:  netflow
Goflow
The high-scalability sFlow/NetFlow/IPFIX collector used internally at Cloudflare.
Stars: ✭ 460 (+521.62%)
Mutual labels:  netflow
flowanalyzer
Manito Networks Flow Analyzer
Stars: ✭ 42 (-43.24%)
Mutual labels:  netflow
ML-ATIC
Abnormal Traffic Identification Classifier based on Machine Learning. My code for undergraduate graduation design.
Stars: ✭ 24 (-67.57%)
Mutual labels:  netflow
Ntopng
Web-based Traffic and Security Network Traffic Monitoring
Stars: ✭ 4,313 (+5728.38%)
Mutual labels:  netflow
Libebpfflow
Container traffic visibility library based on eBPF
Stars: ✭ 194 (+162.16%)
Mutual labels:  netflow
Pmacct
pmacct is a small set of multi-purpose passive network monitoring tools [NetFlow IPFIX sFlow libpcap BGP BMP RPKI IGP Streaming Telemetry].
Stars: ✭ 677 (+814.86%)
Mutual labels:  netflow
Data Visualization
数据可视化
Stars: ✭ 184 (+148.65%)
Mutual labels:  netflow
Fastnetmon
FastNetMon - very fast DDoS sensor with sFlow/Netflow/IPFIX/SPAN support
Stars: ✭ 2,860 (+3764.86%)
Mutual labels:  netflow
Python Netflow V9 Softflowd
PyPI "netflow" package. NetFlow v9 parser, collector and analyzer implemented in Python 3. Developed and tested with softflowd
Stars: ✭ 61 (-17.57%)
Mutual labels:  netflow
Tcpreplay
Pcap editing and replay tools for *NIX and Windows - Users please download source from
Stars: ✭ 745 (+906.76%)
Mutual labels:  netflow
Nfdump
Netflow processing tools
Stars: ✭ 456 (+516.22%)
Mutual labels:  netflow

Welcome to softflowd, a flow-based network monitor.

Introduction

softflowd listens promiscuously on a network interface and semi-statefully tracks network flows. These flows can be reported using NetFlow version 1, 5 or 9 datagrams. softflowd is fully IPv6 capable: it can track IPv6 flows and export to IPv6 hosts.

More details about softflowd's function and usage may be found in the softflowd wiki in following URLs: https://github.com/irino/softflowd/wiki/softflowd https://github.com/irino/softflowd/wiki/softflowctl

PDF manpages can be built with:

man -t ./softflowd.8 | ps2pdf - softflowd.pdf man -t ./softflowctl.8 | ps2pdf - softflowctl.pdf

HTML manpages can be built with:

groff -mandoc -Thtml softflowd.8 > softflowd.html groff -mandoc -Thtml softflowctl.8 > softflowctl.html

Markdown manpages (which are published in wiki pages) can be built from above HtML manpages:

pandoc -s softflowd.html -o softflowd.md pandoc -s softflowctl.html -o softflowctl.md

You can view those pages prior to installation using:

/usr/bin/nroff -c -mandoc softflowd.8 | less /usr/bin/nroff -c -mandoc softflowctl.8 | less

If you are in need of a NetFlow collector, you may be interested in softflowd's companion project "flowd" (http://www.mindrot.org/projects/flowd/). flowd is a NetFlow collector that is maintained in parallel with softflowd and includes a few handy features, such as the ability to filter flows it receives as well as Perl and Python APIs to its storage format. NB. You don't have to use flowd: any NetFlow compatible collector should work with softflowd. An example Perl collector is included for testing purposes as collector.pl, but it doesn't yet support NetFlow v.9

Installing

Building softflowd should be as simple as typing:

autoreconf -if # instead of "aclocal && autoheader && automake --add-missing && autoconf" ./configure make make install

Unfortunately some systems like to make life complicated. Things work fine on the systems that I develop and test on (OpenBSD and Linux). There is peliminary support for Solaris 9 (i.e. it compiled), but no testing on this platform has been performed.

Licensing

Softflowd is licensed under a two-term BSD license (see the source files for details). The code in sys-tree.h is Copyright Niels Provos [email protected] and comes straight from OpenBSD CVS, convtime.c comes is Copyright Kevin Steves and comes from OpenSSH (misc.c). Both of these files are licensed under two-term BSD licenses too. strlcpy.c, strlcat.c and closefrom.c also come from OpenBSD CVS and are Copyright Todd C. Miller. Please refer to the LICENSE file for full details.

Reporting Bugs

Please report bugs in softflowd (https://github.com/irino/softflowd/) to https://github.com/irino/softflowd/issues

Following descriptions are historical information: Please report bugs in softflowd to http://bugzilla.mindrot.org/ If you find a security bug, please report it directly by email. If you have any feedback or questions, please email me:

Contributing

Softflowd has an extensive TODO list of interesting features, large and small, that are waiting to be implemented. If you are interested in helping, please contact me.

The latest source code may be obtained from Github: https://github.com/irino/softflowd/ (This repository was forked from http://code.google.com/p/softflowd/)

Original creator: Damien Miller [email protected]

Current maintainer: Hitoshi Irino [email protected]

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].