Anti CC Setting

CC Protection is a specialized defense mechanism designed to safeguard websites against Challenge Collapsar (CC) attacks, a type of DDoS attack where malicious traffic mimics legitimate requests to overload server resources. By identifying and filtering out these harmful requests, CC Protection ensures that your website remains accessible and performs optimally under attack.

How to Configure CC Protection Settings?

  • Sites → Sites Settings → Firewall → Anti CC Setting → Create Anti CC Rules

Add CC Rule Field Descriptions

  • General Settings

    • URL

      • Enter the domain/path to be protected, e.g., https://example.com/index.

    • Frequency

      • Full Verification(全驗證) - Triggers CC Protection for all URLs that match the settings.

      • Custom

        • Number of Requests, this refers to the count of requests.

        • Connection Duration (s), this refers to the duration in seconds.

        • Example: Setting the number of requests to 30 and the connection duration to 60 means the rule will be triggered if there are 30 visits within 60 seconds.

    • Protection Modes

      • 5-Second Shield

      • Code

      • Click Verification

      • Redirect Verification

  • Error Frequency Limit

    • Time(Second): Duration in seconds for monitoring the error rate.

    • Times: Number of errors allowed within the specified time before protection is triggered.

    • Protect Mode:

      • Deny: Rejects the request, sending an error response to the client.

      • Drop: Silently discards the request without any response back to the client.

      • Drop+Black: Drops the request and adds the source IP to a blacklist for further prevention.

  • Protect Mode

    • 5-Second Shield

    • code

    • Click Verification

    • Redirect Verification

Last updated