Skip to content
Merged
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
10 changes: 8 additions & 2 deletions src/content/docs/radar/investigate/url-scanner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,16 @@ Alternatively, you can search in the Security Center:
2. Go to **Security Center** > **Investigate**.
3. Enter your query and select **Search**.

You can scan a URL by location:
You can scan a URL by location. Scanning a URL by location allows you to analyze how a website may present different content depending on your location. This helps to expose and examine region-specific malicious activities.

:::note
Only Enterprise customers can scan a URL by location.
:::

To scan a URL based on your geographic location:

1. Enter your URL.
2. Go to **Location** > select which country to scan from.
2. Go to **Location** > Select which country to scan the URL from.
3. Select **Scan now**.

You can also use the [API](https://developers.cloudflare.com/api/resources/url_scanner/subresources/scans/methods/create/#(params)%20default%20%3E%20(param)%20account_id%20%3E%20) to scan a URL from a specific location.
Expand Down