• Home
Home
Anti-DDoS CDNStatic & dynamic acceleration, edge scrubbingAnti-DDoS IP forwardingL4 forwarding with protected IPsSDK game shieldClient SDK for gaming workloadsAnti-DDoS serversDedicated compute with high availabilityLearn more
Gaming solutionLow latency + protectionFinancial solutionCompliance & scrubbingLive streaming solutionPush/pull at the edgeBlockchain solutionWeb3 infra protectionExplore
DocumentationAPIs & onboardingHelp centerFAQs & ticketsBlog & newsUpdates & best practicesGlobal speed testMulti-region performance checksTag cloudTopic map across the siteOpen docs
AboutMission & visionCareersHiringPartnersEcosystemContactSales & supportContact us

Documentation

  • Introduction
Docs/Security Protection/DDoS Protection

DDoS Protection

速盾网络 Team
Docs

Tags

  • DDoS Prevention��

On this page

No outline

Share

𝕏fin

Enterprise CDN & acceleration with AI-driven monitoring and full-spectrum, real-time DDoS/CC protection. Trusted by tens of thousands of companies for fast, secure, and reliable content delivery and DDoS mitigation.

Product

  • Anti-DDoS CDN
  • Anti-DDoS IP forwarding
  • SDK game shield
  • Anti-DDoS servers

Solutions

  • Gaming solution
  • Financial solution
  • Live streaming solution
  • Blockchain solution

Resources

  • Documentation
  • Help center
  • Blog & news
  • Global speed test

Company

  • About
  • Careers
  • Partners
  • Contact

© 2026-2028 sudun.com 保留所有权利

  • Privacy
  • Terms
  • Cookies

Sudun provides continuous DDoS protection services that automatically detect and mitigate attacks at the network edge. Our global network absorbs and filters malicious traffic, ensuring that your applications remain available in the event of an attack.

How DDoS protection works

code
攻击流量 → Sudun边缘节点 → 检测引擎
                                      │
                            ┌─────────┴─────────┐
                            │                   │
                      恶意流量              合法流量
                            │                   │
                        被拦截            → 源服务器

Protection level

3rd/4th layer protection

Network and transport layer protection:

Attack typeProtective measures
UDP flood attackAutomatic filtering
SYN flood attackSYN proxy protection
ACK flood attackStatus detection
ICMP flood attackRate limiting
Amplify the attackSource validation

Layer 7 protection

Application layer protection:

Attack typeProtective measures
HTTP flood attackRequest analytics
Slowloris attackConnection management
Cache penetration attacksSmart caching
API abuse attacksRate limiting

configuration

Enable DDoS protection

json
{
  "ddos_protection": {
    "enabled": true,
    "sensitivity": "medium",
    "mode": "automatic"
  }
}

Sensitivity level

levelDescription
lowHigh threshold, fewer false positives
MediumBalance test (recommended)
HighLow threshold, faster response

Attacked mode

Emergency protection in the event of an active attack:

json
{
  "under_attack_mode": {
    "enabled": true,
    "challenge_passage": 300,
    "auto_disable_after": "1h"
  }
}

Attack analysis

Monitor attack activity in the dashboard:

  • Active attacks: Attacks that are currently being mitigated
  • Attack Traffic: The size of the traffic that was blocked
  • Attack Type: Broken down by attack type
  • Primary source: Attack IP/country ranking

API Reference

Get DDoS settings

bash
curl -X GET https://api.Sudun.com/v1/domains/{domain}/ddos \
  -H "Authorization: Bearer YOUR_API_KEY"

Attack mode is enabled

bash
curl -X PUT https://api.Sudun.com/v1/domains/{domain}/ddos/under-attack \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"enabled": true}'

Need help? Please contact support@Sudun.com