diff --git a/public/__redirects b/public/__redirects index ce74646b758..48c6ac5401a 100644 --- a/public/__redirects +++ b/public/__redirects @@ -2720,6 +2720,9 @@ /cloudflare-one/insights/logs/filter-views/ /cloudflare-one/insights/logs/logpush/network-firewall-log-filters/ 301 /cloudflare-one/remote-browser-isolation/canvas-rendering/ /cloudflare-one/remote-browser-isolation/canvas-remoting/ 301 +# Security Center Get Started (redundant – content already exists at /security/security-insights/) +/security-center/get-started/ /security/security-insights/ 301 + # ============================================================================ # DYNAMIC REDIRECTS /agents/think/* /agents/harnesses/think/:splat 301 diff --git a/src/content/docs/security-center/get-started.mdx b/src/content/docs/security-center/get-started.mdx deleted file mode 100644 index fa4e4df1958..00000000000 --- a/src/content/docs/security-center/get-started.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -pcx_content_type: get-started -title: Get started -description: Use Security Insights to scan your account for misconfigurations and vulnerabilities. -products: - - security-center -sidebar: - order: 2 ---- - -import { Render, DashButton } from "~/components"; - -Security Center scans your Cloudflare account configuration and identifies potential security risks, misconfigurations, and vulnerabilities across your domains. This guide covers the initial setup. - -## Prerequisites - -- A Cloudflare account. -- At least one [zone](/fundamentals/concepts/accounts-and-zones/#zones) (domain or subdomain) added to your Cloudflare account. - -## Turn Security Insights on or off - - - -### Start a new scan - -To manually start a scan: - -1. In the Cloudflare dashboard, go to the **Security insights** page. - - - -2. Select **Scan now**. - -:::note -Only accounts with at least one Business or Enterprise zone, or accounts on the Teams Standard or Teams Enterprise plan, can start manual scans. All plans receive automatic scans. -::: - -### Scan frequency - - - -For more details, refer to [How it works](/security/security-insights/how-it-works/#scan-frequency). diff --git a/src/content/docs/security/security-insights/how-it-works.mdx b/src/content/docs/security/security-insights/how-it-works.mdx index 8bcc640bf58..1e404127f40 100644 --- a/src/content/docs/security/security-insights/how-it-works.mdx +++ b/src/content/docs/security/security-insights/how-it-works.mdx @@ -8,7 +8,7 @@ sidebar: order: 1 --- -import { Render } from "~/components"; +import { Render, DashButton } from "~/components"; Cloudflare runs regular security scans on your account. These scans check your Cloudflare account settings, DNS record configurations, and product configurations — such as SSL/TLS, WAF, and Access — across all domains in your account. @@ -32,4 +32,24 @@ For a full list of insight types and their descriptions, refer to [Security Insi -Eligible accounts (Business, Enterprise, or Teams plans) can also manually start a scan. Refer to [Get started](/security-center/get-started/) for instructions. +All accounts can also manually start a scan. + +## Manage scans + +Security Insights scans are enabled by default. The initial scan time depends on the number of IT assets in all the domains of your Cloudflare account. When the scan is complete, the status of the page will change from **Scan in Progress** to **Last scan performed on: ``**. + +### Disable scans + +1. In the Cloudflare dashboard, go to the **Security Insights** page. + + + +2. Go to **Disable Security Center scans**, select **Disable scans**. + +### Start a new scan + +1. In the Cloudflare dashboard, go to the **Security Insights** page. + + + +2. Select **Scan now**.