1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-02 06:36:21 +02:00
fastnetmon-rewritten/README.md

119 lines
6.0 KiB
Markdown
Raw Normal View History

2017-07-30 15:01:24 +02:00
FastNetMon Community Edition
2013-11-14 09:23:10 +01:00
===========
2015-10-06 17:37:27 +02:00
FastNetMon - A high performance DoS/DDoS load analyzer built on top of multiple packet capture engines (NetFlow, IPFIX, sFLOW, SnabbSwitch, netmap, PF_RING, PCAP).
2015-03-10 23:38:10 +01:00
2018-03-01 20:33:13 +01:00
What do we do?
--------------
We detect hosts in the deployed network sending or receiving large volumes of traffic, packets/bytes/flows, per second and
perform a configurable action to handle that event. These configurable actions include notifying you, switching off the server, or blackholing the client.
2015-06-15 11:59:12 +02:00
2018-03-01 20:33:13 +01:00
What is a "flow" in FastNetMon terms? It's one or more ICMP, UDP, or TCP connections with can be identified by via its unique src IP, dst IP, src port, dst port, and protocol usage.
Integration with flow systems
-----------------------------
At a very high level integration with FastNetMon is fairly simple. In both cases the work flow is the same and the main difference being the port numbers provided. The port numbers are configurable.
#### sFLOW
Configure the IP of the server running FastNetMon using port 6343. This port number is configurable.
#### netflow
Configure the IP of the server running FastNetMon using port 2055. This port number is configurable.
2015-06-18 09:01:33 +02:00
2015-10-07 05:33:15 +02:00
License: GPLv2
2013-10-18 12:09:53 +02:00
2015-10-06 17:37:27 +02:00
Project
-------
2017-07-30 15:01:24 +02:00
- [Official site](https://fastnetmon.com)
2015-10-06 17:37:27 +02:00
- [Mailing list](https://groups.google.com/forum/#!forum/fastnetmon)
2017-09-14 01:19:59 +02:00
- [Slack](https://join.slack.com/t/fastnetmon/shared_invite/MjM3NDUwNzY4NjA5LTE1MDQ4MzE5NTAtYmU4MjYyYWNiZQ)
2018-03-01 20:33:13 +01:00
- [FastNetMon Advanced, Commercial Edition](https://fastnetmon.com/fastnetmon-advanced/)
- If you want add an [idea](https://fastnetmon.fider.io/)
2015-10-06 17:37:27 +02:00
- Chat: #fastnetmon at irc.freenode.net [web client](https://webchat.freenode.net/)
2017-12-03 13:52:23 +01:00
- Detailed reference in Russian: [link](https://fastnetmon.com/wp-content/uploads/2017/07/FastNetMon_Reference_Russian.pdf)
2015-05-02 18:36:34 +02:00
2015-10-06 17:37:27 +02:00
Supported packet capture engines
--------------------------------
2015-03-23 11:39:08 +01:00
- NetFlow v5, v9
- IPFIX
2016-07-04 18:51:19 +02:00
- ![sFLOW](http://sflow.org/images/sflowlogo.gif) v4 (since 1.1.3), v5
- Port mirror/SPAN capture with PF_RING (with ZC/DNA mode support [need license](http://www.ntop.org/products/pf_ring/)), SnabbSwitch, NETMAP and PCAP
2015-03-23 11:37:29 +01:00
You can check out the [comparison table](https://fastnetmon.com/docs/capture_backends/) for all available packet capture engines.
2015-04-28 21:39:08 +02:00
2018-03-01 20:33:13 +01:00
Complete integration with the following vendors
--------------------------------
2016-07-28 16:54:16 +02:00
- [A10 Networks Thunder TPS Appliance integration](src/a10_plugin)
2017-03-18 01:39:24 +01:00
- [MikroTik RouterOS](src/mikrotik_plugin) Please use only recent versions of RouterOS!
2016-08-11 23:39:39 +02:00
Travis status: ![Travis](https://travis-ci.org/pavel-odintsov/fastnetmon.svg?branch=master)
2015-10-06 17:37:27 +02:00
Features
--------
2018-03-01 20:53:11 +01:00
- Complete [BGP Flow Spec support](https://fastnetmon.com/docs/bgp_flow_spec/), RFC 5575
2016-05-25 16:46:50 +02:00
- Process and distinguish incoming and/or outgoing traffic
- Trigger block/notify script if an IP exceeds defined thresholds for packets/bytes/flows per second
- Thresholds can be configured per-subnet with the hostgroups feature
2017-12-03 13:40:58 +01:00
- [Announce blocked IPs](https://fastnetmon.com/docs/exabgp_integration/) via BGP to routers with [ExaBGP](https://github.com/Exa-Networks/exabgp)
2018-03-01 20:33:13 +01:00
- GoBGP [integration](https://fastnetmon.com/docs/gobgp-integration/) for unicast IPv4 announcements (you will need to build support for this manually).
2017-12-03 13:40:58 +01:00
- Full integration with [Graphite](https://fastnetmon.com/docs/graphite_integration/) and [InfluxDB](https://fastnetmon.com/docs/influxdb_integration/)
2018-03-01 20:33:13 +01:00
- API (you will need to build support for this manually)
2017-12-03 14:08:51 +01:00
- [Redis](https://fastnetmon.com/docs/redis/) integration
2017-12-03 14:05:39 +01:00
- [MongoDB](https://fastnetmon.com/docs/mongodb/) integration
2018-03-01 20:33:13 +01:00
- Deep Packet Inspection (DPI) for attack traffic
2015-03-15 19:07:19 +01:00
- netmap support (open source; wire speed processing; only Intel hardware NICs or any hypervisor VM type)
- SnabbSwitch support (open source, very flexible, LUA driven, very-very-very fast)
2016-05-25 16:46:50 +02:00
- Filter NetFlow v5 flows or sFLOW packets with LUA scripts (useful for excluding particular ports)
- Supports L2TP decapsulation, VLAN untagging and MPLS processing in mirror mode
2016-05-25 16:46:50 +02:00
- Works on server/soft-router
- Detects DoS/DDoS in as little as 1-2 seconds
2018-03-01 20:33:13 +01:00
- [Tested](https://fastnetmon.com/docs/performance_tests/) up to 10Gbps with 12Mpps on an Intel i7-3820 processor with an Intel 82599 NIC
- Complete plug-in support
- Capture attack fingerprints in PCAP format
2017-12-03 13:48:36 +01:00
- [Complete support](https://fastnetmon.com/docs/detected_attack_types/) for most popular attack types
2014-11-22 14:17:26 +01:00
2015-10-06 17:37:27 +02:00
Running Fastnetmon
------------------
### Supported platforms
2017-06-24 13:41:33 +02:00
- Linux (Debian 6/7/8/9, CentOS 6/7, Ubuntu 12.04, 14.04, 16.04)
2018-03-01 20:33:13 +01:00
- FreeBSD 9, 10, 11: [official port](https://www.freshports.org/net-mgmt/fastnetmon/).
- Mac OS X Yosemite (only 1.1.2 release)
2015-10-06 17:37:27 +02:00
### Supported architectures
2018-03-01 20:33:13 +01:00
- x86 64-bit (recommended)
- x86 32-bit
2015-01-09 23:53:31 +01:00
### Hardware requirements
2017-06-24 13:41:33 +02:00
- At least 1 GB of RAM for compilation purposes
2015-10-06 17:37:27 +02:00
### Router integration instructions
2017-12-03 14:11:26 +01:00
- [Juniper MX Routers](https://fastnetmon.com/docs/junos_integration/)
2015-10-06 17:37:27 +02:00
### Distributions supported
2016-05-25 16:46:50 +02:00
- We are part of the [CloudRouter](https://cloudrouter.org/cloudrouter/2015/07/09/fastnetmon.html) distribution
2018-03-01 20:33:13 +01:00
- We are part of the [official FreeBSD ports collection](https://freshports.org/net-mgmt/fastnetmon/)
- [Docker image](https://fastnetmon.com/fastnetmon-community-docker-install/)
- [Automatic install script for Debian/Ubuntu/CentOS/Fedora/Gentoo](https://fastnetmon.com/install/)
- [Automatic install script for Mac OS X](https://fastnetmon.com/fastnetmon-macos/)
- [Manual install on Slackware](https://fastnetmon.com/fastnetmon-community-slackware-install/)
2018-03-01 20:33:13 +01:00
- [Manual install on VyOS](https://fastnetmon.com/fastnetmon-community-install-on-vyos-1-1-5/)
2015-10-06 17:37:27 +02:00
2018-03-01 20:33:13 +01:00
Screenshots
2015-10-06 17:37:27 +02:00
------------
2018-03-01 20:33:13 +01:00
Main program:
![Main screen image](docs/images/fastnetmon_screen.png)
2018-03-01 20:33:13 +01:00
Example CPU load on Intel i7-2600 with Intel X540/82599 NIC at 400Kpps load:
![Cpu consumption](docs/images/fastnetmon_stats.png)
2014-11-22 14:17:26 +01:00
Example deployment scheme:
![Network diagramm](docs/images/network_map.png)
2014-11-14 21:43:00 +01:00
2018-03-01 20:33:13 +01:00
Example of [notification email](https://fastnetmon.com/docs/attack_report_example/) about detected attack:
2014-12-02 14:42:40 +01:00
2017-12-03 13:25:13 +01:00
Author: [Pavel Odintsov](http://uk.linkedin.com/in/podintsov/)
2015-03-25 16:05:15 +01:00
2017-12-03 13:25:13 +01:00
Follow us at [Twitter](https://twitter.com/fastnetmon) and [LinkedIn](https://www.linkedin.com/company/fastnetmon/)