You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/radar/investigate/url-scanner.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,13 +77,13 @@ While the scan is in progress, the HTTP status code will be `404`, once it's fin
77
77
The response will include, among others, the following top properties:
78
78
79
79
*`task` - Information on the scan submission.
80
-
*`page` - Information pertaining to the primary response (e.g. ip address, ASN, server and page redirect history).
80
+
*`page` - Information pertaining to the primary response, for example IP address, ASN, server and page redirect history.
81
81
*`data.requests` - Request chains involved in the page load.
82
82
*`data.cookies` - Cookies set by the page.
83
83
*`data.globals` - Non-standard JavaScript global variables.
84
84
*`data.console` - Console logs.
85
85
*`data.performance` - Timings as given by the [`PerformanceNavigationTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming) interface.
86
-
*`meta` - Meta processors output including detected technologies, domain and url categories, rank, geoip information and others.
86
+
*`meta` - Meta processors output including detected technologies, domain and URL categories, rank, geoip information and others.
87
87
*`lists.ips` - IPs contacted.
88
88
*`lists.asns` - AS Numbers contacted.
89
89
*`lists.domains` - Hostnames contacted, including `dns` record information.
@@ -94,7 +94,7 @@ The response will include, among others, the following top properties:
94
94
Some examples of more specific properties include:
95
95
96
96
*`task.uuid` - ID of the scan.
97
-
*`task.url` - Submitted url of the scan. May differ from final url (`page.url`) if there HTTP redirects.
97
+
*`task.url` - Submitted URL of the scan. May differ from final URL (`page.url`) if there are HTTP redirects.
98
98
*`task.success` - Whether scan was successful or not. Scans can fail for various reasons, including DNS errors.
99
99
*`task.status` - Current scan status, for example, `Queued`, `InProgress`, or `Finished`.
100
100
*`meta.processors.domainCategories` - Cloudflare categories of the main hostname contacted.
-`task.url:"https://google.com" OR task.url:"https://www.google.com"` - search for scans whose submitted url was either `google.com` or `www.google.com`. URLs *must* be enclosed in quotes.
138
-
-`page.url:"https://google.com" AND NOT task.url:"https://google.com"` - search for scans to `google.com` whose submitted url was not `google.com` (ie. sites that redirected to google.com)
137
+
-`task.url:"https://google.com" OR task.url:"https://www.google.com"` - search for scans whose submitted URL was either `google.com` or `www.google.com`. URLs *must* be enclosed in quotes.
138
+
-`page.url:"https://google.com" AND NOT task.url:"https://google.com"` - search for scans to `google.com` whose submitted url was not `google.com` (that is, sites that redirected to google.com)
139
139
-`page.domain:microsoft AND verdicts.malicious:true AND NOT page.domain:microsoft.com`: malicious scans whose hostname starts with "microsoft". Would match domains like "microsoft.phish.com"
140
140
-`apikey:me AND date:[2024-01 TO 2024-10]`: my scans from 2024 January to 2024 October.
141
141
-`page.domain:(blogspot OR www.blogspot)`: Searches for scans whose main domain starts with `blogspot` or with `www.blogspot`
0 commit comments