Im getting ddos'd by a large group of servers, large enough that sorting IP's human wise is too large but small enough that I'd like to block all of them. My one second capture has each one hitting ~50-100 times and its consistently from these IP's (It's not from the same IP range) Any way i could dump these into text? asked 24 Jul '12, 11:45 ryanb213 |
3 Answers:
The following will create a list of Cisco ACL lines to block the IP's, if you need it in another syntax, I'm sure you will manage :-)
Hope this helps :-) answered 24 Jul '12, 13:58 SYN-bit ♦♦ edited 24 Jul '12, 16:18 cmaynard ♦♦ |
You could use the statistics/endpoint function. There is a copy button that allows you to copy the list to the clipboard, from which you can paste it to a text editor. answered 24 Jul '12, 11:57 Jasper ♦♦ |
Please check if one of the following helps:
Where 192.168.x.x is the IP address of your attacked server. Regards answered 24 Jul '12, 12:02 Kurt Knochner ♦ edited 24 Jul '12, 12:12 |
Thank you, im new to wireshark but that solved my exact problem. I was getting saturated on my gbps line but i only needed 6 filter rules to block it.
Thank you!