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
2 changes: 2 additions & 0 deletions products/cloudflare-one/src/content/analytics/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ In the top-right corner, specify the time period you are interested in looking i
![Overview analytics](../static/documentation/logs/access-dash-overview-page.png)

## Top applications accessed

See which applications were the most accessed in the time period you've specified. By clicking **View all**, the Overview will show you a list of all applications accessed in that time period.

![Top accessed apps](../static/documentation/logs/top-accessed-apps.png)

## Top connected users

See which users logged in most frequently. By clicking **View all**, the Overview will show you a list of all users who have authenticated in your time period of choice.
4 changes: 4 additions & 0 deletions products/cloudflare-one/src/content/analytics/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@ You can use the Overview page to see the top allowed and blocked requests across
![Overview analytics](../static/documentation/logs/gateway-dash-overview-page.png)

## Filter analytics by time

You can filter the overview page by time. You can view analytics for the last 24 hours using Gateway's Free tier.

![Overview filter by time](../static/documentation/logs/gateway-dash-filter-by-time.png)

## Filter analytics by location

You can filter by the location name.
![Overview filter by location](../static/documentation/logs/gateway-dash-filter-by-location.png)

## View top allowed and blocked domains

You can view most seen allowed and blocked requests across your locations.
![Overview filter by time](../static/documentation/logs/gateway-dash-top-allowed-and-blocked-requests.png)

## View top allowed and blocked categories

You can view the top allowed and blocked categories across your locations.
![Overview filter by time](../static/documentation/logs/gateway-dash-top-categories.png)
2 changes: 2 additions & 0 deletions products/cloudflare-one/src/content/analytics/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Click on **View all activity** to see a full list of the user’s login events.
Wokplace records show the amount of unique sessions the user has initiated from a given country in the current billing period. To view workplace records:

1. In the Users page, locate the user whose workplace records you want to see.

1. Click **View**.

1. In the **User details** section, under the **Most recent location** field, click on the View all button.

![Workplace records](../static/documentation/logs/workplace-records.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ order: 0

# WARP client

You can use Cloudflare WARP client to connect devices to Cloudflare for DNS filtering or Secure Web Gateway filtering. The WARP client can be deployed in the following modes:
You can use Cloudflare WARP client to connect devices to Cloudflare for DNS or HTTP filtering. The WARP client can be deployed in the following modes:

|Mode|Description|DNS Filtering|HTTP Filtering|
|Mode|Description|DNS filtering|HTTP filtering|
|---|---|---|---|
|DNS only|DoH-based filtering|Yes|No|
|DNS with WARP+|DoH-based filtering with encrypted WARP+ traffic|Yes|No|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Gateway matches DNS traffic against the following selectors, or criteria:
* DNS Resolver IP
* [DNS Security Categories](/policies/filtering/dns-policies-builder/dns-categories#dns-security-categories)
* DNS Src IP
* Location
* User Email
* User Group Emails
* User Group IDs
Expand All @@ -127,9 +128,10 @@ Gateway matches DNS traffic against the following selectors, or criteria:
| -------- | ----------- |
| DNS Domain | Use this selector to match against a domain and all subdomains—for example, if you want to block example.com and all subdomains of example.com. |
| DNS Host | Use this selector to match against only the hostname specified—for example, if you want to block only example.com but not subdomain.example.com. |
| DNS Query Rtype | This selector allows you to choose the DNS resource record type that you’d like to apply policies against—for example, you can choose to block A records for a domain but not MX records. |
| DNS Resolver IP | This selector allows you to apply policies to DNS queries that arrived to your Gateway Resolver IP address aligned with a registered location. For most Gateway customers, this is an IPv4 AnyCast address and policies created using this IPv4 address will apply to all locations. However, each location has a dedicated IPv6 address and some Gateway customers have been supplied with a dedicated IPv4 address—these both can be used to apply policies to specific registered locations. |
| DNS Query Rtype | Use this selector to choose the DNS resource record type that you’d like to apply policies against—for example, you can choose to block A records for a domain but not MX records. |
| DNS Resolver IP | Use this selector to apply policies to DNS queries that arrived to your Gateway Resolver IP address aligned with a registered location. For most Gateway customers, this is an IPv4 AnyCast address and policies created using this IPv4 address will apply to all locations. However, each location has a dedicated IPv6 address and some Gateway customers have been supplied with a dedicated IPv4 address—these both can be used to apply policies to specific registered locations. |
| DNS Src IP | Use this selector to apply DNS policies to a specific source IP address that queries arrived to Gateway from—for example, this could be the WAN IP address of the stub resolver used by an organization to send queries upstream to Gateway |
| Location | Use this selector to apply DNS policies to a specific location or set of locations. |

</TableWrap>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
order: 6
---

# Anti-Virus scanning
# AV scanning

Cloudflare Gateway protects users as they navigate the Internet. When you download or upload a file to an origin on the Internet, that file could potentially contain malicious code that, if executed on your machine, may cause the device to perform undesired behavior. To prevent this, Cloudflare Gateway allows admins to enable Anti-Virus (AV) scanning of files that are uploaded and/or downloaded by users as the file passes through Gateway.
Cloudflare Gateway protects users as they navigate the Internet. When you download or upload a file to an origin on the Internet, that file could potentially contain malicious code that, if executed on your machine, may cause the device to perform undesired behavior. To prevent this, Cloudflare Gateway allows admins to enable **Anti-Virus (AV) scanning** of files that are uploaded and/or downloaded by users as the file passes through Gateway.

AV scanning of files requires organizations to enable HTTP traffic filtering.

Expand Down