Cybercriminals are exploiting a sophisticated phishing campaign to harvest user login credentials by impersonating Dropbox. This multi-stage attack is designed to bypass common email security filters by layering seemingly legitimate components, ultimately leading unsuspecting users to a fake login page. The primary goal is to steal sensitive account information.
The deceptive operation begins with a business-oriented email that appears to be related to procurement processes. These emails typically contain a PDF attachment and instruct the recipient to review request orders, requiring them to sign in with their credentials. Crucially, the email itself contains no malicious links, allowing it to pass authentication checks such as SPF, DKIM, and DMARC without triggering any alerts.
Sophisticated Phishing Attack Leverages Cloud Platforms for Dropbox Credential Theft
According to security researchers, the effectiveness of this campaign stems from its intricate multi-stage approach. Once a user opens the initial PDF attachment, they are presented with an embedded link. This link doesn’t lead directly to a malicious site but instead directs the user to another PDF file hosted on Vercel Blob storage, a legitimate cloud infrastructure service. This staging layer leverages the trust users place in well-known cloud platforms.
Security analysts identified that the embedded PDF employs specialized techniques, including FlateDecode compression and AcroForm objects, to conceal clickable elements. This allows the PDF to appear harmless to scanning tools while containing hidden malicious functionality. The cloud-hosted document then acts as a bridge, redirecting victims to a fraudulent website meticulously designed to impersonate Dropbox. The fake login page closely mimics the authentic Dropbox interface, convincing users that they must enter their credentials to access important documents.
When a victim enters their email address and password into the fake Dropbox login page, the information is immediately captured and transmitted to the attackers via Telegram infrastructure. This method ensures rapid exfiltration of stolen data.
How the Credential Theft Mechanism Works
The fraudulent Dropbox page contains hidden JavaScript code that executes several malicious functions. Upon a user entering their credentials, the script first validates the email address format and then collects the password. Notably, it does not enforce any minimum length requirements for the password, making it easier to capture weaker credentials.
Additionally, the script gathers further information about the victim. It fetches the user’s IP address and geo-location details, including the city, region, country, and internet service provider, by querying external APIs. All of this collected data is packaged into a message and sent to a specific Telegram bot identifier using a hardcoded bot token and chat ID embedded within the script.
To further mask the attack, the script simulates a login process with a brief five-second delay before displaying an error message to the user. This fabricated error message typically suggests that the user simply mistyped their credentials, leading them to believe there was a minor mistake on their part, while the attackers have already successfully obtained their stolen login information and associated data.
This ongoing campaign highlights the persistent threat of sophisticated phishing attacks that leverage trusted services to deceive users. Organizations and individuals are advised to maintain vigilance regarding unsolicited emails requesting credential verification, even when they appear to originate from reputable sources. Verifying the authenticity of links and attachments through separate communication channels remains a critical defense against such threats.

