All Projects → pavel-odintsov → Fastnetmon

pavel-odintsov / Fastnetmon

Licence: gpl-2.0
FastNetMon - very fast DDoS sensor with sFlow/Netflow/IPFIX/SPAN support

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
perl
6916 projects
CMake
9771 projects
shell
77523 projects
lua
6591 projects

Projects that are alternatives of or similar to Fastnetmon

gomiko
multi-vendor networking SDK.
Stars: ✭ 46 (-98.39%)
Mutual labels:  juniper, cisco, mikrotik, arista
topolograph
Topolograph.com is an online project which can visualize OSPF/ISIS topology based on single OSPF LinkState DataBase scrapping from one network device ( thanks OSPF =). Then you can not only see (and check) the shortest path from source to destination, but also see the outcome from link or node failure along the path to the destination. The exist…
Stars: ✭ 84 (-97.06%)
Mutual labels:  juniper, cisco, mikrotik
Ntopng
Web-based Traffic and Security Network Traffic Monitoring
Stars: ✭ 4,313 (+50.8%)
Mutual labels:  netflow, sflow, ipfix
goflow2
High performance sFlow/IPFIX/NetFlow Collector
Stars: ✭ 125 (-95.63%)
Mutual labels:  sflow, netflow, ipfix
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (-18.81%)
Mutual labels:  netflow, sflow, ipfix
ixgen
Ixgen is yet-another open-source, multi-platform generator for peering configurations on IXs incorporating the global peeringdb api, but also is able to spin up its own "compatible" server for faster results. Ixgen is configured by an INI- or JSON-style format, producing custom template-driven or fixed json-style configurations, that can be prin…
Stars: ✭ 38 (-98.67%)
Mutual labels:  juniper, extreme, cisco
flowanalyzer
Manito Networks Flow Analyzer
Stars: ✭ 42 (-98.53%)
Mutual labels:  sflow, netflow, ipfix
panoptes-stream
A cloud native distributed streaming network telemetry.
Stars: ✭ 34 (-98.81%)
Mutual labels:  juniper, cisco, arista
DDOS Detection
ddos attack detector using ML Algorithms
Stars: ✭ 38 (-98.67%)
Mutual labels:  ddos, ddos-detector
PoW-Shield
Project dedicated to fight Layer 7 DDoS with proof of work, featuring an additional WAF. Completed with full set of features and containerized for rapid and lightweight deployment.
Stars: ✭ 99 (-96.54%)
Mutual labels:  ddos, ddos-mitigation
keycloak-radius-plugin
Make the radius server as part of keycloak SSO
Stars: ✭ 102 (-96.43%)
Mutual labels:  cisco, mikrotik
sqredirect
Redirection and filtering Source Engine game traffic in bundle with sqproxy
Stars: ✭ 21 (-99.27%)
Mutual labels:  ddos, ddos-mitigation
nfCollector
Collects Netflow version 1, 5, 6, 7, 9 & IPFIX & stores them on InfluxData time-series DB (InfluxDB)
Stars: ✭ 30 (-98.95%)
Mutual labels:  ipfix, netflow-collector
mlxsh
mlxsh is the missing, fast power command-line and shell that enables you to enter configuration changes or run commands simultaneously to groups of Brocade or Extreme Networks Netiron devices (MLX, CER, MLXE, XMR, ICX, Ironware), SLX-Devices or Juniper switches via Secure Shell (ssh).
Stars: ✭ 22 (-99.23%)
Mutual labels:  juniper, extreme
ddos-mitigation
Tips to mitigate and secure your large-scale server against DDoS attacks.
Stars: ✭ 58 (-97.97%)
Mutual labels:  ddos, ddos-mitigation
awesome-ddos-tools
Collection of several DDos tools.
Stars: ✭ 75 (-97.38%)
Mutual labels:  ddos, dos
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (-99.13%)
Mutual labels:  ddos, dos
epiphany
A pre-DDoS security assessment tool
Stars: ✭ 106 (-96.29%)
Mutual labels:  ddos, ddos-mitigation
AmpliSpy
Check local or remote list of DNS servers for suitability in DNS Amplification DoS.
Stars: ✭ 39 (-98.64%)
Mutual labels:  ddos, dos
ddos
DDoS Attack & Protection Tools for Windows, Linux & Android
Stars: ✭ 84 (-97.06%)
Mutual labels:  ddos, dos

FastNetMon

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

What can we do? We can detect hosts in our networks sending or receiving large volumes of packets/bytes/flows per second. We can call an external script to notify you, switch off a server, or blackhole the client.

To enable sFLOW, simply specify IP of the server running FastNetMon and specify (configurable) port 6343 To enable netflow, simply specify IP of the server running FastNetMon and specify (configurable) port 2055

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

What is a "flow" in FastNetMon terms? It's one or multiple UDP, TCP, or ICMP connections with unique src IP, dst IP, src port, dst port, and protocol.

License: GPLv2

Gitter

Project

Supported packet capture engines

  • NetFlow v5, v9
  • IPFIX
  • sFLOW v4 (dev branch only), v5
  • Port mirror/SPAN capture with PF_RING (with ZC/DNA mode support need license), SnabbSwitch, NETMAP and PCAP

You can check out the comparison table for all available packet capture engines.

Features

  • Complete BGP Flow Spec support, RFC 5575
  • 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
  • Announce blocked IPs via BGP to routers with ExaBGP
  • GoBGP integration for unicast IPv4 announcements
  • Full integration with Graphite and InfluxDB
  • API
  • Redis integration
  • MongoDB integration
  • Deep packet inspection for attack traffic
  • 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)
  • 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
  • Works on server/soft-router
  • Detects DoS/DDoS in as little as 1-2 seconds
  • Tested up to 10Gb with 12 Mpps on Intel i7 3820 with Intel NIC 82599
  • Complete plugin support
  • Captures attack fingerprints in PCAP format
  • Complete support for most popular attack types

Running Fastnetmon

Supported platforms

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

Supported architectures

  • x86 64 bit (recommended)
  • x86 32 bit

Router integration instructions

Distributions supported

Screenshoots

Main program screenshot:

Main screen image

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

Example deployment scheme: Network diagramm

Example of notification email about detected attack.

How I can help project?

  • We are looking for a maintainer for the Debian and Fedora/EPEL packages
  • Test it!
  • Share your experience
  • Share your use cases
  • Share your improvements
  • Test it with different equipment
  • Create feature requests

Author: Pavel Odintsov pavel.odintsov at gmail.com Follow my Twitter

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