Summary
Netskope Threat Labs is tracking a phishing campaign that mimics a FedEx package delivery as bait to steal credit card data. This type of social engineering attack is commonly found in phishing pages, emails, and other scams, where a false sense of urgency is created to urge the victim into doing an action that eventually leads to personal data theft.
This specific phishing campaign is noteworthy because it abuses two cloud services throughout the attack: TrustedForm, a digital certificate service provided by ActiveProspectis, is abused to track victims and collect information about them, and the PAAY 3DS, a cloud-based platform that authenticates payment transactions, is abused to validate the credit card details collected from the victims.
Cybersecurity awareness training, specifically educating users to be wary of fake shipment notifications, is an effective defense against these types of phishing attacks. Netskope customers also receive protection from the threats discussed in this blog through the Next Generation Secure Web Gateway (SWG).
First Stage – Deception
The attack starts when the victim receives an email or a text message that uses a common social engineering technique, creating a false sense of urgency to get the victim’s attention. The specific approach here, using a fake shipping notification, is also a common technique used by scammers.
Step 1 – Once the victim reaches the page via phishing email or SMS text, they are instructed to click “Confirm” to view a message from “Express.” This webpage has “FedEx” in the title and uses the same company colors to deceive the user. The user is also asked to permit push notifications in the browser, which allows the attacker to push malicious ads, as we will demonstrate later in this analysis.
Step 2 – The victim is informed that delivery of a package has been suspended, and that they need to schedule delivery and should enable push notifications to avoid future issues.
Step 3 – Then, the victim is informed that they need to pay a $1.95 customs fee. The customs fee is just an excuse to collect the victim’s personal and credit card data in the next stage of the attack.
Behind the scenes, once the first page is loaded, the page sends a request to receive a customizable JSON that is used throughout the attack. The JSON includes the questions, form fields, and second-stage URLs, which will be all used in the next steps.
Step 4 – The attacker continues to deceive the victim, in an attempt to add more credibility to the phish, by asking a series of questions to the victim, such as how, where, and when the victim would like to receive the package.
Step 5 – The deception continues by giving the victim a delivery estimate.
As soon as the victim interacts with the questions on step 4, the phishing starts sending requests to the TrustedForm API. TrustedForm is a digital certificate service provided by ActiveProspect, which provides marketing automation and compliance platforms. This service can be used to generate a digital certificate that includes information about a lead, such as geolocation, IP address, browser type, operating system, the time spent on the page, and even a web session replay. We believe that the attacker is creating a TrustedForm certificate to collect more information about victims.
Below is the type of information that would be available in a TrustedForm certificate, as demonstrated in their demo webpage.
And finally, the phishing page redirects the victim to the next stage, using a URL parsed from the JSON we demonstrated earlier. This page returns a second URL, which is used to redirect the user to a third URL. This is done to add resilience, as the attacker can update the URLs with little effort if the last stage is taken down.
Second Stage – Stealing Credit Card Data
Once the attacker convinces the victim about the allegedly suspended package, they try to steal the victim’s credit card number on a different page.