1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: fastnetmon
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Section: net
Priority: optional
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: cmake,
debhelper-compat (= 13),
libboost-atomic-dev,
libboost-chrono-dev,
libboost-date-time-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-system-dev,
libboost-thread-dev,
libbpf-dev,
libelf-dev,
libbson-dev,
libcapnp-dev,
libgrpc-dev,
libgrpc++-dev,
libprotobuf-dev,
protobuf-compiler,
protobuf-compiler-grpc,
capnproto,
golang-github-osrg-gobgp-dev,
libhiredis-dev,
liblog4cpp5-dev,
libicu-dev,
libmongoc-dev,
libncurses5-dev,
libpcap-dev,
pkg-config
Homepage: https://fastnetmon.com/
Vcs-Browser: https://salsa.debian.org/debian/fastnetmon
Vcs-Git: https://salsa.debian.org/debian/fastnetmon.git
Package: fastnetmon
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: fast DDoS analyzer with sflow/netflow/mirror support (community edition)
FastNetMon is a very high performance distributed denial-of-service attack
(DDoS attack) detector built on top of multiple packet capture engines:
NetFlow, IPFIX, sFLOW.
.
It can detect hosts in your networks sending or receiving large volumes of
packets/bytes/flows per second. It 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.
.
This package contains the community edition.
|