Windows tips for judging cc attacks

Source: Internet
Author: User

CC attacks are generally targeted at the port of the server, and a large number of concurrent connections cause server connections to run out or resources to run out.

The following describes the simple detection of each port cc Attack method of:

Open cmd and type the following code.


  Netstat-n-P TCP |find ":" >>port.txt here is the detection of the Web server 80 port, can also be modified to other games and other ports

The C drive then generates a Port.txt file

The meaning of the above script is to filter out all current 80 port connections. When we feel the server is abnormal, you can double-click to run the batch file, and then view all the connections in the open port.txt file. If the same IP to the server has a large number of connections, it is basically possible to determine that the IP is a cc attack on the server.

Windows tips for judging cc attacks

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.