From a3bfd15c0e432bd102b25615c3c27d04215358ec Mon Sep 17 00:00:00 2001 From: Khizar Ahmed Date: Mon, 2 Sep 2024 18:20:52 -0500 Subject: [PATCH] Add content to urlscan (#6956) Information is sourced from urlscan.io's about page. --- .../content/urlscan@lMiW2q-b72KUl-2S7M6Vb.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/roadmaps/cyber-security/content/urlscan@lMiW2q-b72KUl-2S7M6Vb.md b/src/data/roadmaps/cyber-security/content/urlscan@lMiW2q-b72KUl-2S7M6Vb.md index e69de29bb..eb34d6174 100644 --- a/src/data/roadmaps/cyber-security/content/urlscan@lMiW2q-b72KUl-2S7M6Vb.md +++ b/src/data/roadmaps/cyber-security/content/urlscan@lMiW2q-b72KUl-2S7M6Vb.md @@ -0,0 +1,7 @@ +# urlscan.io + +**urlscan.io** is a free service to 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 900 brands tracked by urlscan.io, it will be highlighted as potentially malicious in the scan results. + +Visit the following resources to learn more: + +- [@official@urlscan.io](https://urlscan.io/)