Skip to content

Commit

Permalink
fix_display_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesLR-sekoia committed Jun 6, 2024
1 parent 102f687 commit 49c332d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/xdr/develop/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,20 +479,20 @@ Anomalies are evaluated in real-time and can impact the user's credibility. Here

- **Security Anomalies**:

- Security scans, SSRF, injections, exploitation of vulnerabilities, protocol manipulations.
- Security scans, SSRF, injections, exploitation of vulnerabilities, protocol manipulations.

- **Anomalies Relative to Fixed Thresholds**:

- **Response Time**: Requests taking more than 10 seconds of CPU/memory processing.
- **Request Frequency**: More than 200 requests per second.
- **Authentication**: Strengthened mechanisms on authentication management pages.
- **Response Time**: Requests taking more than 10 seconds of CPU/memory processing.
- **Request Frequency**: More than 200 requests per second.
- **Authentication**: Strengthened mechanisms on authentication management pages.

- **Anomalies Relative to Smart Thresholds**:

- **Response Time**: Limit requests to less than 100 ms per second over a 10-second period.
- **Error Requests**: Do not exceed 20% errors (4XX or 5XX codes) on 20 requests per 10-second period.
- **Response Time**: Limit requests to less than 100 ms per second over a 10-second period.
- **Error Requests**: Do not exceed 20% errors (4XX or 5XX codes) on 20 requests per 10-second period.

* **Error Code 429**: Indicates rate limiting when too many requests are received in a short time.
* **Error Code 429**: Indicates rate limiting when too many requests are received in a short time.

### 4. Recommendations and Best Practices

Expand Down

0 comments on commit 49c332d

Please sign in to comment.