URL Scanner
url_scanner
Domain types
Responses
url_scanner.responses
Methods
Returns the raw response of the network request. If HTML, a plain text response will be returned.
Scans
url_scanner.scans
Methods
Submit URLs to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/ and take into account scans submitted in bulk have lower priority and may take longer to finish.
Submit a URL to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/.
Returns a plain text response, with the scan's DOM content as rendered by Chrome.
Get URL scan by uuid
Get a URL scan's HAR file. See HAR spec at http://www.softwareishard.com/blog/har-12-spec/.
Use a subset of ElasticSearch Query syntax to filter scans. Some example queries:
- 'page.domain:microsoft AND verdicts.malicious:true AND NOT page.domain:microsoft.com': malicious scans whose hostname starts with "microsoft".
- 'apikey:me AND date:[2024-01 TO 2024-10]': my scans from 2024 January to 2024 October.
- 'page.domain:(blogspot OR www.blogspot)': Searches for scans whose main domain starts with "blogspot" or with "www.blogspot"
- 'page.asn:AS24940 AND hash:xxx': Websites hosted in AS24940 where a resource with the given hash was downloaded.
Get scan's screenshot by resolution (desktop/mobile/tablet).