Skip to content

Commit 38bf2ca

Browse files
committed
Some updates based on latest UI
1 parent f994cb7 commit 38bf2ca

File tree

5 files changed

+15
-24
lines changed

5 files changed

+15
-24
lines changed

src/content/docs/page-shield/alerts/alert-types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { AvailableNotifications } from "~/components";
1010

11-
You can configure alerts for resources detected in your domain. Refer to [Page Shield alerts](/page-shield/alerts/) for more information.
11+
You can configure alerts for resources detected in your domain. Refer to [Alerts](/page-shield/alerts/) for more information.
1212

1313
## New resource alerts
1414

src/content/docs/page-shield/detection/monitor-connections-scripts.mdx

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@ To review the resources detected by Cloudflare:
2525
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
2626

2727
2. Go to the client-side resources page:
28-
2928
- Old dashboard: Go to **Security** > **Page Shield**.
3029
- New security dashboard: Go to **Security** > **Web assets** > **Client-side resources** tab.
3130

3231
3. Review the list of scripts, connections, and cookies for your domain. To apply a filter, select **Add filter** and use one or more of the available options:
33-
34-
- **Script**: Filter scripts by their URL.
35-
- **Connection**: Filter connections by their target URL. Depending on your [configuration](/page-shield/reference/settings/#connection-target-details), it may search only by target hostname.
36-
- **Host**: Look for scripts appearing on specific hostnames, or connections made in a specific hostname.
37-
- **Page** (requires a Business or Enterprise plan): Look for scripts appearing in a specific page, or for connections made in a specific page. Searches the first page where the script was loaded (or where the connection was made) and the latest occurrences list.
32+
- **Script URL**: Filter scripts by their URL.
33+
- **Connection URL**: Filter connections by their target URL. Depending on your [configuration](/page-shield/reference/settings/#connection-target-details), it may search only by target hostname.
34+
- **Seen on host**: Look for scripts appearing on specific hostnames, or connections made in a specific hostname.
35+
- **Seen on page** (requires a Business or Enterprise plan): Look for scripts appearing in a specific page, or for connections made in a specific page. Searches the first page where the script was loaded (or where the connection was made) and the latest occurrences list.
3836
- **Status**: Filter scripts or connections by [status](/page-shield/reference/script-statuses/).
3937
- **Type**: Filter cookies according to their type: first-party cookies or unknown.
4038
- Cookie property: Filter by a cookie property such as **Name**, **Domain**, **Path**, **Same site**, **HTTP only**, and **Secure**.
@@ -47,12 +45,11 @@ The All Reported Connections and All Reported Scripts dashboards show all the de
4745

4846
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
4947
2. Go to the client-side resources page:
50-
5148
- Old dashboard: Go to **Security** > **Page Shield**.
5249
- New security dashboard: Go to **Security** > **Web assets** > **Client-side resources** tab.
5350

5451
3. Select **Scripts** or **Connections**.
55-
4. Select **View all**.
52+
4. Select **View all scripts** or **View all connections**.
5653
5. Review the information displayed in the dashboard.
5754

5855
You can filter the data in these dashboards using different criteria, and print a report with the displayed records.
@@ -84,7 +81,6 @@ The script details also include the last 10 script versions detected by Page Shi
8481
The details of each cookie include:
8582

8683
- **Type**: A cookie can have the following types:
87-
8884
- **First-party**: Cookies set by the origin server through a `set-cookie` HTTP response header.
8985
- **Unknown**: All other detected cookies.
9086

@@ -122,7 +118,6 @@ To export script, connection, or cookie information in CSV format:
122118

123119
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
124120
2. Go to the client-side resources page:
125-
126121
- Old dashboard: Go to **Security** > **Page Shield**.
127122
- New security dashboard: Go to **Security** > **Web assets** > **Client-side resources** tab.
128123

src/content/docs/page-shield/detection/review-malicious-scripts.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ To review the scripts considered malicious:
2323
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
2424

2525
2. Go to the client-side resources page:
26-
2726
- Old dashboard: Go to **Security** > **Page Shield**.
2827
- New security dashboard: Go to **Security** > **Web assets** > **Client-side resources** tab.
2928

3029
3. Select the **Scripts** tab.
3130

3231
4. Select **Details** for each script considered malicious. The script details will contain:
33-
3432
- **Malicious code analysis**: Scores between 1-99 classifying how malicious the current script version is, where 1 means definitely malicious and 99 means definitely not malicious.
3533
- **Code behavior analysis**: Scores classifying the behavior of the current script version in terms of code obfuscation and data exfiltration. The scores vary between 1-99, where 1 means definitely malicious and 99 means definitely not malicious.
3634
- **Threat intelligence**: Whether the script URL and/or domain is known to be malicious according to threat intelligence feeds. If the script is considered malicious according to the feeds, the dashboard will show a list of associated threat [categories](/page-shield/how-it-works/malicious-script-detection/#malicious-script-and-connection-categories). If threat intelligence feeds do not have any information about the script URL or domain, the dashboard will show **Not present**.
@@ -43,7 +41,7 @@ To review the scripts considered malicious:
4341

4442
5. Based on the displayed information, and with the help of the [last seen/first seen fields in the script details](/page-shield/detection/monitor-connections-scripts/#view-details), review and update the pages where the malicious script was detected.
4543

46-
You can configure alerts for detected malicious scripts. Refer to [Page Shield alerts](/page-shield/alerts/) for more information.
44+
You can configure alerts for detected malicious scripts. Refer to [Alerts](/page-shield/alerts/) for more information.
4745

4846
## Review malicious connections
4947

@@ -52,14 +50,12 @@ To review the connections considered malicious:
5250
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
5351

5452
2. Go to the client-side resources page:
55-
5653
- Old dashboard: Go to **Security** > **Page Shield**.
5754
- New security dashboard: Go to **Security** > **Web assets** > **Client-side resources** tab.
5855

5956
3. Select **Connections**.
6057

6158
4. Select **Details** for each connection considered malicious. The connection details will contain:
62-
6359
- **URL match**: Whether the connection's target URL is known to be malicious according to threat intelligence feeds. This field requires that you configure Page Shield to analyze the [full URI](/page-shield/reference/settings/#connection-target-details) of outgoing connections.
6460
- **Domain match**: Whether the connection's target domain is known to be malicious according to threat intelligence feeds.
6561
- **Category**: The categorization of the connection considered malicious according to threat intelligence feeds.

src/content/docs/page-shield/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you do not have access to Page Shield in the Cloudflare dashboard, check if y
2626
</TabItem> <TabItem label="New dashboard" icon="rocket">
2727

2828
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
29-
2. Go to **Security** > **Settings** > **Client-side abuse** tab.
29+
2. Go to **Security** > **Settings** and filter by **Client side abuse**.
3030
3. Next to **Continuous script monitoring**, set the toggle to **On**.
3131

3232
If you do not have access to resource monitoring in the Cloudflare dashboard, check if your user has one of the [necessary roles](/page-shield/reference/roles-and-permissions/).

src/content/docs/page-shield/reference/settings.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ To configure the CSP reporting endpoint:
4444
</TabItem> <TabItem label="New dashboard" icon="rocket">
4545

4646
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
47-
2. Go to **Security** > **Settings** > **Client-side abuse** tab.
47+
2. Go to **Security** > **Settings** and filter by **Client side abuse**.
4848
3. Under **Continuous script monitoring** > **Configurations**, select the edit icon next to **Reporting endpoint**.
4949
4. Select **Cloudflare-owned endpoint** or **Same hostname**.
50-
5. Save your changes.
50+
5. Select **Save**.
5151

5252
</TabItem> </Tabs>
5353

@@ -69,10 +69,10 @@ By default, Page Shield will only check the domain against malicious threat inte
6969
</TabItem> <TabItem label="New dashboard" icon="rocket">
7070

7171
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
72-
2. Go to **Security** > **Settings** > **Client-side abuse** tab.
72+
2. Go to **Security** > **Settings** and filter by **Client side abuse**.
7373
3. Under **Continuous script monitoring** > **Configurations**, select the edit icon next to **Data processing**.
7474
4. Select **Log host only** to analyze only the hostname or **Log full URI** to use the full URI.
75-
5. Save your changes.
75+
5. Select **Save**.
7676

7777
</TabItem> </Tabs>
7878

@@ -91,14 +91,14 @@ To turn off client-side resource monitoring:
9191
</TabItem> <TabItem label="New dashboard" icon="rocket">
9292

9393
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
94-
2. Go to **Security** > **Settings** > > **Client-side abuse** tab.
95-
3. Next to **Continuous script monitoring**, select the toggle to **Off**.
94+
2. Go to **Security** > **Settings** and filter by **Client side abuse**.
95+
3. Next to **Continuous script monitoring**, set the toggle to **Off**.
9696

9797
</TabItem> </Tabs>
9898

9999
:::note
100100

101-
Turning off Page Shield's client-side resource monitoring will not turn off [policies](/page-shield/policies/). To turn off policies:
101+
Turning off Page Shield's client-side resource monitoring will not turn off [policies](/page-shield/policies/) (also known as content security rules). To turn off policies:
102102

103103
- Old dashboard: Go to **Security** > **Page Shield** > **Policies**.
104104
- New security dashboard: Go to **Security** > **Security rules** and filter by `Content security rules`.

0 commit comments

Comments
 (0)