Anik Kumar Nandiblog.anikweb.me·Nov 11, 2024Essential Tips for Securing Your Laravel 11 App from DDoS AttacksWhat Is a DDoS Attack? A DDoS attack happens when lots of computers flood a server with too much traffic, aiming to slow it down or even knock it offline. It's like if hundreds of people tried to rush into a store all at once, causing a big jam that ...Discuss·1 like·214 readsLaravelWAFs
Dejan Gegićblog.dejangegic.com·Oct 22, 2024File Server with built-in DDoS protection - NetwrokNannyOrigin Try out NetworkNanny for yourself on GitHub, or keep reading the article Long story short There was a guy whose service was being pounded with 10 million requests/hour, and there was nothing he could do about it. As railway charges per GB of t...Discuss·40 readsGo Language
Anirudh Dayanandanirudhdaya.hashnode.dev·Oct 10, 2024How To Protect your Website from a DDOS attackDistributed Denial of Service (DDoS) attacks can be devastating for websites, causing downtime and loss of revenue. Cloudflare offers robust protection against these attacks. This tutorial will guide you through the process of setting up Cloudflare t...Discussddos
Haseeb Yousufblogs.haseebs.tech·Aug 30, 2024Safeguarding Web Applications: The Essential Role of Rate LimitingIn the ever-evolving landscape of web development, protecting applications from abuse and overload is paramount. Rate Limiting emerges as a critical technique in this defense, offering a robust solution to control incoming request rates and maintain ...Discuss·28 readsddos
Olashubomi Alli-Akinderector.hashnode.dev·Aug 3, 2024Questions related to Azure SecurityWhat is a distributed denial-of-attack? A Distributed Denial of Service (DDoS) attack is a type of cyberattack where an attacker floods an application or network with an overwhelming amount of traffic. The goal is to exhaust the target’s resources, r...Discussdefense depth
Temitopetemmysoft.hashnode.dev·Aug 2, 2024What is a Distributed Denial-of-Service (DDoS) Attack?Basic Idea: A DDoS attack is like a digital traffic jam. Imagine you're trying to get into a popular concert, but thousands of people who have no intention of seeing the show are blocking the entrance. You and other real fans can't get in because the...DiscussCloud Computing
Solvenitesolvenitefr.hashnode.dev·Jun 25, 2024SlowLoris: A Tool for Simulated Slow HTTP AttacksWhat if I tell you that you can DDOS any IP with just a couple of steps? Of course, you wouldn’t believe me, but what if I tell you that it’s very true? Pretty insane right? Of course, I don’t recommend doing that as it is illegal but just knowing th...DiscussSlowLoris
Mark williamstechcapital.hashnode.dev·May 3, 2024What Is a DDoS Attack? How To prevent DDoS Attacks?Hey everyone! We all love spending time online, but what if your favorite website suddenly went down? This could be the work of a DDoS attack, a sneaky tactic used to disrupt online services. Let's break it down and learn how to fight back (virtually...Discussddos
SKitumel.hashnode.dev·May 1, 2024What is AWS Shield and How is it Different from Cloudflare DDoS Protection?Before we start, a quick glossary of terms... Application Layer [1] An application layer is an abstraction layer that specifies the shared communication protocols and interface methods used by hosts in a communications network. An application laye...DiscussAWS
Kilokiloai.hashnode.dev·Apr 23, 2024Unexpected DDOS: Blocking China with ipset and iptablesSet up iptables If you already have iptables set up and in use, skip this section and go straight to the ipset section. Create a file where we can declare some rules to use: sudo nano /etc/iptables.firewall.rules Inside there you'll want to paste th...Discuss·39 readsIptablesDevops