火绒互联网安全软件(火绒安全)V4.0.18.4官方版
百度 无论何种国籍和教育背景,儿童对甜食的喜好都超过成年人。
A distributed denial of service attack (DDoS) occurs when multiple systems flood the bandwidth or resources of a targeted system, usually one or more web servers. These systems are compromised by attackers using a variety of methods.
632 questions
-1
votes
0
answers
46
views
How to register new search engines (so that services such as CloudFlare do not bock those as "DDOS")? [closed]
Common webmaster <-> search engine rules:
Search engines are supposed to download robots.txt from webhosts (to parse the rules about which documents search engines are supposed to, or not ...
2
votes
1
answer
82
views
DDoS API protection using Cloudflare
Is there a good solution to protect an API from DDoS using Cloudflare servises?
Cookie is not suitable, because there are some integrations in the application, which use the API and invoked not from ...
0
votes
1
answer
245
views
Apache HTTP server under DDoS attack [closed]
One of the servers has been under attack for four weeks. First the attack was weak, but now it is aggressive after I started fighting him.
It consumes CPU resources to keep starting the Apache server ...
2
votes
0
answers
83
views
Is this a DDOS attack, or something else?
I am responsible for a reasonably big UK site and since last Thursday we've been getting hit with heavy usage that's killing the server for a few minutes, it's happening roughly once per hour (but ...
1
vote
5
answers
504
views
Tips for coping with a surprisingly high rate of "botnet" sshd login failures?
I just set up 2 new Debian 12 VPS's at once.
One of them worked fine; the other, I appeared to have intermittent connectivity to. I even got as far as writing half of a support ticket, thinking it ...
0
votes
1
answer
526
views
What do these logs mean? Is someone attempting to hack into my server via ssh?
Today I woke up to a a very large number of logs for ssh, and I can only assume someone is trying to gain access to my linux server.
Here are the logs
-- Logs begin at Wed 2025-08-07 08:59:10 EEST, ...
192
votes
5
answers
31k
views
I am under DDoS. What can I do?
This is a Canonical Question about DoS and DDoS mitigation.
I found a massive traffic spike on a website that I host today; I am getting thousands of connections a second and I see I'm using all ...
0
votes
1
answer
184
views
What are the options for Layer 7 DDoS protection of AWS resources
The following are my assumptions based on AWS docs. It's only because the docs do not precisely address my questions that I'm here asking.
AWS WAF (whether used directly or via Shield Advanced) is ...
18
votes
7
answers
6k
views
How can I protect SSH?
I check /var/log/secure and I have these logs:
Jul 9 13:02:56 localhost sshd[30624]: Invalid user admin from 223.196.172.1 port 37566
Jul 9 13:02:57 localhost sshd[30624]: Connection closed by ...
0
votes
0
answers
146
views
Testing anti-ddos iptables rules on loopback address
I am setting up anti-ddos iptables rules on a kali linux vm for a class. I have tried two methods, one being just the iptables -A INPUT -p tcp --syn -m limit --limit 1/s --limit-burst 3 -j RETURN rule ...
0
votes
0
answers
92
views
Apache crashes causing 504s
I have a Centos 7 server on which I installed apache 2.4.58, it has been crashing for 2 days after a short time that it is online, I keep stopping the apache service (systemctl stop httpd.service) and ...
0
votes
1
answer
684
views
Can't stop attack on nginx server
I'm currently struggling with my Digitalocean droplet (Ubuntu 22.10) which is under some sort of attack (maybe DDOS). The server hosts a containerized application that runs on nginx.
Every time I ...
0
votes
2
answers
1k
views
Mitigation of a Slow Loris Attack (slow HTTP request DDoS)
I am being targeted by a slow loris attack for several weeks now (during the worst period of the year [black friday / cyber monday]).
This is an advanced DDoS attack where I get a lot of slow HTTP ...
2
votes
1
answer
1k
views
Is Apache mod_evasive really worthful
I read an article saying that apache mod_evasive is an old outdated module and does not real protection against Dos attack. After testing a scenario of load requests to a apache webpage it seems like ...
2
votes
0
answers
1k
views
Can any help me to understand HAProxy DDoS attack protection configuration?
I'm using HAP on and off for a bit now and now I'm trying confgure DDoS protection per frontend, to block a connection for 5 mints, if it receives more than 200 requests per second from the same ...