by Pavel Odintsov | Aug 11, 2022
FastNetMon Advanced relies on MongoDB for configuration storage. It does not store traffic here or metrics, but it stores every configuration option. MongoDB is crucial for FastNetMon to function properly. FastNetMon uses upstream version of MongoDB from official...
by Pavel Odintsov | Oct 3, 2019
You can use FastNetMon Advanced with Radware Defense Flow as a DDoS sensor. In this case, FastNetMon can detect an attack and enable mitigation using Radware DefenseFlow and APSVision over API. Capabilities Integration tool supports two major notification modes: Per...
by Pavel Odintsov | Apr 14, 2019
FastNetMon can send emails about hosts blocked using the blackhole approach, and it can send emails about each partial block rule (BGP Flow spec mode) deployed to block malicious traffic. We recommend using an SMTP server in your network to avoid issues during DDoS...
by Pavel Odintsov | Mar 17, 2018
This script implements an example notify script in Python, which implements a JSON interface for FastNetMon Advanced. This script is implemented in Python and does not need any additional libraries. You can find a detailed description of all data formats used by...
by Pavel Odintsov | Feb 24, 2018
This page provides example code for HTTP web server implemented in Python to test web_hook capability in FastNetMon and return all data received from FastNetMon. Insert the following code into the file fastnetmon_webhook_receiver_server.py: wget...