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
9 changes: 9 additions & 0 deletions src/content/docs/security-center/brand-protection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ To investigate a string query:
2. Select a monitored query to inspect all the domains that matched your query.
3. Next to the domain, select **Domain** or **URL**. This will trigger a search on the [**Investigate**](/security-center/investigate/) section in a separate tab. URL scanner will also be triggered from **Brand Protection** through **Security Center** > **Investigate**. You will also have access to a report which will be generated automatically. The report will display screenshots of the matched domain, and the registrar of your domain.

## Brand Protection API

[Brand Protection API](https://developers.cloudflare.com/api/resources/brand_protection/) allows you to:

- Create new strings or logo queries.
- Delete strings or logo queries.
- Download matches for both logo and string queries.
- Read matches for both logo and string queries.

## Brand Protection Alerts

<Render file="brand-protection-alerts" />
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/security-center/intel-apis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Cloudflare provides a series of endpoints covering various areas of internet sec
| [WHOIS](/api/resources/intel/subresources/whois/methods/get/) | Provides the WHOIS registration information for a specific domain. |
| [DDoS Botnet Threat Feed](/ddos-protection/botnet-threat-feed/)<br/>(early access) | Provides information to service providers about their own IP addresses that have participated in HTTP DDoS attacks as observed from Cloudflare's global network. |
| [Cloudforce One](/api/resources/cloudforce_one/subresources/requests/subresources/assets/methods/create/)| Enable users to list, delete, get, or update a request asset. |
| [Brand Protection API](/api/resources/brand_protection/) | Provides the ability to create and delete queries, download matches for logo and string queries, read matches for logo and string queries. |

## API Examples

Expand Down