Starting around 1/25/13 or 1/26/13, I've seen a major increase in server load. Specifically, under "View Relayers", I'm seeing a ton of emails being sent by "-remote-", and when I created a log file for "named", I'm seeing a HUGE number of DDoS attacks (I'm guessing). I'm making an educated guess that these two are symptoms of the same problem.
When I say a "ton of emails being sent by '-remote-'", I mean that in the last 12 hours "-remote-" has sent close to 4,000 emails. The default for all of my email accounts on this server is "blackhole", so there shouldn't be very many bounced emails sent; certainly not 4,000!
And when I say a "HUGE number of DDoS attacks", I mean that I updated named.conf to log IPs, using:
The file reaches 5MB in about 30 seconds, which is roughly 64,000 accesses in 30 seconds. This is on a very low traffic server, though, so I shouldn't be seeing more than 10 or 20 legitimate accesses in that time.
Worse, as soon as I block an IP (or IP range) in the firewall, a new IP immediately starts accessing. I've blocked 70 IPs in the last hour, but it's had no real impact on the "named" load.
A scan with rkhunter returns no problems, and I can't find where any account on the server is sending unexpected emails (other than "-remote-"). Further, there haven't been any root logins other than from me, so I don't think that the server is actually compromised; the issue must be coming from an outside source.
I've also turned on the SMTP Tweak in WHM, and set "recursion: no" in named.conf. Neither of these had a noticeable impact.
Any suggestions for either symptom?
When I say a "ton of emails being sent by '-remote-'", I mean that in the last 12 hours "-remote-" has sent close to 4,000 emails. The default for all of my email accounts on this server is "blackhole", so there shouldn't be very many bounced emails sent; certainly not 4,000!
And when I say a "HUGE number of DDoS attacks", I mean that I updated named.conf to log IPs, using:
Code:
logging {
channel debug {
file "/var/named/data/debug.log" versions 3 size 5m;
severity debug 2;
print-category yes;
print-severity yes;
print-time yes;
};
category queries {
debug;
};
};
Worse, as soon as I block an IP (or IP range) in the firewall, a new IP immediately starts accessing. I've blocked 70 IPs in the last hour, but it's had no real impact on the "named" load.
A scan with rkhunter returns no problems, and I can't find where any account on the server is sending unexpected emails (other than "-remote-"). Further, there haven't been any root logins other than from me, so I don't think that the server is actually compromised; the issue must be coming from an outside source.
I've also turned on the SMTP Tweak in WHM, and set "recursion: no" in named.conf. Neither of these had a noticeable impact.
Any suggestions for either symptom?