Suggestion
Load is high,
Try:
netstat -napt
it will tell you who is connected on port 80 or 443
Find out the source & destination IP(s), check /var/log/httpd/access_logs & error_log & /var/www/vhosts/<domain>/statistics/logs/access_log & error_log
I'd also suggest download...