Detailed analysis of captured phishing page
Used to detect similar phishing pages based on HTML content
| Algorithm | Hash Value |
|---|---|
|
CONTENT
TLSH
|
T1D973567C62C1563A50CB87F2E6909F29D29DCBD9DF27AD8BF3ACC2471786C458E41260 |
|
CONTENT
ssdeep
|
768:zPM4FfFqPW9bfXHwo4xBg28iUJd4ieGoPYnx1v3PZ8GEWbuDzdeL4E:zPfoPHgd4ieGoPYnx1v3PBEWbb |
Used to detect visually similar phishing pages based on screenshots
| Algorithm | Hash Value |
|---|---|
|
VISUAL
pHash
|
a9add0b2c0ead2f2 |
|
VISUAL
aHash
|
ff0b0b1303030100 |
|
VISUAL
dHash
|
dbd7d3f3d7d79b90 |
|
VISUAL
wHash
|
ff1b1b3b1303035a |
|
VISUAL
colorHash
|
07600008040 |
|
VISUAL
cropResistant
|
cbd7d3d3f3d7d3b3,2040838b73a36393,dfd3d3f3d7d39b90 |
• Ameaça: Phishing de credenciais bancárias
• Alvo: Clientes do Nova.Investeic Bank
• Método: Site falso com formulário de login projetado para roubar credenciais bancárias.
• Exfil: Os dados provavelmente são exfiltrados por meio do envio de formulários JavaScript.
• Indicadores: Novo domínio, domínio não corresponde ao site oficial, JavaScript ofuscado.
• Risco: CRÍTICO - Potencial para roubo imediato de credenciais e perdas financeiras.
The phishing kit is designed to capture Banking credentials by mimicking the login portal of Nova.Investeic Bank. Upon submission, the kit intercepts one-time passwords (OTPs) via a fake OTP input field, enabling real-time account takeover.
The kit includes modules to harvest credit card details and personal information (e.g., name, address, SSN) through fake forms or overlays, which are then exfiltrated to attacker-controlled infrastructure.
Large obfuscated JavaScript file containing credential harvesting and OTP interception logic.
Here's a generic ASCII art attack flow diagram for the phishing attack:
```
┌──────────────────────────────────────────────────────────┐
│ 1. VICTIM RECEIVES PHISHING LURE │
│ - Fake Nova.Investeic Bank email/link │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 2. VICTIM VISITS FAKE BANKING SITE │
│ - Cloned login page presented │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 3. CREDENTIAL HARVESTING │
│ - Victim enters login credentials │
│ - One-time password requested │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 4. OTP INTERCEPTION │
│ - Victim enters OTP on fake page │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 5. DATA EXFILTRATION │
│ - Credentials and OTP sent via HTTP POST │
└──────────────────────────────────────────────────────────┘
```
Here's a generic ASCII art attack flow diagram for the phishing attack:
```
┌──────────────────────────────────────────────────────────┐
│ 1. VICTIM RECEIVES PHISHING LURE │
│ - Fake Nova.Investeic Bank email/link │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 2. VICTIM VISITS FAKE BANKING SITE │
│ - Cloned login page presented │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 3. CREDENTIAL HARVESTING │
│ - Victim enters login credentials │
│ - One-time password requested │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 4. OTP INTERCEPTION │
│ - Victim enters OTP on fake page │
└────────────────────┬─────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────────────────┐
│ 5. DATA EXFILTRATION │
│ - Credentials and OTP sent via HTTP POST │
└──────────────────────────────────────────────────────────┘
```
Pages with identical visual appearance (based on perceptual hash)