--- title: URLScan.io description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/urlscan.io/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/urlscan.io/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; urlscan.io ***Version: 1.8 Updated: March 31, 2026*** Scan and analyze websites. When a URL is submitted to urlscan.io, an automated process will browse to the URL like a regular user and record the activity that this page navigation creates. This includes the domains and IPs contacted, the resources (JavaScript, CSS, etc) requested from those domains, as well as additional information about the page itself. urlscan.io will take a screenshot of the page, record the DOM content, JavaScript global variables, cookies created by the page, and a myriad of other observations. If the site is targeting the users one of the more than 400 brands tracked by urlscan.io, it will be highlighted as potentially malicious in the scan results. ## Actions * **Check Scan Status** (*Scheduled*) - Check the status of Scan URL. * **Get HTTP Transactions** (*Enrichment*) - Get HTTP transactions. * **Get HTTP Transactions** V2 (*Enrichment*) - Get HTTP transactions without saving attachments. * **Get Source Code** (*Enrichment*) - Get a web-page's source code. * **Get URL Report** (*Enrichment*) - Get a URL report. * **Scan Result** (*Enrichment*) - Get results of a previously executed scan. * **Scan Search** (*Enrichment*) - Search for a specific scan. * **Scan URL** (*Enrichment*) - Scan and analyze suspicious websites. ## Configure URLScan.io in Automation Service and Cloud SOAR import IntegrationsAuth from '../../../../reuse/integrations-authentication.md'; import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md'; import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md'; import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md'; import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md'; import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md'; import SumoLogicAPIURL from '../../../../reuse/automation-service/sumo-logic-api-url.md'; import CloudSOARAPIURL from '../../../../reuse/automation-service/cloud-soar-api-url.md'; import AccessID from '../../../../reuse/automation-service/access-id.md'; import AccessKey from '../../../../reuse/automation-service/access-key.md'; * * **API URL**. Enter your URLScan [API](https://urlscan.io/docs/api/) URL. * **API Key**. Enter your URLScan API key. * * * * * * * URLScan.io configuration For information about URLScan.io, see [URLScan.io documentation](https://urlscan.io/docs/). ## Change Log * June 12, 2019 - First upload * May 18, 2020 - Verdicts output added to "Scan URL" action * September 3, 2020 - New actions added * March 8, 2022 - Description * January 24, 2023 + solved issue for which the integration test will throw an error if no value for timeout is provided + add env var class + remove version attribute in the actions * June 26, 2023 (v1.3) - Removed unnecessary empty lines * August 2, 2023 (v1.4 & v1.5) - Integration refactored * June 26, 2024 (v1.6) - New actions added + Check Scan Status + Get URL Report * June 26, 2024 (v1.7) - Updated the name of the action "Get URl Report" to "Get URL Report" * March 31, 2026 (v1.8) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.