Skip to content

Commit 802a03f

Browse files
committed
Add additional sandboxing context
1 parent c2d0a83 commit 802a03f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/file-sandboxing.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ In addition to [anti-virus (AV) scanning](/cloudflare-one/policies/gateway/http-
1515

1616
If AV scanning does not detect malware in a file download, Gateway will quarantine the file in the sandbox. If the file has not been downloaded before, Gateway will monitor any actions taken by the file and compare them to known malware patterns. During this process, Gateway will display an interstitial page in the user's browser. If the sandbox does not detect malicious activity, Gateway will release the file from quarantine and download it to your user's device. If the sandbox detects malicious activity, Gateway will block the download. For any subsequent downloads of the file, Gateway will remember and apply its allow/block decision.
1717

18+
Gateway executes quarantined files in a sandboxed Windows operating system environment. Using machine learning, the sandbox will compare how files of a certain type behave compared to how confirmed samples behave. The sandbox will detect files actions down to the kernel level and compare these a real-time malware database. In addition, Gateway checks the sandbox's network activity for malicious behavior and data exfiltration.
19+
1820
Gateway will log any file sandbox decisions in your [HTTP logs](/cloudflare-one/insights/logs/gateway-logs/#http-logs).
1921

2022
```mermaid

0 commit comments

Comments
 (0)