Accelerate your SSE journey. Join Netskope at RSA.

  • Security Service Edge Products

    Protect against advanced and cloud-enabled threats and safeguard data across all vectors.

  • Borderless SD-WAN

    Confidently provide secure, high-performance access to every remote user, device, site, and cloud.

  • Platform

    Unrivaled visibility and real-time data and threat protection on the world's largest security private cloud.

Netskope Named a Leader in the 2022 Gartner Magic Quadrant™ for SSE Report

Get the report Go to Products Overview
Netskope gartner mq 2022 sse leader
Gartner® Quick Answer: How Does Netskope’s Acquisition of Infiot Impact SD-WAN, SASE, and SSE Projects?

Get the report
Gartner quick answer
Netskope delivers a modern cloud security stack, with unified capabilities for data and threat protection, plus secure private access.

Explore our platform
Birds eye view metropolitan city
Make the move to market-leading cloud security services with minimal latency and high reliability.

Learn more
Lighted highway through mountainside switchbacks
Prevent threats that often evade other security solutions using a single-pass SSE framework.

Learn more
Lighting storm over metropolitan area
Zero trust solutions for SSE and SASE deployments

Learn more
Boat driving through open sea
Netskope enables a safe, cloud-smart, and fast journey to adopt cloud services, apps, and public cloud infrastructure.

Learn more
Wind turbines along cliffside
  • Our Customers

    Netskope serves more than 2,000 customers worldwide including more than 25 of the Fortune 100

  • Customer Solutions

    We are here for you and with you every step of the way, ensuring your success with Netskope.

  • Training and Certification

    Netskope training will help you become a cloud security expert.

We help our customers to be Ready for Anything

See our Customers
Woman smiling with glasses looking out window
Netskope’s talented and experienced Professional Services team provides a prescriptive approach to your successful implementation.

Learn more
Netskope Professional Services
Secure your digital transformation journey and make the most of your cloud, web, and private applications with Netskope training.

Learn more
Group of young professionals working
  • Resources

    Learn more about how Netskope can help you secure your journey to the cloud.

  • Blog

    Learn how Netskope enables security and networking transformation through security service edge (SSE).

  • Events & Workshops

    Stay ahead of the latest security trends and connect with your peers.

  • Security Defined

    Everything you need to know in our cybersecurity encyclopedia.

Security Visionaries Podcast

Episode 10: Building Security Relationships Through Transparency
In this episode, Mike and Andreas discuss aligning with works councils, forging business relationships through transparency, and embedding security into value streams.

Play the podcast
Building Security Relationships Through Transparency
Read the latest on how Netskope can enable the Zero Trust and SASE journey through security service edge (SSE) capabilities.

Read the blog
Sunrise and cloudy sky
Netskope at RSA

Join Netskope at RSA Conference this year and be part of the real conversations on SASE and Zero Trust. Stop by our booth in South Hall, chat with an expert, register for our speaking sessions, and unwind by joining us at one of our events!

Learn more
RSA logo
What is Security Service Edge?

Explore the security side of SASE, the future of network and protection in the cloud.

Learn more
Four-way roundabout
  • Company

    We help you stay ahead of cloud, data, and network security challenges.

  • Why Netskope

    Cloud transformation and work from anywhere have changed how security needs to work.

  • Leadership

    Our leadership team is fiercely committed to doing everything it takes to make our customers successful.

  • Partners

    We partner with security leaders to help you secure your journey to the cloud.

Netskope enables the future of work.

Find out more
Curvy road through wooded area
Netskope is redefining cloud, data, and network security to help organizations apply Zero Trust principles to protect data.

Learn more
Switchback road atop a cliffside
Thinkers, builders, dreamers, innovators. Together, we deliver cutting-edge cloud security solutions to help our customers protect their data and people.

Meet our team
Group of hikers scaling a snowy mountain
Netskope’s partner-centric go-to-market strategy enables our partners to maximize their growth and profitability while transforming enterprise security.

Learn more
Group of diverse young professionals smiling

Leaky Helpdesk – Accidental Exposure of Zendesk Attachments

Jul 22 2020

Does your helpdesk publicly expose the files you upload to it? Is there malware lurking in your helpdesk? In this latest edition of our leaky cloud app series, we uncover publicly accessible data in the Zendesk instances belonging to more than 350 organizations. This exposed data includes confidential information, malware, and even some COVID-19 themed Trojans. This blog post quantifies the scope of the problem and identifies steps you can take to lock down your Zendesk instance and prevent unwanted exposure. 

This is the fourth installation of our leaky cloud app series, in which we highlight the many different ways cloud data leaks occur and provide guidance to avoid them. Our earlier posts covered Google Calendar, Google Groups, and Google Link Sharing

Zendesk attachments

By default, Zendesk attachments are accessible to anyone who has the link requiring no authentication. This is the root cause of the exposures we have discovered.

Zendesk attachment links are in the format – http://<instance>.zendesk.com/attachments/token/<token_id>/?name<file_name>

  • instance – Name of the instance
  • token_id – Token for the attachment (generally with the length of 25 characters (a-z0-9))
  • file_name – Name of the file

The shared attachment links by default can be accessed by anyone who has the link without any authentication. Though this won’t make the data indexable by search engines, it can likely pose exposure concerns in the following ways:

  • If a link is leaked, it can be accessed by anyone regardless of whether they are part of your organization.
  • Users can access the links even after leaving the organization.

Among the different types of data we discovered via leaked links from more than 350 organization were: 

  • Employee resumes
  • Travel itineraries and documents
  • Bank and financial statements
  • Product installation guides
  • Emails
  • Invoices and purchase orders
  • Customer contact details
  • Medical documents
  • Social security numbers, driver’s license numbers, and bank account numbers
  • Product features and roadmaps
  • Passwords
  • Logfiles and screenshots
  • License keys
  • Meeting links
  • Drivers licenses and passports

The instances that exposed the data belonged to private, public, and government organizations working in the following industries:

  • Retail and e-commerce
  • Hospitals and medical firms
  • Travel agencies
  • Educational institutions
  • Consultancies

Zendesk spreading malware

Any cloud service that provides file hosting via public, unauthenticated links can potentially be used to spread malware. In this section, we describe one such instance we uncovered of publicly accessible malware hosted in Zendesk. We have previously blogged about other apps being used as an attack vector in the same way, including a Salesforce Pardot CRM attack.

Support portals typically have lots of people outside the organization creating tickets and uploading attachments. This increases the possibility of a compromised device, compromised account, or malicious user attaching malware to a ticket.

This is problematic in two regards. First, the tickets and attachments are likely to be widely shared within the target organization, and therefore can also be used to spread malware within the organization. Second, if the attachments are public, the link to the malware can be used to target victims anywhere on the Internet. Hosting malware in cloud applications is a common tactic used to avoid detection by products that rely solely on URL reputation. 

Malicious Excel spreadsheet 

One of the publicly shared malware threats we found in Zendesk belonged to a large retailer in the United States and contained a COVID-19 lure: a malicious Excel file named  covid19_<masked>.xls.  The threat actor embedded a malicious Excel 4 macro formula in one of the 16 hidden sheets. Excel macros were used instead of the VBA macros commonly used in malicious Excel files, as they are both less likely to be detected by scanning engines and more likely to be enabled in the editor.

The Excel 4 macro formulas are invoked in the workbook by using the “Auto_Open” option to download the next stage payload from toliku[.]com. At the time of analysis, the URL was down and not serving any payload, but was previously serving the Dridex malware.

Figure 1 shows how to view the sheet ‘QMBVLCQaJJviKgsHo’ which contains the malicious URL.

Figure showing URL hidden as an Excel 4 macros formula in a hidden sheet.
Figure 1: URL hidden as an Excel 4 macros formula in a hidden sheet

Disclosure

Netskope reported the exposures we uncovered to the affected organizations in July 2020.

Conclusion

This edition of our leaky cloud apps series provided a detailed synopsis of how confidential information gets leaked through misconfigured Zendesk attachment links. We also detailed how malware can spread using Zendesk. We recommend turning on the “Require authentication to download” option to avoid accidental exposure as shown in Figure 2.

Figure 2: Default option for attachments in Zendesk

After enabling this option, private linked attachments with the shared file links will now require authentication.

author image
Ashwin Vamshi
Ashwin Vamshi is a Security Researcher with innate interest in targeted attacks and malwares using cloud services. He is primarily focusing in identifying new attack vectors and malwares, campaigns and threat actors using ‘cloud as an attack vector.’