Detailed analysis of captured phishing page
Used to detect similar phishing pages based on HTML content
| Algorithm | Hash Value |
|---|---|
|
CONTENT
TLSH
|
T155441AF4536853F496874BE4F9711A06336910FEFB914688C3A48AD0FAF2ED9D439CA1 |
|
CONTENT
ssdeep
|
3072:opDnTa7jDw/4Q1pSBn1pSBy1pSB61pSBo1pSBafoi2cluAkYc1DI:027jDw/47g7/to |
Used to detect visually similar phishing pages based on screenshots
| Algorithm | Hash Value |
|---|---|
|
VISUAL
pHash
|
cee131ce8e29cf30 |
|
VISUAL
aHash
|
00003c3c3c3c0000 |
|
VISUAL
dHash
|
a8d4e96969697904 |
|
VISUAL
wHash
|
007e7e7f7fbc0400 |
|
VISUAL
colorHash
|
39001000c00 |
|
VISUAL
cropResistant
|
8e8999e686a68799,a8d4e96969697904 |
• Ameaça: Kit de phishing para roubo de credenciais
• Alvo: Usuários do bet365 internacionalmente
• Método: Formulário falso que rouba credenciais de usuário
• Exfil: Dados enviados via URLs de WebSocket
• Indicadores: Domínio recente, discrepância de domínio, JavaScript ofuscado
• Risco: ALTO - Roubo imediato de credenciais
The phishing kit captures bet365 login credentials in real-time via a fake login form. It then intercepts one-time passwords (OTPs) sent to the victim's device, bypassing two-factor authentication by forwarding the OTP to the attacker's server via WebSocket.
After credential capture, the kit prompts victims to enter payment card details and personal information under the guise of account verification or security updates. Data is exfiltrated via WebSocket to the attacker's infrastructure.
Contains credential harvesting and OTP interception logic with high obfuscation.
Here's a generic ASCII art attack flow diagram for the phishing attack:
```
┌──────────────────────────────────────────────────────────┐
│ 1. INITIAL COMPROMISE │
│ - Victim lured to fake bet365 site │
│ - Fake login page displayed │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 2. CREDENTIAL COLLECTION │
│ - Victim enters Banking credentials │
│ - Form captures input data │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 3. OTP INTERCEPTION │
│ - Attacker triggers real OTP request │
│ - Victim enters OTP on fake page │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 4. DATA TRANSMISSION │
│ - Stolen credentials and OTP sent │
│ - Single WebSocket connection used │
└──────────────────────────────────────────────────────────┘
```
Here's a generic ASCII art attack flow diagram for the phishing attack:
```
┌──────────────────────────────────────────────────────────┐
│ 1. INITIAL COMPROMISE │
│ - Victim lured to fake bet365 site │
│ - Fake login page displayed │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 2. CREDENTIAL COLLECTION │
│ - Victim enters Banking credentials │
│ - Form captures input data │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 3. OTP INTERCEPTION │
│ - Attacker triggers real OTP request │
│ - Victim enters OTP on fake page │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 4. DATA TRANSMISSION │
│ - Stolen credentials and OTP sent │
│ - Single WebSocket connection used │
└──────────────────────────────────────────────────────────┘
```
Pages with identical visual appearance (based on perceptual hash)