by Pavel Odintsov | Apr 12, 2020
FastNetMon uses Cap’N’Proto data serialisation protocol for representing our own flow format FastNetMon Flow. You can find the current up-to-date specification below. @0xa8a892437a5fd28f; struct SimplePacketType { source @0 :UInt8; sampleRatio @1 :UInt32; srcIp @2...
by FastNetMon | Mar 26, 2018
This example script can create a blackhole announce, list blocked hosts and remove them using UUID lookup. To use this example, please enable the API using this guide and install the dependencies for it: sudo apt-get install -y python3-requests Then,...
by Pavel Odintsov | Mar 24, 2018
To use this example, please enable the API using this guide and install the dependencies for it: sudo apt-get install -y python3-requests And then download fastnetmon_api_client.py file from GitHub: wget...
by Pavel Odintsov | Feb 12, 2018
by Pavel Odintsov | Dec 13, 2017
Here you could find examples for JSON documents used by FastNetMon. We maintain official GitHub repository for all our JSON formats. We use them for web hooks and for JSON-enabled notify script Blackhole ban action: JSON Blackhole unban action: JSON BGP Flow Spec ban...