fastnetmon rebooted - based on one of the latest fastnetmon forks
Go to file
Pavel Odintsov 918033cc68 Add debug guide 2015-03-22 13:36:18 +03:00
docs Add debug guide 2015-03-22 13:36:18 +03:00
example_plugin Add ability to read main config file from plugins 2015-01-27 12:53:55 +03:00
images Move images to separate folder 2014-12-01 13:05:39 +04:00
libpatricia Fixes in performance tests 2015-01-10 01:56:00 +03:00
netflow_plugin Move common code to library 2015-03-21 14:24:31 +03:00
netmap_plugin Move common code to library 2015-03-21 14:24:31 +03:00
patches Add patch for netmap 2015-03-02 15:54:04 +03:00
pcap_plugin Fix for compilation on Mac OS X Yosemite 2015-02-10 12:35:03 +03:00
pfring_plugin Move common code to library 2015-03-21 14:24:31 +03:00
sflow_plugin Move common code to library 2015-03-21 14:24:31 +03:00
syn_umbrella Move syn umbrella to separate project 2015-03-13 18:42:32 +03:00
tests Remove copy & paste from pcap_reader. We use library functions now 2015-03-21 14:32:27 +03:00
.travis.yml We try to enable PF_RING build on Travis 2015-02-10 11:11:28 +03:00
CMakeLists.txt Enable fast_library linking woth boost modules 2015-03-21 15:15:35 +03:00
GeoIPASNum.dat Add update GeoIP files 2015-03-17 19:30:11 +03:00
GeoIPASNumv6.dat Add update GeoIP files 2015-03-17 19:30:11 +03:00
LICENSE Initial commit 2013-10-18 03:09:53 -07:00
README.md Add help to project remark 2015-03-17 12:14:49 +03:00
THANKS.md Add Cojacfar to thanks list :) 2015-03-13 02:35:16 +03:00
asn_geoip_update.sh Add script for geoip bases update 2015-03-17 15:14:23 +03:00
build_plugin_tester.sh Remove copy & paste from plugin runner 2015-03-21 14:41:08 +03:00
fast_library.cpp Move common code to library 2015-03-21 14:24:31 +03:00
fast_library.h Move common code to library 2015-03-21 14:24:31 +03:00
fast_priority_queue.cpp Add code for very fast top10 list generation 2015-02-21 17:23:22 +03:00
fast_priority_queue.h Add code for very fast top10 list generation 2015-02-21 17:23:22 +03:00
fastnetmon.conf Provide ability to specify specific host for sflow collector 2015-03-15 23:11:56 +03:00
fastnetmon.cpp Move common code to library 2015-03-21 14:24:31 +03:00
fastnetmon_client.cpp Remove using namespace std in fastnetmon_client 2015-01-27 22:46:33 +03:00
fastnetmon_install.pl Made installer code pretty 2015-03-17 12:00:01 +03:00
fastnetmon_packet_parser.c Rename .cpp cod to .c for packet parser 2015-03-21 14:56:44 +03:00
fastnetmon_packet_parser.h Rename .cpp cod to .c for packet parser 2015-03-21 14:56:44 +03:00
fastnetmon_types.h Move common code to library 2015-03-21 14:24:31 +03:00
ipfix_csv_processor.pl Get full reference IPFIX field formats from RFC and made converter for it 2015-03-22 00:18:43 +03:00
ipfix_fields.csv Get full reference IPFIX field formats from RFC and made converter for it 2015-03-22 00:18:43 +03:00
notify_about_attack.sh Add ability to separate bans and attack details collection 2014-12-11 23:32:36 +03:00
plugin_runner.cpp Remove copy & paste from plugin runner 2015-03-21 14:41:08 +03:00

FastNetMon

Author: Pavel Odintsov pavel.odintsov at gmail.com My Twitter

License: GPLv2

FastNetMon - A high performance DoS/DDoS and netflowk load analyzer built on top of multiple packet capture engines (netmap, PF_RING, sFLOW, Netflow, PCAP).

What can we do? We can detect hosts in our own network with a large amount of packets per second/bytes per second or flow per second incoming or outgoing from certain hosts. And we can call an external script which can notify you, switch off a server or blackhole the client.

Why did we write this? Because we can't find any software for solving this problem in the open source world!

Build Status Gitter

Features:

  • Can process incoming and outgoing traffic
  • Can trigger block script if certain IP loads network with a large amount of packets per second
  • Can trigger block script if certain IP loads network with a large amount of bytes per second
  • Can trigger block script if certain IP loads network with a large amount of flows per second
  • netmap support (open source; wire speed processing; only Intel hardware NICs or any hypervisor VM type)
  • PF_RING ZC/DNA support (wire speed processing on tens of MPPS but needs license)
  • Can process sFLOW v5
  • Can process NetFlow v5, v9, ipfix
  • Can use PCAP for packet sniffing
  • Can work on mirror/SPAN ports
  • Supports L2TP decapsulation, VLAN untagging and MPLS processing in mirror mode
  • Can work on server/soft-router
  • Can detect DoS/DDoS in 1-2 seconds
  • Tested up to 10GE with 5-6 Mpps on Intel i7 2600 with Intel Nic 82599
  • Complete plugin support

Supported platforms:

  • Linux (Debian 6/7, CentOS 6/7, Ubuntu 12+)
  • FreeBSD 9, 10, 11
  • Mac OS X Yosemite

What is "flow" in FastNetMon terms? It's one or multiple udp, tcp, icmp connections with unique src IP, dst IP, src port, dst port and protocol.

Main program screen image:

Main screen image

Example for cpu load on Intel i7 2600 with Intel X540/82599 NIC on 400 kpps load: Cpu consumption

Example deployment scheme: Network diagramm

Example of first notification:

subject: Myflower Guard: IP xx.xx.xx.xx blocked because incoming attack with power 120613 pps
body:
IP: XX.XX.XX.XX
Initial attack power: 98285 packets per second
Peak attack power: 98285 packets per second
Attack direction: outgoing
Incoming traffic: 62 mbps
Outgoing traffic: 65 mbps
Incoming pps: 66628 packets per second
Outgoing pps: 98285 packets per second
Incoming flows: 16
Outgoing flows: 16
Incoming

UDP
xx.xx.xx.xx:33611 < 216.239.32.109:53 729021 bytes 5927 packets
xx.xx.xx.xx:33611 < 216.239.34.109:53 231609 bytes 1883 packets
xx.xx.xx.xx:33611 < 216.239.36.109:53 728652 bytes 5924 packets
xx.xx.xx.xx:33611 < 216.239.38.109:53 414387 bytes 3369 packets
xx.xx.xx.xx:38458 < 216.239.32.109:53 724347 bytes 5889 packets
xx.xx.xx.xx:38458 < 216.239.34.109:53 222753 bytes 1811 packets
xx.xx.xx.xx:38458 < 216.239.36.109:53 729267 bytes 5929 packets
xx.xx.xx.xx:38458 < 216.239.38.109:53 383514 bytes 3118 packets
xx.xx.xx.xx:42279 < 216.239.32.109:53 687201 bytes 5587 packets
xx.xx.xx.xx:42279 < 216.239.34.109:53 248091 bytes 2017 packets
xx.xx.xx.xx:42279 < 216.239.36.109:53 737508 bytes 5996 packets
xx.xx.xx.xx:42279 < 216.239.38.109:53 321276 bytes 2612 packets
xx.xx.xx.xx:51469 < 216.239.32.109:53 735663 bytes 5981 packets
xx.xx.xx.xx:51469 < 216.239.34.109:53 237267 bytes 1929 packets
xx.xx.xx.xx:51469 < 216.239.36.109:53 735663 bytes 5981 packets
xx.xx.xx.xx:51469 < 216.239.38.109:53 318570 bytes 2590 packets


Outgoing

UDP
xx.xx.xx.xx:33611 > 216.239.32.109:53 531309 bytes 6107 packets
xx.xx.xx.xx:33611 > 216.239.34.109:53 531222 bytes 6106 packets
xx.xx.xx.xx:33611 > 216.239.36.109:53 531222 bytes 6106 packets
xx.xx.xx.xx:33611 > 216.239.38.109:53 531222 bytes 6106 packets
xx.xx.xx.xx:38458 > 216.239.32.109:53 527220 bytes 6060 packets
xx.xx.xx.xx:38458 > 216.239.34.109:53 527133 bytes 6059 packets
xx.xx.xx.xx:38458 > 216.239.36.109:53 527133 bytes 6059 packets
xx.xx.xx.xx:38458 > 216.239.38.109:53 527220 bytes 6060 packets
xx.xx.xx.xx:42279 > 216.239.32.109:53 539052 bytes 6196 packets
xx.xx.xx.xx:42279 > 216.239.34.109:53 539052 bytes 6196 packets
xx.xx.xx.xx:42279 > 216.239.36.109:53 539139 bytes 6197 packets
xx.xx.xx.xx:42279 > 216.239.38.109:53 539139 bytes 6197 packets
xx.xx.xx.xx:51469 > 216.239.32.109:53 532701 bytes 6123 packets
xx.xx.xx.xx:51469 > 216.239.34.109:53 532701 bytes 6123 packets
xx.xx.xx.xx:51469 > 216.239.36.109:53 532701 bytes 6123 packets
xx.xx.xx.xx:51469 > 216.239.38.109:53 532788 bytes 6124 packets

Example of second notification:

subject: Myflower Guard: IP xx.xx.xx.xx blocked because incoming attack with power 120613 pps
body:
IP: xx.zz.xx.1
2014-11-21 08:01:11.419798 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419799 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419816 xx.xx.xx.xx:51469 > 216.239.36.109:53 protocol: udp flags:  size: 87 bytes
2014-11-21 08:01:11.419837 216.239.38.109:53 > xx.xx.xx.xx:33611 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419838 216.239.34.109:53 > xx.xx.xx.xx:33611 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419859 216.239.38.109:53 > xx.xx.xx.xx:42279 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419877 xx.xx.xx.xx:51469 > 216.239.38.109:53 protocol: udp flags:  size: 87 bytes
2014-11-21 08:01:11.419884 216.239.38.109:53 > xx.xx.xx.xx:33611 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419891 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419906 216.239.38.109:53 > xx.xx.xx.xx:33611 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419907 216.239.38.109:53 > xx.xx.xx.xx:42279 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419908 216.239.38.109:53 > xx.xx.xx.xx:42279 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419916 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419917 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419929 216.239.38.109:53 > xx.xx.xx.xx:33611 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419961 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419962 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419963 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes
2014-11-21 08:01:11.419963 216.239.32.109:53 > xx.xx.xx.xx:38458 protocol: udp flags:  size: 123 bytes

To enable sFLOW simply specify IP of server with installed FastNetMon and specify port 6343. To enable netflow simply specify IP of server with installed FastNetMon and specify port 2055.

How I can help project?

  • Test it!
  • Share your experience
  • Share your improvements
  • Test it with different equpment
  • Create feature requests