You can use the following command to identify the network of IPs which caused the problem.
nestat -plan | grep 80 | awk {'print $5'} | cut -d: -f1 | sort | uniq -c | sort -n