Hacker News new | ask | show | jobs
Prevent DDoS at Kernel Level
2 points by gaurav1086 560 days ago
We are building a lightweight ebpf kernel level firewall to effectively mitigate ddos, manage network congestion/latency. It works by throtlling packets per IP per second and also monitoring new connections and dropping if they are from bad actors. Also support ip blacklist, greylist and whitelist.

This should be able to work with any existing firewall like nftables, iptables running on a linux kernel (version > 5.1).

The current offerings are:

- Dyanmic Adaptive Kernel level packet rate limiter. Prevent DDoS. - Seamlessly integrate with existing firewalls and IDS/IPS - Ensure operational efficiency - Create global IP Whitelist, Blacklist and GreyList. - Redirect packets to different IP/interface - Build network traffic optimizer - Build optimal network load balancer - Block Bots and other bad traffic - Avert Cyber Attacks Efficiently

If you would like to discuss, check out a quick demo or provide feedback, please let me know.

Happy to provide a trial version with your custom config.

Thanks, G netsentrix.systems@gmail.com

1 comments

Do you have a webpage? I tried to gues butt aparently there are a few "netsentrix" out there.