Site icon FastNetMon DDoS Detection Tool

FastNetMon Advanced Flow Spec encoding format

FastNetMon uses our own encoding to represent BGP Flow Spec rules.

Example JSON document looks like:

{ "source_prefix": "4.0.0.0/24", "destination_prefix": "127.0.0.0/24", "destination_ports": [ 80 ], "source_ports": [ 53, 5353 ], "packet_lengths": [ 777, 1122 ], "protocols": [ "tcp" ], "fragmentation_flags": [ "is-fragment", "dont-fragment" ], "tcp_flags": [ "syn" ], "action_type": "rate-limit", "action": { "rate": 1024 }, "ipv4_nexthops": ["11.22.33.44"]  }

Available fields:

Exit mobile version