Skip to content

Commit 5e3b714

Browse files
committed
caley/pcx19028-security-center-dashbutton
1 parent 93154b3 commit 5e3b714

File tree

9 files changed

+125
-80
lines changed

9 files changed

+125
-80
lines changed

src/content/docs/security-center/app-security-reports.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ head:
1111

1212
---
1313

14+
import { DashButton } from "~/components";
15+
1416
:::note
1517

1618
Currently, this feature is only available to Enterprise customers.
@@ -28,9 +30,11 @@ To dive deeper into the mitigations performed by Cloudflare security products, u
2830

2931
To download a monthly application security report:
3032

31-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
32-
2. Go to **Security Center** > **Security Reports**.
33-
3. For a given month and year, select **Download** to download the report for that particular month.
33+
1. In the Cloudflare dashboard, go to the **Security Reports** page.
34+
35+
<DashButton url="/?to=/:account/security-center/reports" />
36+
37+
2. For a given month and year, select **Download** to download the report for that particular month.
3438

3539
:::caution
3640

src/content/docs/security-center/blocked-content.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ sidebar:
55
order: 8
66
---
77

8+
import { DashButton } from "~/components";
9+
810
If your domain has content that has been blocked, Blocked Content on the dashboard gives you the ability to request the Trust and Safety team to remove a block.
911

1012
To view Blocked Content on the dashboard:
1113

12-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
13-
2. Go to **Security Center** > **Blocked Content**.
14+
1. In the Cloudflare dashboard, go to the **Blocked Content** page.
15+
16+
<DashButton url="/?to=/:account/blocked-content" />
1417

1518
:::note
1619
You must have Admin, Super Admin, or Trust and Safety [role](/fundamentals/manage-members/roles/) to access Blocked Content.

src/content/docs/security-center/brand-protection.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
text: Beta
88
---
99

10-
import { AvailableNotifications, Render } from "~/components";
10+
import { AvailableNotifications, Render, DashButton } from "~/components";
1111

1212
:::note[User permission]
1313
While the Brand Protection tool is in beta, all Cloudflare Enterprise customers have automatic access to Brand Protection, including five saved queries. Only Admin, Super Admin and users with a Brand Protection role can access Brand Protection
@@ -19,22 +19,22 @@ While the Brand Protection tool is in beta, all Cloudflare Enterprise customers
1919

2020
To start searching for new domains that might be trying to impersonate your brand:
2121

22-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
22+
1. In the Cloudflare dashboard, go to the **Brand Protection** page.
2323

24-
2. Go to **Security Center** > **Brand Protection**.
24+
<DashButton url="/?to=/:account/security-center/brand-protection" />
2525

26-
3. In **String query**, provide a name for your query. You can add multiple brand phrases on the same query, and the results will generate matches for all of those. Once you entered the string queries, select **Search matches**.
26+
2. In **String query**, provide a name for your query. You can add multiple brand phrases on the same query, and the results will generate matches for all of those. Once you entered the string queries, select **Search matches**.
2727

28-
4. In the **Character distance**, select from `0-3`. The number of characters the results can differ from your domain.
28+
3. In the **Character distance**, select from `0-3`. The number of characters the results can differ from your domain.
2929

3030
:::note
3131

3232
If a brand phrase or search term has less than five characters, you can only choose a max distance of `0` (zero).
3333
:::
3434

35-
5. You can select **Save query** to monitor it in the future and perform other actions, such as delete, clone and set up alerts, according to your Paid plan limits.
35+
4. You can select **Save query** to monitor it in the future and perform other actions, such as delete, clone and set up alerts, according to your Paid plan limits.
3636

37-
6. To export all matches from a saved query, select your **Query name** > select the three dots > **Export matches**.
37+
5. To export all matches from a saved query, select your **Query name** > select the three dots > **Export matches**.
3838

3939
In the section **Monitor Strings**, you can check all the string queries that you selected to monitor. You can delete, clone, or create notifications for a string query. Refer to [Brand Protection Alerts](#brand-protection-alerts) to set up notifications.
4040

@@ -46,20 +46,20 @@ You can only submit an abuse report if your domain is with [Cloudflare Registrar
4646

4747
To submit abuse reports directly from the dashboard:
4848

49-
1. Go to the **Query name** you want to report.
50-
2. Select **Report to Cloudflare**.
51-
3. Fill in the details to submit an abuse report.
52-
4. Select **Submit**.
49+
1. Go to **Monitor Strings**, select the query you want to report.
50+
3. Select **Report to Cloudflare**.
51+
4. Fill in the details to submit an abuse report.
52+
5. Select **Submit**.
5353

5454
## Logo queries
5555

5656
To set up a new logo query:
5757

58-
1. Go to **Security Center** > **Monitor Logos** and select **Add logo**.
59-
2. Add a name for your query and upload your logo. Only the `.png`, `.jpeg`, and `.jpg` file extensions are supported.
60-
3. Select **Save logo**.
58+
1. Select **Monitor Logos** and select **Add logo**.
59+
3. Add a name for your query and upload your logo. Only the `.png`, `.jpeg`, and `.jpg` file extensions are supported.
60+
4. Select **Save logo**.
6161

62-
The browser will return to the **Monitor Images** overview page, where you can access your query and configure notifications.
62+
The browser will return to the **Monitored Logos** page, where you can access your query and configure notifications.
6363

6464
## Investigate a query
6565

src/content/docs/security-center/cloudforce-one/index.mdx

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { Details } from "~/components"
9+
import { Details, DashButton } from "~/components"
1010

1111
:::note
1212
You must have a Cloudforce One subscription to access Cloudforce One on the dashboard.
@@ -16,8 +16,9 @@ Cloudforce One is a threat intelligence solution that offers threat research rep
1616

1717
To access Cloudforce One:
1818

19-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
20-
2. Go to **Security Center** > **Threat Intelligence**.
19+
1. In the Cloudflare dashboard, go to the **Threat Intelligence** page.
20+
21+
<DashButton url="/?to=/:account/security-center/threat-intelligence" />
2122

2223
You can also use Cloudforce One via [REST API](https://developers.cloudflare.com/api/resources/cloudforce_one/subresources/requests/subresources/assets/).
2324

@@ -31,25 +32,28 @@ Cloudforce One Threat Intelligence displays the following information:
3132
## Submit RFIs
3233

3334
To submit RFIs (Request for Information):
34-
35-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
36-
2. Go to **Security Center** > **Threat Intelligence** > **Requests for Information**.
35+
36+
1. In the Cloudflare dashboard, go to the **Threat Intelligence** page.
37+
38+
<DashButton url="/?to=/:account/security-center/threat-intelligence" />
39+
40+
2. Select **Requests for Information**.
3741
3. Select **New Request**.
3842
4. Fill in the required fields, then select **Save**.
3943

4044
<Details header="List of RFI types">
4145

4246
The Cloudflare dashboard presents the following request types when you want to configure a Cloudforce One Requests for Information:
4347

44-
- **Binary Analysis - IOCs**: Conduct high level malware analysis to produce [indicators](https://www.cloudflare.com/en-gb/learning/security/what-are-indicators-of-compromise/) such as a call-back domain or IP address.
48+
- **Binary Analysis - IOCs**: Conduct high level malware analysis to produce [indicators](https://www.cloudflare.com/en-gb/learning/security/what-are-indicators-of-compromise/) such as a call-back domain or IP address.
4549

4650
- **Binary Analysis - Report**: A thorough analysis of a malware sample to produce an attribution assessment and extract the configuration of the sample for further analysis. Useful for customers that are investigating a problem or trying to develop detection logic in an [EDR](https://en.wikipedia.org/wiki/Endpoint_detection_and_response) or network sensor.
4751

48-
- **DDoS Attack**: Confirm if an attack is happening against a specific website to share any available indicators and potential attribution.
52+
- **DDoS Attack**: Confirm if an attack is happening against a specific website to share any available indicators and potential attribution.
4953

5054
- **Indicator Analysis - IOCs**: Conduct DNS lookups, origin pivots, and account pivots to provide indicators such as DNS resolutions, origin IPs, and subdomains. Analysis can include account registration patterns and victimology.
5155

52-
- **Indicator Analysis - Report**: A thorough analysis of indicators written in a formal, structured format. In addition to listing [Indicator of compromise (IOCs)](https://www.cloudflare.com/en-gb/learning/security/what-are-indicators-of-compromise/), the report explains how IOCs function within the attack chain, and adds context by linking IOCs to specific campaigns and/or threat actors and their TTPs.
56+
- **Indicator Analysis - Report**: A thorough analysis of indicators written in a formal, structured format. In addition to listing [Indicator of compromise (IOCs)](https://www.cloudflare.com/en-gb/learning/security/what-are-indicators-of-compromise/), the report explains how IOCs function within the attack chain, and adds context by linking IOCs to specific campaigns and/or threat actors and their TTPs.
5357

5458
- **Passive DNS Resolution**: Research the pair of an IP address to the domain it resolved to during a specified period of time.
5559

@@ -82,9 +86,9 @@ To delete your RFI, the status must be `Open`. Go to the RFI you want to delete,
8286

8387
### Upload and download attachment
8488

85-
You can also choose to upload and download an attachment.
89+
You can also choose to upload and download an attachment.
8690

87-
Under **Attachments**, select the file you want to upload, then select **Save**.
91+
Under **Attachments**, select the file you want to upload, then select **Save**.
8892

8993
To download an attachment, select **Download** on the attachment.
9094

@@ -94,8 +98,9 @@ Threat events allow you to protect your assets and respond to emerging threats.
9498

9599
To access and analyze threat intelligence data on the dashboard:
96100

97-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
98-
2. Select **Security Center** > **Threat Intelligence**.
101+
1. In the Cloudflare dashboard, go to the **Threat Intelligence** page.
102+
103+
<DashButton url="/?to=/:account/security-center/threat-intelligence" />
99104

100105
You can also access threat events via the [API](/api/resources/cloudforce_one/subresources/threat_events/).
101106

@@ -129,8 +134,10 @@ You can use Cloudy, Cloudflare's AI Agent, to receive an analysis and summary of
129134

130135
To analyze threat events using Cloudy:
131136

132-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
133-
2. Go to **Security Center** > **Threat Intelligence**.
134-
3. Go to **Threat Events** > **Analyze with Cloudy**.
137+
1. In the Cloudflare dashboard, go to the **Threat Intelligence** page.
138+
139+
<DashButton url="/?to=/:account/security-center/threat-intelligence" />
140+
141+
2. Go to **Threat Events** > **Analyze with Cloudy**.
135142

136143
Cloudy will show you the top threat events, analyze them, and give you a summary of threat events. You can also decide to receive an analysis based on **Attacker**, **Indicator**, and more. For example, you can enter "Give me a summary of threat events for ABC Attacker". Cloudy will then summarize threat events for ABC attacker.

src/content/docs/security-center/get-started.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
import { Render } from "~/components";
8+
import { Render, DashButton } from "~/components";
99

1010
This guide covers the steps you need to take to set up Security Center in your Cloudflare account for the first time.
1111

@@ -22,9 +22,11 @@ This guide covers the steps you need to take to set up Security Center in your C
2222

2323
To manually start a scan:
2424

25-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
26-
2. Go to Account Home > **Security Center** > **Infrastructure**.
27-
3. Select **Scan now**.
25+
1. In the Cloudflare dashboard, go to the **Infrastructure** page.
26+
27+
<DashButton url="/?to=/:account/security-center/inventory" />
28+
29+
2. Select **Scan now**.
2830

2931
### Scan Frequency
3032

src/content/docs/security-center/investigate/change-categorization.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { DashButton } from "~/components";
10+
911
Cloudflare sorts domains into categories based on their content and security type. You can request categorization changes via the [dashboard](#via-the-cloudflare-dashboard), [Cloudflare Radar](#via-cloudflare-radar), or the [API](#via-the-api).
1012

1113
For a detailed list of categories, refer to [Domain categories](/cloudflare-one/policies/gateway/domain-categories/).
@@ -14,32 +16,32 @@ For a detailed list of categories, refer to [Domain categories](/cloudflare-one/
1416

1517
To request a categorization change via the Cloudflare dashboard:
1618

17-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
19+
1. In the Cloudflare dashboard, go to the **Investigate** page.
1820

19-
2. Go to **Security Center** > **Investigate**.
21+
<DashButton url="/?to=/:account/security-center/investigate" />
2022

21-
3. Search for the domain you want to change.
23+
2. Search for the domain you want to change.
2224

23-
4. In **Domain overview**, select **Request to change categorization**.
25+
3. In **Domain overview**, select **Request to change categorization**.
2426

25-
5. Choose whether to change a [security category](/cloudflare-one/policies/gateway/domain-categories/#security-categories) or a [content category](/cloudflare-one/policies/gateway/domain-categories/#content-categories).
27+
4. Choose whether to change a [security category](/cloudflare-one/policies/gateway/domain-categories/#security-categories) or a [content category](/cloudflare-one/policies/gateway/domain-categories/#content-categories).
2628

27-
6. Choose which categories you want to add or remove from the domain.
29+
5. Choose which categories you want to add or remove from the domain.
2830

2931
:::note[Content category limit]
3032

31-
A domain cannot have more than two associated content categories. To propose changes to categories of a domain with more than two existing categories, remove one or more of the existing categories.
33+
A domain cannot have more than two associated content categories. To propose changes to categories of a domain with more than two existing categories, remove one or more of the existing categories.
3234
:::
3335

34-
7. Select **Submit** to submit your request for review.
36+
6. Select **Submit** to submit your request for review.
3537

3638
Requesting a security category change will trigger a deeper investigation by Cloudflare to confirm that the submission is valid. Requesting a content category change also requires Cloudflare validation, but the turnaround time for these submissions is usually shorter as it requires less investigation.
3739

3840
Your category change requests will be revised by the Cloudflare team depending on the type of change. If your requests have been reviewed and applied by the Cloudflare team, the new categories will be visible in the Cloudflare dashboard in **Security Center** > **Investigate**, as well as in [Cloudflare Radar](https://radar.cloudflare.com/).
3941

4042
:::caution
4143

42-
Cloudflare does not guarantee the category change will be approved.
44+
Cloudflare does not guarantee the category change will be approved.
4345
:::
4446

4547
## Via Cloudflare Radar

src/content/docs/security-center/investigate/investigate-threats.mdx

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { Render } from "~/components"
9+
import { Render, DashButton } from "~/components"
1010

1111
Users can investigate the details of an IP address, domain name, URL, or Autonomous System Number (ASN). You can find the Investigate feature in your Cloudflare account's Security Center and in [Cloudflare Radar](https://radar.cloudflare.com/scan).
1212

@@ -55,8 +55,11 @@ When you search for a hash, the Cloudflare dashboard will provide a URL report f
5555

5656
To search using a hash:
5757

58-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
59-
2. Go to **Security Center** > **Investigate**. Enter the hash, then select **Search**.
58+
1. In the Cloudflare dashboard, go to the **Investigate** page.
59+
60+
<DashButton url="/?to=/:account/security-center/investigate" />
61+
62+
2. Enter the hash, then select **Search**.
6063
3. Select **View report** to view the report for your URL.
6164

6265
## URL
@@ -67,8 +70,11 @@ Different Cloudflare plans will have different [scan limitations](/security-cent
6770

6871
If you want to scan a URL:
6972

70-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
71-
2. Go to **Security Center** > **Investigate**. Enter the URL, then select **Search**.
73+
1. In the Cloudflare dashboard, go to the **Investigate** page.
74+
75+
<DashButton url="/?to=/:account/security-center/investigate" />
76+
77+
2. Enter the URL, then select **Search**.
7278

7379
Alternatively, to scan a URL, go to [Cloudflare Radar](https://radar.cloudflare.com/) > **URL scanner**. Enter the URL, then select **Publish**.
7480

@@ -92,6 +98,9 @@ You can download a report of your scan in HAR or JSON format.
9298

9399
To download a report:
94100

95-
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
96-
2. Select **Investigate** > Enter your domain > Select **Search**.
97-
3. Once the report has been generated, select **Download** > Choose between **Download HAR** or **Download JSON**.
101+
1. In the Cloudflare dashboard, go to the **Investigate** page.
102+
103+
<DashButton url="/?to=/:account/security-center/investigate" />
104+
105+
2. Enter your domain and select **Search**.
106+
3. Once the report has been generated, select **Download** and choose between **Download HAR** or **Download JSON**.

0 commit comments

Comments
 (0)