Halaman ini belum tersedia dalam bahasa lokal Anda. Kami berusaha keras untuk menambahkan lebih banyak versi bahasa. Terima kasih atas dukungan Anda.
- What's New
- Function Overview
- Service Overview
- Billing
-
User Guide
- Enabling EdgeSec
- Site Acceleration
-
Security Protection
- Connecting a Domain Name to EdgeSec
- Dashboard
- Protection Statistics
-
Protection Policy
- Creating a Protection Policy
- Applying a Policy to Your Website
-
Configuring Protection Policies
- Configuration Guidance
- Configuring Basic Protection Rules to Defend Against Common Web Attacks
- Configuring CC Attack Protection Rules to Defend Against CC Attacks
- Configuring a Precise Protection Rule
- Creating a Reference Table to Configure Protection Metrics In Batches
- Configuring IP Address Blacklist and Whitelist Rules to Block Specified IP Addresses
- Configuring a Known Attack Source Rule
- Configuring Geolocation Access Control Rules to Block Requests from Specific Locations
- Configuring a BOT Protection Rule
- Configuring a Global Whitelist Rule to Ignore False Positives
- Configuring a Data Masking Rule
- Address Group Management
- System Management
- Permissions Management
- Key Operations Recorded by CTS
- Best Practices
-
API Reference
- Before You Start
- API Overview
- API Calling
-
API
- Protected Domain Name Management
-
HTTP Protection Policy Management
- This API is used to query the protection policy list.
- This API is used to create a protection policy.
- This API is used to query a protection policy.
- This API is used to update a protection policy.
- This API is used to delete a protection policy.
- This API is used to update domain names a policy applies to.
- This API is used to update a protection policy rule.
- EdgeSec HTTP Protection Rule Management - CC
- HTTP Protection Rule Management - Precise Protection
-
HTTP Protection Rule Management - IP Address Blacklist and Whitelist
- This API is used to query IP address blacklist and whitelist rules.
- This API is used to create an IP address blacklist or whitelist rule.
- This API is used to query an IP address blacklist or whitelist rule.
- This API is used to update an IP address blacklist or whitelist rule.
- This API is used to delete a blacklist or whitelist rule.
-
HTTP Protection Rule Management - Geographical Location
- This API is used to query the geolocation access control rules.
- This API is used to create a geolocation access control rule.
- This API is used to query a geolocation access control rule.
- This API is used to update a geolocation access control rule.
- This API is used to delete a geolocation access control rule.
-
HTTP Protection Rule Management - False Alarm Masking
- This API is used to query false alarm masking rules.
- This API is used to add a false alarm masking rule.
- This API is used to query a false alarm masking rule.
- This API is used to update a false alarm masking rule.
- This API is used to delete a false alarm masking rule.
- This API is used to reset a false alarm masking rule.
- HTTP Protection Rule Management - Attack Penalty
- IP Address Group Management
- Security Overview
- Reference Table Management
- DDoS Statistics
- HTTP Statistics
- DDoS Attack Logs
-
Appendix
- Status Code
- Error Codes
-
Troubleshooting
- EdgeSec.00000005 Invalid Parameter
- EdgeSec.00000013 Concurrent Modification Exception
- EdgeSec.00000014 Only Default Enterprise Project Supported (Not support operation in this enterprise project)
- EdgeSec.00000015 Write Operation Not Supported When All Enterprise Projects Are Selected (All enterprise projects do not support the write operation)
- EdgeSec.00000018 Migration of Resources to Non-Default Enterprise Project Not Supported (This version only supports default enterprise project)
- EdgeSec.00000019 Frozen Resources Cannot Be Migrated to or from an Enterprise Project (frozen cannot create eps tag)
- EdgeSec.00000023 Operation Not Supported by the Current Specifications
- EdgeSec.00000025 Invalid Block Time (Invalid block time)
- EdgeSec.00000026 Invalid Whitelist Rule Type (Invalid rule type)
- EdgeSec.00000027 Invalid CC Rule Condition Length (Invalid cc condition length value)
- EdgeSec.00010001 Invalid IAM Service Project (Failed to get IAM projects)
- EdgeSec.00010005 Insufficient WAF Policy Rule Quota
- EdgeSec.00010006 Blacklist and Whitelist Rules of Edge WAF Exceed the Quota
- EdgeSec.00010007 Insufficient IP Address Group Quota of Edge WAF
- EdgeSec.00010008 Insufficient Edge WAF Certificate Quota
- EdgeSec.00030001 Invalid DDoS Overview Parameters (Illegal Elasticsearch Request)
- EdgeSec.00030003 DDoS Overview Query Type Exception (Statistic Type Error)
- EdgeSec.00030002 DDoS Overview Query Type Exception (Search Error)
- EdgeSec.00040007 No Permission To Operate
- EdgeSec.00040013 Insufficient Top-Level Domain Name Quota
- EdgeSec.00040014 Expansion Resource Quota Has Been Used
- WAF.00022002 Resource Already Exists (Domain Already Exists)
- WAF.00014002 Resource Already Exists
- common.01010003 No Purchase Permission
- Obtaining a Project ID
- SDK Reference
-
FAQs
- About the Product
-
About Functions
- How Does EdgeSec Detect SQL Injection, XSS, and PHP Injection Attacks?
- How Do I Obtain the Real IP Address of a Visitor in EdgeSec?
- How Does EdgeSec Block Requests?
- Do I Need to Enable All Ports When Configuring an EdgeSec Whitelist in a Security Group?
- Why Do Cookies Contain the HWEdgeSecSESID or HWEdgeSecSESTIME field?
- Does Edge Security Support Alarm Notifications for Attacks?
- Regions and AZs
- General Reference
- Does EdgeSec Support Application Layer Protocol- and Content-Based Access Control?
- Can EdgeSec Defend Against XOR Injection Attacks?
- Does EdgeSec Support Vulnerability Detection?
- Can EdgeSec Check the Body I Add to a POST Request?
- Can EdgeSec Limit the Access Speed of a Domain Name?
- Can EdgeSec Block URL Requests That Contain Special Characters?
- Can EdgeSec Block Requests for Calling Other APIs from Web Pages?
- Does EdgeSec Block Customized POST Requests?
- Does EdgeSec Support the CORS-Denied Policy?
- Can EdgeSec Limit Access Through Domain Names?
- Does EdgeSec Have the IPS Module?
- Is EdgeSec a Hardware Firewall or a Software Firewall?
- Can EdgeSec Defend Against the Apache Struts2 Remote Code Execution Vulnerability (CVE-2021-31805)?
Show all
Copied.
Protected Objects
Does EdgeSec Support Application Layer Protocol- and Content-Based Access Control?
EdgeSec supports access control over content at the application layer. HTTP and HTTPS are both application layer protocols.
Can EdgeSec Defend Against XOR Injection Attacks?
Yes. EdgeSec can defend against XOR injection attacks.
Does EdgeSec Support Vulnerability Detection?
EdgeSec enables anti-crawler rules to detect and block threats such as third-party security tool vulnerability attacks. If you enable the scanner item when configuring anti-crawler rules, EdgeSec detects scanners and crawlers, such as OpenVAS and Nmap.
For details, see Configuring Anti-Crawler Rules.
Can EdgeSec Check the Body I Add to a POST Request?
The built-in detection of EdgeSec checks POST data, and web shells are the files submitted in POST requests. EdgeSec checks all data, such as forms and JSON files in POST requests based on the default protection policies.
You can configure a precise protection rule to check the body added to POST requests. For details, see Configuring a Precise Protection Rule.
Can EdgeSec Limit the Access Speed of a Domain Name?
No.
However, you can customize a CC attack protection rule to restrict access to a specific URL on your website based on an IP address, mitigating CC attacks.
For details, see Configuring a CC Attack Protection Rule.
Can EdgeSec Block URL Requests That Contain Special Characters?
No. EdgeSec can detect and restrict source IP addresses.
Can EdgeSec Block Requests for Calling Other APIs from Web Pages?
There are two cases:
- If the request data for calling other APIs on the web page is included in the domain names protected by EdgeSec, the request data passes through EdgeSec. EdgeSec checks the request data and blocks it if it is an attack.
- If the request data for calling other APIs on the web page is not included in the domain names protected by EdgeSec, the request data does not pass through EdgeSec. EdgeSec cannot block the request data.
Does EdgeSec Block Customized POST Requests?
No. EdgeSec does not block user-defined POST requests. Figure 1 shows the detection process of the EdgeSec built-in protection rules for original HTTP/HTTPS requests.
For details about the EdgeSec protection process, see Configuration Guidance.
Does EdgeSec Support the CORS-Denied Policy?
No. EdgeSec does not support the configuration of a protection rule that denies Cross-Origin Resource Sharing (CORS) requests. For details about features of EdgeSec, see Functions.
Can EdgeSec Limit Access Through Domain Names?
No.
EdgeSec supports the blacklist and whitelist rules to block or log only access requests from specified IP addresses or IP address segments. For details, see Configuring an IP Address Blacklist or Whitelist Rule.
Does EdgeSec Have the IPS Module?
Unlike the traditional firewalls, EdgeSec does not have an Intrusion Prevention System (IPS). EdgeSec supports intrusion detection of only HTTP/HTTPS requests.
Is EdgeSec a Hardware Firewall or a Software Firewall?
EdgeSec is a software firewall. After purchasing EdgeSec, you only need to connect your domain name to use EdgeSec to protect your web applications.
For details, see Adding a Website.
Can EdgeSec Defend Against the Apache Struts2 Remote Code Execution Vulnerability (CVE-2021-31805)?
Yes. EdgeSec basic web protection rules can defend against the Apache Struts2 remote code execution vulnerability (CVE-2021-31805).
For details, see Configuring Basic Web Protection Rules.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot