Detailed analysis of captured phishing page
Used to detect similar phishing pages based on HTML content
| Algorithm | Hash Value |
|---|---|
|
CONTENT
TLSH
|
T14102A635524E0D3F7103D6A5F2A4777A006AA34FD66F8404F1B90663D6CBECAE827578 |
|
CONTENT
ssdeep
|
96:nGHFA1cgx+M73sQ8egsBP146ftUn1o+Mk7EIfyFN4kIwPUNHZkxeJrak88oakXMg:11N6k4ohwv5WTowthzOIz3 |
Used to detect visually similar phishing pages based on screenshots
| Algorithm | Hash Value |
|---|---|
|
VISUAL
pHash
|
b35d4c73194c6659 |
|
VISUAL
aHash
|
00ffffffefe7ffff |
|
VISUAL
dHash
|
144c3014484d3222 |
|
VISUAL
wHash
|
0040dbc3c8c0d8d8 |
|
VISUAL
colorHash
|
07000038000 |
|
VISUAL
cropResistant
|
4c0834524c4d3222,0000343430340800 |
The phishing kit captures Shopee user credentials via a fake login portal. Input fields are intercepted in real-time and exfiltrated to attacker-controlled infrastructure.
The kit includes modules to steal one-time passwords (OTP) and credit card details, enabling account takeover and unauthorized transactions. Payment data is likely validated client-side before exfiltration.
Large JavaScript file with no legitimate functionality detected, likely used for credential and payment data exfiltration.
Here's a generic ASCII art attack flow diagram for the phishing attack:
```
┌──────────────────────────────────────────────────────────┐
│ 1. INITIAL CONTACT │
│ - Victim receives phishing message (email/SMS) │
│ - Message contains link to fake Shopee page │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 2. FAKE PAGE DISPLAY │
│ - Victim visits counterfeit Shopee login page │
│ - Page mimics legitimate Banking portal │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 3. CREDENTIAL CAPTURE │
│ - Victim enters login credentials │
│ - Fake form collects sensitive information │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 4. DATA TRANSMISSION │
│ - Collected data sent via HTTP POST │
│ - Standard form submission to attacker-controlled │
│ destination │
└──────────────────────────────────────────────────────────┘
```
Here's a generic ASCII art attack flow diagram for the phishing attack:
```
┌──────────────────────────────────────────────────────────┐
│ 1. INITIAL CONTACT │
│ - Victim receives phishing message (email/SMS) │
│ - Message contains link to fake Shopee page │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 2. FAKE PAGE DISPLAY │
│ - Victim visits counterfeit Shopee login page │
│ - Page mimics legitimate Banking portal │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 3. CREDENTIAL CAPTURE │
│ - Victim enters login credentials │
│ - Fake form collects sensitive information │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 4. DATA TRANSMISSION │
│ - Collected data sent via HTTP POST │
│ - Standard form submission to attacker-controlled │
│ destination │
└──────────────────────────────────────────────────────────┘
```
Pages with identical visual appearance (based on perceptual hash)