From 500d8c3a6db18f3a0156cb41ef1b608406b7be67 Mon Sep 17 00:00:00 2001 From: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:30:18 +0000 Subject: [PATCH] [Security Center] Similarity search --- .../docs/radar/investigate/url-scanner.mdx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/content/docs/radar/investigate/url-scanner.mdx b/src/content/docs/radar/investigate/url-scanner.mdx index 09e2204fb1f3090..aff0e118a152b2b 100644 --- a/src/content/docs/radar/investigate/url-scanner.mdx +++ b/src/content/docs/radar/investigate/url-scanner.mdx @@ -136,4 +136,17 @@ You can also search for the hash in the URL Scanner API. Go to [Search URL scans](/api/operations/urlscanner-search-scans) in the API documentation for the full list of available options. -Alternatively, you can search for the hash on the [Cloudflare dashboard](https://dash.cloudflare.com/) by selecting your account > **Security Center** > **Investigate** > Enter the hash > Select **Search**. \ No newline at end of file +Alternatively, you can search for the hash on the [Cloudflare dashboard](https://dash.cloudflare.com/) by selecting your account > **Security Center** > **Investigate** > Enter the hash > Select **Search**. + +### Search filters + +You can search through the URL Scanner [reports](/radar/investigate/url-scanner/#search-filters) and retrieve information filtered by: + +- Similar screenshot +- Identical favicon +- Similar favicon +- Similar HTML structure +- Identical ASN +- Identical IP +- Identical domain +- Identical final URL (after all redirections) \ No newline at end of file