Skip to content

Commit 07c3819

Browse files
authored
[Page Shield] Remove duplicated section (#17407)
1 parent dda136a commit 07c3819

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/content/docs/page-shield/how-it-works/malicious-script-detection.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ Page Shield will also check the target domains of connections made by scripts in
5656

5757
You can configure [Malicious Domain Alerts](/page-shield/reference/alerts/) to receive an alert notification as soon as Cloudflare detects a malicious script loaded from a known malicious domain in your domain.
5858

59-
## Malicious script detection
60-
61-
In this type of detection, Page Shield will download the script file and run it through a classifier. The classifier will perform several operations — deobfuscation, normalization, and decoding — before looking for correlations between form field fetches and data exfiltration calls. The stronger the correlation, the more likely the script is performing malicious operations like [Magecart-type attacks](https://sansec.io/what-is-magecart).
62-
63-
The script classifier will output a probability score for the script (also called the JS integrity score) between 1 and 99, where 1 means definitely malicious and 99 means definitely not malicious. This score, together with a threshold value, will determine if the malicious script detection system will classify the script as malicious or not.
64-
65-
The score threshold for considering a script as malicious is currently set to 50. If the script classification score is below this value, the Page Shield dashboards will display the script as being malicious.
66-
67-
You can configure [Malicious Script Alerts](/page-shield/reference/alerts/). You will receive an alert notification as soon as Cloudflare detects JavaScript code classified as malicious in your domain.
68-
6959
---
7060

7161
## Malicious script and connection categories

0 commit comments

Comments
 (0)