Netskope wird im Gartner® Magic Quadrant™ für SASE-Plattformen erneut als Leader ausgezeichnet.Holen Sie sich den Bericht

Schließen
Schließen
Ihr Netzwerk von morgen
Ihr Netzwerk von morgen
Planen Sie Ihren Weg zu einem schnelleren, sichereren und widerstandsfähigeren Netzwerk, das auf die von Ihnen unterstützten Anwendungen und Benutzer zugeschnitten ist.
          Erleben Sie Netskope
          Machen Sie sich mit der Netskope-Plattform vertraut
          Hier haben Sie die Chance, die Single-Cloud-Plattform Netskope One aus erster Hand zu erleben. Melden Sie sich für praktische Übungen zum Selbststudium an, nehmen Sie an monatlichen Live-Produktdemos teil, testen Sie Netskope Private Access kostenlos oder nehmen Sie an Live-Workshops teil, die von einem Kursleiter geleitet werden.
            Ein führendes Unternehmen im Bereich SSE. Jetzt ein führender Anbieter von SASE.
            Netskope wird als Leader mit der weitreichendsten Vision sowohl im Bereich SSE als auch bei SASE Plattformen anerkannt
            2X als Leader im Gartner® Magic Quadrant für SASE-Plattformen ausgezeichnet
            Eine einheitliche Plattform, die für Ihre Reise entwickelt wurde
              Generative KI für Dummies sichern
              Generative KI für Dummies sichern
              Erfahren Sie, wie Ihr Unternehmen das innovative Potenzial generativer KI mit robusten Datensicherheitspraktiken in Einklang bringen kann.
                Moderne Data Loss Prevention (DLP) für Dummies – E-Book
                Moderne Data Loss Prevention (DLP) für Dummies
                Hier finden Sie Tipps und Tricks für den Übergang zu einem cloudbasierten DLP.
                  Modernes SD-WAN für SASE Dummies-Buch
                  Modernes SD-WAN für SASE-Dummies
                  Hören Sie auf, mit Ihrer Netzwerkarchitektur Schritt zu halten
                    Verstehen, wo die Risiken liegen
                    Advanced Analytics verändert die Art und Weise, wie Sicherheitsteams datengestützte Erkenntnisse anwenden, um bessere Richtlinien zu implementieren. Mit Advanced Analytics können Sie Trends erkennen, sich auf Problembereiche konzentrieren und die Daten nutzen, um Maßnahmen zu ergreifen.
                        Technischer Support von Netskope
                        Technischer Support von Netskope
                        Überall auf der Welt sorgen unsere qualifizierten Support-Ingenieure mit verschiedensten Erfahrungen in den Bereichen Cloud-Sicherheit, Netzwerke, Virtualisierung, Content Delivery und Software-Entwicklung für zeitnahen und qualitativ hochwertigen technischen Support.
                          Netskope-Video
                          Netskope-Schulung
                          Netskope-Schulungen helfen Ihnen, ein Experte für Cloud-Sicherheit zu werden. Wir sind hier, um Ihnen zu helfen, Ihre digitale Transformation abzusichern und das Beste aus Ihrer Cloud, dem Web und Ihren privaten Anwendungen zu machen.
                            ""
                            Erzielen Sie geschäftlichen Nutzen mit Netskope One SSE
                            Netskope One Security Service Edge (SSE) ermöglicht es Unternehmen, durch die Konsolidierung geschäftskritischer Sicherheitsservices innerhalb der Netskope One-Plattform einen erheblichen Geschäftswert zu erzielen
                              Lassen Sie uns gemeinsam Großes erreichen
                              ""
                              Die partnerorientierte Markteinführungsstrategie von Netskope ermöglicht es unseren Partnern, ihr Wachstum und ihre Rentabilität zu maximieren und gleichzeitig die Unternehmenssicherheit an neue Anforderungen anzupassen.

                                Evasive Phishing Campaign Steals Cloud Credentials Using Cloudflare R2 and Turnstile

                                Aug 14 2023

                                From February to July 2023, Netskope Threat Labs has been tracking a staggering 61-fold increase in traffic to phishing pages hosted in Cloudflare R2. The majority of the phishing campaigns target Microsoft login credentials, although there are some pages targeting Adobe, Dropbox, and other cloud apps. The attacks have been targeting victims mainly in North America and Asia, across different segments, led by the technology, financial services, and banking sectors.

                                These phishing campaigns abuse the free hosting service Cloudflare R2 to distribute static phishing pages. To evade detection, they are using two noteworthy techniques to prevent scanners and URL analyzers from detecting the phishing pages. First, they are using Cloudflare Turnstile to protect the pages with a CAPTCHA. This technique prevents scanners and analyzers from visiting the URLs and observing their contents while allowing victims easy access to the pages. Second, many of the pages only load the malicious content if it was passed by another malicious referring site. This helps ensure that only the intended targets are served the phishing content.  

                                Let’s take a closer look at how these campaigns function.

                                Cloudflare R2 hosting phishing pages

                                Cloudflare R2 is a fairly new cloud storage service which opened for beta in May 2022 and was made publicly available in August 2022, offering static hosting at little-to-no cost. Similar to Amazon S3, Google GCS, or Azure Blob Storage, objects hosted on Cloudflare R2 can optionally be granted public access. Users can either connect the storage to their own domain, or Cloudflare R2 will provide a unique subdomain for each bucket. Cloud services that offer free or low-cost object storage are commonly abused by attackers to host malicious content. R2 is one of the latest apps to join a long list of cloud apps being abused.  In July, R2 was one of 167 different cloud apps being abused to deliver malicious content.  

                                Over the past six months, Netskope Threat Labs has observed a staggering increase of traffic to phishing pages hosted on Cloudflare R2. The phishing pages are primarily targeting Microsoft credentials.

                                The attackers take advantage of the free subdomain provided by Cloudflare, which makes the URLs relatively easy to identify. Users should look for URLs with the following pattern:

                                https://pub-<32_alphanumeric_string>.r2.dev/webpage.htm

                                Cloudflare R2 hosting a Microsoft phishing page

                                Using Cloudflare Turnstile for evasion 

                                Cloudflare Turnstile is a free service, designed to protect websites from bots and other malicious traffic, and a smart CAPTCHA alternative that can be embedded into any website without sending traffic through Cloudflare. It has the option to hide the CAPTCHA to visitors, but can also show a traditional verification page as well. 


                                Some of the phishing campaigns we observed abusing Cloudflare R2 are also abusing Turnstile to both convince their target that the phishing site is legitimate and to hide the actual phishing page from security scanners. Submitting the phishing pages to online scanners like urlscan.io doesn’t reach the actual phishing site, as it  fails the CAPTCHA test.

                                Cloudflare Turnstile customized to look like it’s Microsoft’s Captcha

                                Attackers used explicit rendering of Cloudflare Turnstile so they could modify the CAPTCHA page to appear as if it were actually requested by the service users were about to log on to. This can easily be done by modifying the site-name to any legitimate service, which is “Microsoft Security” in this case pictured above. 

                                Using redirects and URL parameters for evasion

                                Apart from abusing Cloudflare Turnstile, some phishing pages perform additional detection evasion by hiding the phishing page until certain conditions are met. The malicious website requires a referring site to include a timestamp after a hash symbol in the URL to display the actual phishing page. On the other hand, the referring site requires a phishing site passed on to it as a parameter. So, if no URL parameter is passed to the referring site, the visitor will be redirected to google.com. This is a clever technique as accessing both the referring site and the effective page by itself will hide the actual phishing page, making it look benign. This both helps prevent URL scanners and bots from visiting the page and helps ensure that only the intended victims can see the phishing content.

                                Deobfuscated script showing referring site requiring a URL

                                The malicious site also requires a timestamp passed on the URL from the referrer for it to display the actual phishing page. If a user accessed the malicious site directly, they would be shown a custom error message.

                                Accessing the phishing page directly.

                                The only way to access the actual phishing page is by passing the malicious URL as an argument to the referring site. For these phishing campaigns observed, both the referrer and the malicious site are hosted on Cloudflare R2.

                                Successfully accessing the malicious page

                                Using Fingerprint BotD for evasion

                                The phishing site also uses the free and open-source bot detection library Fingerprint BotD to identify phishing pages crawled by bot. It sends a custom error message (ERROR CODE 102 or 99) when it detects a bot accessing the page.

                                Phishing page using Fingerprint BotD

                                Conclusions

                                R2 was one of 162 cloud apps being abused to host malicious content in July 2022. The phishing pages hosted there use multiple techniques to evade analysis, including using Cloudflare Turnstile for CAPTCHAs, Fingerprint BotD for bot detection, and URL parameter checks. All URLs associated with this campaign have been reported to Cloudflare.  To block these types of phishing attempts, Netskope uses ML-based inline, out-of-band phishing detection engines, and threat intelligence systems. Users can also spot similar phishing pages hosted on R2 by inspecting the URL for the pattern pub-*.r2.dev.

                                Recommendations

                                The scams and phishing pages described in the post are easily recognisable by the domain pattern pub-*.r2.dev. Users can avoid becoming victims of the types of attacks described in this post by checking the URL. Users should always access important pages, such as their banking portal or webmail, by typing the URL directly into the web browser instead of using search engines or clicking any other links.

                                Netskope Threat Labs recommends that organizations review their security policies to ensure that they are adequately protected against these and similar phishing pages and scams:

                                • Inspect all HTTP and HTTPS traffic, including all web and cloud traffic, to prevent users from visiting malicious websites. Netskope customers can configure their Netskope NG-SWG with a URL filtering policy to block known phishing and scam sites, and a threat protection policy to inspect all web content to identify unknown phishing and scam sites using a combination of signatures, threat intelligence, and machine learning.
                                • Use  Remote Browser Isolation (RBI) technology to provide additional protection when there is a need to visit websites that fall in categories that can present higher risk, like Newly Observed and Newly Registered Domains.

                                IOCs

                                Below are the IOCs related to the web pages analyzed in this blog post.

                                URL:

                                hxxps://pub-de2f439c6744426586c7612824c1bac2.r2[.]dev/index.html?pu=hxxps://pub-7e0ea6c6ac8c439a840ed31912409dc9.r2[.]dev/index.html

                                hxxp://pub-1f6ee74386dc4dc98c226f8a56f8e8c1.r2[.]dev/office.html

                                hxxp://pub-9f884b1d186548eea381cab00a0f702c.r2[.]dev/emailverification.html

                                hxxp://pub-c6542b65e10b483d9136554aa9cb05e8.r2[.]dev/passwordverification.html

                                hxxp://pub-ca01b8d361b540ce8256226365665de0.r2[.]dev/index2.html

                                hxxp://pub-a0f9c6938a374a2089f6fad1e6e85d1b.r2[.]dev/index2.html

                                hxxp://pub-5431347746b0455bb6f7dbc419a23952.r2[.]dev/oeip.html

                                hxxp://pub-e4b5beda27a847fc9ff07bdb23b36563.r2[.]dev/Dropbox-Business.html

                                hxxp://pub-7e28a526d64340e89715cafd3ffddee3.r2[.]dev/alocate.html

                                hxxp://pub-dc7d3a6ae1254ac4b7b0a0873ef10ed1.r2[.]dev/login.html

                                hxxp://pub-43c8427c1735476fb4e6b1b456757e0a.r2[.]dev/index2.html

                                hxxp://pub-48d3a24bafe348799aa16e3fbd5ead78.r2[.]dev/001zzz.html

                                hxxp://pub-5705d571c53847759ca1e27912b57837.r2[.]dev/authr.html

                                hxxp://pub-b889ecc576cd47b8a7dae94590568f86.r2[.]dev/keep.html

                                hxxp://pub-d0a002d03d4d4468a1a3a4788d44d971.r2[.]dev/apps.html

                                hxxp://pub-1abd9bef283343da8c867e32a56a6050.r2[.]dev/link.html

                                hxxp://pub-4b8c37d5f65746878138f2a1665fc704.r2[.]dev/chi.html

                                hxxp://pub-9b0c4b61dcdb4349b13b6e0f0902a227.r2[.]dev/OWAOutlook.html

                                hxxp://pub-16d24eae069c40dcb335224f9555d849.r2[.]dev/diom.html

                                hxxp://pub-19b440b384f449bc8f30a86a5f3c6049.r2[.]dev/code.html

                                hxxp://pub-2b0fffc523034ccc9ffa6fb26d5462e5.r2[.]dev/setting.html

                                hxxp://pub-50137e365ae14a91ad215a40f880bad1.r2[.]dev/link.html

                                hxxp://pub-6502dddebdc447ed9023277db681dd94.r2[.]dev/vm3.html

                                hxxp://pub-d3ef7b90634c41c2aea65d57a1da514f.r2[.]dev/dashworkers.html

                                hxxp://pub-d1729d90c762460c9395a066038cdaf9.r2[.]dev/backgroundfull.html

                                hxxp://pub-51b3ca6392244b5bb14982b7ddf92f27.r2[.]dev/gaames.html

                                hxxp://pub-c27949832b64423ab5f75bafdf57ba92.r2[.]dev/authe.html

                                hxxp://pub-00268bd240fc441cb2f8557a6961d87d.r2[.]dev/verywebmail.html

                                hxxp://pub-b2955bd5cc5a447cba7f9017e8915538.r2[.]dev/webmail.html

                                hxxp://pub-93bd771473c24746860b98ace628fe91.r2[.]dev/ourteam.html

                                hxxp://pub-28dfeb6275f8415ba3e6b97dfff9ccfc.r2[.]dev/0012823733.html

                                hxxp://pub-9008e63dbf464532acb4ebdafa3bfb86.r2[.]dev/S3M6S5.html

                                hxxp://pub-1b0adb2146a640a0b0ec2645f84b6a9a.r2[.]dev/shaaa.html

                                hxxp://pub-7c6128fbcd6a4ed3a12554f7446ffe16.r2[.]dev/inslo.htm

                                hxxp://pub-4054e7f05a57459e88c44b940037f4fb.r2[.]dev/wnnslo.htm

                                hxxp://pub-1df03b95474e44baa86a0a11a33527d0.r2[.]dev/welcome.html

                                hxxp://pub-5d09e89ff38240f2b559297a9206beea.r2[.]dev/auth.html

                                hxxp://pub-9064d4445dc3440599c3d2cab66301d9.r2[.]dev/verication.html

                                hxxp://pub-a8f7a7bdbbef4c7aa377b495dabb19ff.r2[.]dev/saved.html

                                hxxp://pub-c8dc8d57c6e24653a737a5acb81893ee.r2[.]dev/office365.html

                                hxxp://pub-b0879d66c06e4547a6fe4d002fc9f88e.r2[.]dev/xtrst.html

                                hxxp://pub-c92a4cf1fb774dd79b9c7d32023ab3fa.r2[.]dev/llo.html

                                hxxp://pub-1cd83eaf4a66425d86fb1e8f37610be0.r2[.]dev/index.html

                                hxxp://pub-7e71a0ecd46d4dc0ac25e43cbb595918.r2[.]dev/index.html

                                hxxp://pub-44c085b5c63b4a438aed0cd194363508.r2[.]dev/index2.html

                                hxxp://pub-f488d77bc04a4676ad79ee159fe7d8c5.r2[.]dev/index2.html

                                hxxp://pub-3b2c4103dbe84e8081aa257826f25d54.r2[.]dev/noon.html

                                hxxp://pub-62c47a7a8e0a4ca293b31ee18b2baf43.r2[.]dev/EmailVerification.html

                                hxxp://pub-887adfef303443cc97eee0e66e6d6dbc.r2[.]dev/nick.html

                                hxxp://pub-fbf017af618541b3a76abd75f8dab1b7.r2[.]dev/new.html

                                hxxp://pub-ecff9b63c2c1497bbcbe5d573900b143.r2[.]dev/oml.html

                                hxxp://pub-0e459479bb894ae6a3446ba7783965b0.r2[.]dev/docusign encrypted.htm

                                hxxp://pub-3a226c66bcda41e4bbeec4790c71c89c.r2[.]dev/lanx_sl1.htm

                                hxxp://pub-5c8b0c206b484f208b18e2c09e806156.r2[.]dev/HX-ADFS_9.html

                                hxxp://pub-cc4afac7b0304f62946883c1b996ddc3.r2[.]dev/bookingmail.html

                                hxxp://pub-5c0aa65f5f224858a03e429b595c1811.r2[.]dev/dropbox-sign-in.html

                                hxxp://pub-422f33674c4b4fe182123a25dbb97378.r2[.]dev/secu3.html

                                hxxp://pub-b2955bd5cc5a447cba7f9017e8915538.r2[.]dev/[email protected]

                                hxxp://pub-62d1a4086e2a4406ae5e1a788e7a019b.r2[.]dev/action.html

                                hxxp://pub-dda005a462634fea953ace187610f4c7.r2[.]dev/nexc.html

                                hxxp://pub-54efd4aa11884bfb834031d41082f502.r2[.]dev/res.html

                                hxxp://pub-45f4523b469c4ea18afe1c70ebaabeda.r2[.]dev/index.html

                                hxxp://pub-9eaf08966d54441789d558bfe758e12c.r2[.]dev/Diceyencode.html

                                hxxp://pub-b08c2d9bbe594efba55b1b8d4009a382.r2[.]dev/sam365.html

                                hxxp://pub-99eed73366de4872bbe331bbbfb758cf.r2[.]dev/email.html

                                author image
                                Jan Michael Alcantara
                                Jan Michael Alcantara is an experienced incident responder with a background on forensics, threat hunting, and incident analysis.
                                Jan Michael Alcantara is an experienced incident responder with a background on forensics, threat hunting, and incident analysis.
                                Verbinden Sie sich mit Netskope

                                Subscribe to the Netskope Blog

                                Sign up to receive a roundup of the latest Netskope content delivered directly in your inbox every month.