-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Fundamentals] Adds a new page about scans and penetration testing policy #18241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
angelampcosta
merged 5 commits into
production
from
angela/add-scans-and-penetration-testing-policy-docs
Nov 19, 2024
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d4ed918
Adds a new page about scans and penetration testing policy
angelampcosta 907408c
Update src/content/docs/fundamentals/reference/scans-penetration.mdx
angelampcosta 5003187
Corrects broken link
angelampcosta 3aa9a73
Fix extra space
angelampcosta 929b07d
Apply suggestions from code review
angelampcosta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
src/content/docs/fundamentals/reference/scans-penetration.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| pcx_content_type: reference | ||
| title: Scans and penetration testing policy | ||
|
|
||
| --- | ||
|
|
||
| Customers may conduct scans and penetration tests (with certain restrictions) on application- and network-layer aspects of their own assets, such as their [zones](/fundamentals/setup/accounts-and-zones/#zones) within their Cloudflare accounts, provided they adhere to Cloudflare's policy. | ||
|
|
||
| - **Permitted targets** - all scans or testing must be limited to the following: | ||
|
|
||
| - Customer-owned IPs, | ||
| - Cloudflare's designated public IPs, or | ||
| - The customer's registered DNS entries. | ||
angelampcosta marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Targets like `*.cloudflare.com` or other Cloudflare-owned destinations are only allowed as part of Cloudflare's Public Bug Bounty program. Refer to the [Additional Resources](#additional-resources) section for more information. | ||
|
|
||
| ### Scanning | ||
|
|
||
| - **Throttling**: Scans should be throttled to a reasonable rate to prevent disruptions and ensures stable system performance. | ||
|
|
||
| - **Scope and intent**: Scans should identify the presence of vulnerabilities without attempting to actively exploit any detected weaknesses. | ||
|
|
||
| - **Exclusions**: It is recommended to exclude [`/cdn-cgi/` endpoints](/fundamentals/reference/cdn-cgi-endpoint/) from scans to avoid false positives or irrelevant results. | ||
|
|
||
| - **Compliance checks**: Customers may conduct [PCI compliance scans](/fundamentals/basic-tasks/pci-scans/) or verify that [known vulnerabilities](/ssl/reference/compliance-and-vulnerabilities/#known-vulnerabilities-mitigations) have been addressed. | ||
angelampcosta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### Penetration testing | ||
|
|
||
| - **Network behavior**: | ||
| - Cloudflare's [anycast network](/fundamentals/concepts/how-cloudflare-works/) will report ports other than 80 and 443 as open due to its shared infrastructure and the nature of Cloudflare's proxy. This is expected behavior and does not indicate a vulnerability. | ||
angelampcosta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Tools like Netcat may list [non-standard HTTP ports](/fundamentals/reference/network-ports/) as open; however, these ports are open solely for Cloudflare's routing purposes and do not necessarily indicate that a connection can be established with the customer's origin over those ports. | ||
|
|
||
| - **Known false positives**: Any findings related to the [ROBOT vulnerability](/ssl/reference/compliance-and-vulnerabilities/#return-of-bleichenbachers-oracle-threat-robot) are false positives when the customer's assets are behind Cloudflare. | ||
|
|
||
| - **Customer security review**: During penetration testing, customers should be aware of the Cloudflare security and performance features, configurations, and rules active on their account or zone. After completing the test, it is recommended that customers review their security posture and make any necessary adjustments based on the findings. | ||
angelampcosta marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Customers can download the latest Penetration Test Report of Cloudflare via the [Dashboard](/fundamentals/reference/policies-compliances/compliance-docs/). | ||
|
|
||
| ### Denial-of-Service (DoS) Testing | ||
angelampcosta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| For guidelines on required notification and necessary information, refer to Cloudflare's documentation [Simulating DDoS Attacks](/ddos-protection/reference/simulate-ddos-attack). Customers should also familiarize themselves with Cloudflare's [DDoS protection best practices](/ddos-protection/best-practices/). | ||
|
|
||
| ### Additional Resources | ||
|
|
||
| For information about Cloudflare's Public Bug Bounty program, visit [HackerOne](https://hackerone.com/cloudflare). | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.