Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions src/content/docs/security-center/brand-protection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ sidebar:

import { AvailableNotifications, Render } from "~/components"

:::note


:::note[User permission]
While the Brand Protection tool is in beta, you will need to request access by filling in the [sign-up form](http://cloudflare.com/lp/brandprotection).


Only Super Admin users can access Brand Protection.
:::

<Render file="brand-protection-definition" />
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/security-center/infrastructure/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ sidebar:

---

:::note[User permission]
Only Super Admin users with edit permissions can start scans, turn scans off, or manage issues.
:::

After [enabling Security Insights](/security-center/get-started/) and letting the first scan run, the **Infrastructure** tab displays an overview of the infrastructure associated with your Cloudflare account.

To open the **Infrastructure** tab, go to Account Home > **Security Center** > **Infrastructure**.
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/security-center/investigate/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ sidebar:

---

:::note[User permission]
All users can access Investigate. This includes accessing URL scanning, and filter passive DNS range.
:::

Investigate allows you to view a domain’s category, the IP it belongs to, and whether the category has changed before. You can also see which records it points to, including the country of origin and passive DNS records. After searching with Investigate, you will get an API curl to retrieve the same search results.

You can learn more about the IP addresses in your logs by searching via the IP address to view its category and threat data. Enter any IP address, domain name, and hostname to see how it has been categorized from a threat perspective.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ sidebar:

import { Render } from "~/components";

:::note[User permission]
Only Super Admin users with edit permissions can start scans, turn scans off, or manage issues.
:::

<Render file="security-insights-definition" />

Listed below are the specific insights currently available:
Expand Down
Loading