Detection, Mitigation & Response

Detect and mitigate DDoS attacks in under 1 second, respond automatically, and keep your users informed.

All features →
Docs
Documentation Quick Start API Reference Agent Setup Integrations 18
Learn
Free Tools 37 Free Certifications State of DDoS 2026 REPORT DDoS Protection Landscape Buyer's Guide PDF Hackathon Sponsorships DDoS Protection Facts
Company
About Us Become a Consultant 30% Partners White Label Managed Protection Contact Us System Status
Open Source
ftagent-lite MIT NetHawk MIT
Legal
Security Trust Center Terms & Privacy
Who Uses Flowtriq

From indie hosts to ISPs, see how teams like yours use Flowtriq to detect and stop DDoS attacks.

All use cases →

SDKs & Libraries

FTAgent (Python)

The Flowtriq detection agent is available on PyPI and handles all communication with the Flowtriq API automatically:

curl -sSL https://flowtriq.com/install.sh | sudo bash

Or install manually: pip install ftagent --break-system-packages

See Agent Setup for installation and configuration, or Mass Deployment for automated provisioning across your fleet.

FTAgent-Lite (Open Source)

A lightweight, open-source traffic monitor with no cloud dependency. Monitors PPS/BPS, protocol breakdown, and prints structured stats to stdout. MIT licensed.

pip install ftagent-lite --break-system-packages sudo ftagent-lite --watch

Source: github.com/Flowtriq/ftagent-lite

NetHawk (Open Source)

A real-time network traffic analysis tool for your terminal. Single binary, no config files, no databases. Monitors traffic with protocol breakdown, attack detection, and JSON output. Written in Go, MIT licensed.

curl -sSfL https://raw.githubusercontent.com/Flowtriq/nethawk/main/install.sh | sudo sh sudo nethawk

Source: github.com/Flowtriq/nethawk

For programmatic access to your Flowtriq data, use the REST API v1 for full workspace management, or the Webhook integration for real-time incident events.