All Research

Phishing Campaign Analysis

BigMart Impersonation — Independent Security Research
OSINTWeb SecurityReverse EngineeringThreat Analysis

Research Overview

This research involved the identification, analysis, and documentation of an active phishing campaign targeting mobile users with fake “BigMart Anniversary Prize” offers distributed via WhatsApp and Telegram.

Target

Two phishing domains:

  • bigmartprizeq.com — Landing page with mobile detection
  • bigmart-gift.com — Main phishing application

Research Objective

To understand the phishing infrastructure, document the attack flow, identify data collection mechanisms, and report the campaign to relevant authorities.

Methodology

The research combined:

  • Domain reconnaissance — WHOIS lookups to identify registrar and registrant details
  • Source code analysis — Downloading and de-obfuscating JavaScript to understand application logic
  • Infrastructure mapping — Tracing tracking endpoints, analytics services, and hosting details
  • Flow documentation — Reconstructing the victim journey from click to data collection
  • Responsible reporting — Filing abuse reports with Cloudflare, registrar, and Nepal Cyber Bureau

Technical Analysis

Two-Domain Architecture

DomainPurposeCreated
bigmartprizeq.comLanding + mobile detectionAugust 15, 2026
bigmart-gift.comFull phishing applicationAugust 9, 2026

Mobile-Only Evasion

The landing page contains JavaScript that detects device type:

if (system.win || system.mac || screen.availWidth > screen.availHeight) {
    // Desktop → fake 404 page
    window.location.href = '/emit/404/p';
} else {
    // Mobile → actual phishing page
    window.location.href = 'https://bigmart-gift.com/...';
}

This hides the phishing content from desktop-based security scanners and researchers.

Phishing Application Flow

The bigmart-gift.com application implements a multi-stage flow:

  1. Landing — Fake BigMart branding with confetti and prize box
  2. Survey — Three questions to “claim” the prize
  3. Share-to-continue — Must share to 5 WhatsApp groups/Telegram chats
  4. Fake progress — Progress bar advances from 50% to 100%
  5. Verification — Collects name and phone number
  6. Payment — Collects bank details and OTP

Viral Spread Mechanism

The application includes built-in share functions for:

PlatformMechanism
WhatsAppapi.whatsapp.com/send/?text=
Telegramt.me/share/url?url=
Messengerfb-messenger://share?link=
Lineline.me/R/share?text=
Viberviber://forward?text=

Tracking Infrastructure

ServiceURLPurpose
ClickPointapp.clickpoint.top/hm.gifVictim progress tracking
Baidu Analyticshm.baidu.com/hm.jsVisitor analytics
Google Tag Managergoogletagmanager.com/gtag/jsCampaign tracking
Tanmiimg.tanmi.netConversion pixel

Victim Fingerprinting

Each visitor is assigned a unique fingerprint using FNV-1a hash and SplitMix64 random number generation, stored in localStorage for persistent tracking.

Fake Trust Elements

The application dynamically generates:

  • Fake user reviews/comments
  • Fake alert popups (SweetAlert2)
  • Fake progress bars
  • Fake countdown timers

Key Findings

FindingDetail
Domains registered within days of campaignClassic disposable phishing infrastructure
RegistrarWest263 International Limited (Hong Kong)
Registrant locationAn Hui Sheng, China (for bigmart-gift.com)
HostingCloudflare (anonymizes real server)
Phishing kit versionv3.14 (mature, iterated framework)
Data collectedName, phone, address, bank details, OTP

Security Impact

The campaign targets Nepali mobile users through platforms they trust. The share-to-continue mechanism makes victims unknowingly spread the phishing link to friends and family. The collection of banking details and OTP enables direct financial theft.

Recommendations

  1. Block both domains at ISP level
  2. Monitor for replacement domains — the kit version suggests rapid re-deployment
  3. Public awareness — warn users about “BigMart Prize” messages
  4. Investigate ClickPoint — the shared tracking backend may serve multiple campaigns

Disclosure

Abuse reports were filed with:

  • Cloudflare (report #23412994)
  • West263 International Limited (registrar)
  • Nepal Police Cyber Bureau