my.wishclub8.asia Open in urlscan Pro
2606:4700:3036::6815:2eb2  Public Scan

Submitted URL: https://wishclub8.asia/
Effective URL: https://my.wishclub8.asia/
Submission Tags: phishingrod
Submission: On December 22 via api from DE — Scanned from DE

Form analysis 4 forms found in the DOM

<form id="loginForm">
  <div class="modal-content" style="background: rgba(16,34,38,0.8)">
    <div class="modal-header text-center text-white bg-custom" style="font-size: 18px"> LOGIN <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="row mb-10">
        <p class="mb-0 errText hd text-center" id="errorMsg"></p>
      </div>
      <div class="row mb-10">
        <div class="col-sm-12 col-xs-12">
          <label class="mb-0">User Name</label>
          <input class="form-control" id="mLoginUsername" name="username" type="text" maxlength="50" err="0" required="">
        </div>
      </div>
      <div class="row mb-10">
        <div class="col-sm-12 col-xs-12">
          <label class="mb-0">Password:</label>
          <input class="form-control" id="mLoginPassword" name="password" type="password" maxlength="12" err="0" required="">
        </div>
      </div>
      <a href="https://my.wishclub8.asia/member/forgotpassword" class="text-gold">FORGOT PASSWORD?</a>
    </div>
    <div class="modal-footer" style="text-align: left">
      <button type="button" id="lgSubmitBtn" class="btn btn-join">Login <span id="mLoginWaiting" class="hd" style="font-size: 18px"><i class="fa fa-cog fa-spin fa-2x fa-fw"></i></span>
      </button>
    </div>
  </div>
</form>

POST https://my.wishclub8.asia/register/process

<form id="registerForm" action="https://my.wishclub8.asia/register/process" method="post">
  <div class="modal-content" style="background: rgba(0,0,0,0.8)">
    <div class="modal-header text-center text-black bg-header-custom" style="font-size: 18px"> JOIN NOW <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="row mb-10">
        <p class="mb-0 errText hd text-center" id="errorMsg"></p>
      </div>
      <div class="row mb-10">
        <div class="col-md-5">
          <label class="mb-0">User Name:</label>
          <input class="form-control" id="username" name="username" type="text" onblur="myUserExistFunction();" maxlength="50" err="0" required="">
        </div>
        <div class="col-md-7">
          <label class="hidden-sm hidden-xs"></label>
          <p class="mb-0 errText hd" id="err_username">Kindly enter a valid username</p>
          <p class="mb-0" id="text_username">Please Provide an Unique User Name</p>
        </div>
      </div>
      <div class="row mb-10">
        <div class="col-md-5">
          <label class="mb-0">Full Name:</label>
          <input class="form-control" id="full_name" name="full_name" type="text" onblur="validateFullName()" maxlength="150" err="0" required="">
        </div>
        <div class="col-md-7">
          <label class="hidden-sm hidden-xs"></label>
          <p class="mb-0 errText hd" id="err_name">Invalid Full Name !</p>
          <p class="mb-0" id="text_name">Full Name Must Match Bank Account Holder Name For Withdrawal</p>
        </div>
      </div>
      <div class="row mb-10">
        <div class="col-md-5">
          <label class="mb-0">Email:</label>
          <input class="form-control" id="email" name="email" type="text" onblur="myEmailExistFunction()" maxlength="150" err="0" required="">
        </div>
        <div class="col-md-7">
          <label class="hidden-sm hidden-xs"></label>
          <p class="mb-0 errText hd" id="err_email">Kindly enter a valid email address</p>
          <p class="mb-0" id="text_email">Please Provide An Active Email Address To Facilitate Future Payment Related Correspondences.</p>
        </div>
      </div>
      <div class="row mb-10">
        <div class="col-md-5">
          <label class="mb-0">Password:</label>
          <input class="form-control" id="password" name="password" type="password" onblur="validatePassWord()" maxlength="12" err="0" required="">
        </div>
        <div class="col-md-7">
          <label class="hidden-sm hidden-xs"></label>
          <p class="mb-0 succText hd" id="succ_password"><i class="fa fa-check"></i> Valid</p>
          <p class="mb-0 errText hd" id="err_password"><i class="fa fa-times"></i> Invalid</p>
          <p class="mb-0" id="text_password">Between 6 To 12 Alphanumeric (A-Z, a-z, 0-9) Character Only.</p>
        </div>
      </div>
      <div class="row mb-10">
        <div class="col-md-5">
          <label class="mb-0">Phone Number:</label>
          <input class="form-control" id="phone" name="phone" type="tel" onkeypress="return isNumberKey(event)" value="" onblur="validatePhone()" maxlength="11" err="0" required="">
        </div>
        <div class="col-md-7">
          <label class="hidden-sm hidden-xs"></label>
          <p class="mb-0 errText hd" id="err_phone">Valid Malaysian number ONLY e.g: 0181234567</p>
          <p class="mb-0" id="text_phone">Please Provide A Valid Contact Number. eg:0181234567</p>
        </div>
      </div>
      <input type="hidden" id="find" name="find" value="" class="form-control" placeholder="">
      <input type="hidden" id="referral" name="referral" value="" class="form-control" placeholder="">
      <input type="hidden" id="referer" name="referer" value="" class="form-control" placeholder="">
    </div>
    <div class="modal-footer" style="text-align: left">
      <input type="hidden" id="isError">
      <button type="button" id="submitBtn" class="btn btn-join">Join Now <span id="waiting" class="hd" style="font-size: 18px"><i class="fa fa-cog fa-spin fa-2x fa-fw"></i></span>
      </button>
    </div>
  </div>
</form>

POST

<form id="forgotPasswordForm" action="" method="post">
  <div class="modal-content" style="background: rgba(16,34,38,0.8)">
    <div class="modal-header text-center text-white bg-custom" style="font-size: 18px"> FORGOT PASSWORD <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body">
      <div class="row mb-10">
        <p class="mb-0 successmsg hd text-center" id="succMsg"></p>
      </div>
      <p>Please enter your email address and we will reset your password and email it to you.</p>
      <div class="row mb-10">
        <div class="col-md-5">
          <label class="mb-0">Email:</label>
          <input class="form-control" id="fpEmail" name="email" type="text" maxlength="150" err="0" required="">
        </div>
        <div class="col-md-7">
          <label></label>
          <p class="mb-0 errText hd" id="err_fp_email">Kindly enter a valid email address</p>
        </div>
      </div>
    </div>
    <div class="modal-footer" style="text-align: left">
      <button type="button" id="forgotPasswordSubmitBtn" class="btn btn-join">Submit <span id="fpWaiting" class="hd" style="font-size: 18px"><i class="fa fa-cog fa-spin fa-fw"></i></span>
      </button>
    </div>
  </div>
</form>

POST

<form id="forgotPasswordForm" action="" method="post">
  <div class="modal-content" style="background: rgba(16,34,38,0.8)">
    <div class=" text-center text-white" style="padding: 15px">
      <h2 style="margin-bottom: -20px; color: gold; text-align: left;">SPORTSBOOK</h2>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true" style="color:white">×</span>
      </button>
    </div>
    <div class="modal-body" style="padding-bottom: 0px;">
      <div class="row text-center">
        <img src="https://live.wishclub8.xyz/images/uploads/layout/WC8_sportpopup-2.jpg">
      </div>
    </div>
  </div>
</form>

Text Content

Login In Progress

Ong Ong Game ID creating, please wait for 1 minute

SPORTBOOKS BETTING : Only accept betting from Major League as below : FIFA WORLD
CUP, CHAMPIONS LEAGUE, UEFA EUROPA LEAGUE, PREMIER LEAGUE, LALIGA, BUNDLESLIGA,
SERIE A, LIGUE 1



WishClub8 News
SPORTBOOKS BETTING : Only accept betting from Major League as below : FIFA WORLD
CUP, CHAMPIONS LEAGUE, UEFA EUROPA LEAGUE, PREMIER LEAGUE, LALIGA, BUNDLESLIGA,
SERIE A, LIGUE 1

English
English 简体中文 Bahasa

22 December 2022 22:34:49

LOGIN
REGISTER
Forgot Password?
English
English 简体中文 Bahasa
LOGIN
REGISTER

 * Home

 * Sportsbook

 * Live Casino

 * Others

 * Slots

 * Other Slots

 * Promotion

 * VIP


 * Home
 * Sportsbook
 * Live Casino
 * Others
 * Slots
 * Other Slots
 * Free Credit Wheel
 * Redeem
 * Promotion
 * VIP
 * How to Join
 * How to Deposit
 * How to Withdraw
 * How to Transfer
 * Rebate
 * Profile





LIVE SUPPORT

contact.wishclub8@gmail.com
Click here to chat
Click here to chat
Live Chat

Live Support

contact.wishclub8@gmail.com
Click here to chat
Click here to chat
Live Chat
LOGIN ×

User Name
Password:
FORGOT PASSWORD?
Login
JOIN NOW ×

User Name:

Kindly enter a valid username

Please Provide an Unique User Name

Full Name:

Invalid Full Name !

Full Name Must Match Bank Account Holder Name For Withdrawal

Email:

Kindly enter a valid email address

Please Provide An Active Email Address To Facilitate Future Payment Related
Correspondences.

Password:

Valid

Invalid

Between 6 To 12 Alphanumeric (A-Z, a-z, 0-9) Character Only.

Phone Number:

Valid Malaysian number ONLY e.g: 0181234567

Please Provide A Valid Contact Number. eg:0181234567

Join Now
FORGOT PASSWORD ×

Please enter your email address and we will reset your password and email it to
you.

Email:

Kindly enter a valid email address

Submit


SPORTSBOOK

×



REALTIME DEPOSIT REALTIME WITHDRAWAL

# Member RM Time 1 ******2412 500.00 23-12-2022 06:34:12 2 ******0446 1,000.00
23-12-2022 06:28:46 3 ******0410 100.00 23-12-2022 06:28:14 4 ******0410 50.00
23-12-2022 06:22:47 5 ******7240 50.00 23-12-2022 06:13:59 6 *******7738 100.00
23-12-2022 05:58:33 7 ******8680 700.00 23-12-2022 05:56:10 8 ******2015 350.00
23-12-2022 05:40:38 9 *******7738 200.00 23-12-2022 05:38:39 10 ******8158
700.00 23-12-2022 05:25:20

# Member RM Time 1 ******7811 1,500.00 23-12-2022 06:28:09 2 ******6052 200.00
23-12-2022 06:11:29 3 ******4520 1,500.00 23-12-2022 05:55:44 4 ******3508
750.00 23-12-2022 05:43:10 5 ******1435 2,000.00 23-12-2022 05:25:31 6
******2768 500.00 23-12-2022 05:11:04 7 ******0145 110.00 23-12-2022 04:56:18 8
******4280 350.00 23-12-2022 04:40:52 9 ******7824 1,500.00 23-12-2022 04:25:18
10 ******5816 350.00 23-12-2022 04:12:47


×

YOUR ACCESS INFORMATION (CASE SENSITIVE) Username      Copy Password      Copy

×


YOUR CURRENT GAME BALANCE IS 0. DO YOU WANT TO TOPUP?

Topup Continue to Game

24/7 HELP & SUPPORT

Live Chat
Whatsapp: 01164361642
WeChat ID: wishclub8
Telegram: wishclub8
Email: contact.wishclub8@gmail.com

WISHCLUB8 PRODUCTS

Sport

Live Casino

Slots

Slots App

Poker

PAYMENT METHOD

AMBANK

HLB

RHB

MAYBANK

CIMB

WISHCLUB8 LINKS

About Us

Terms & Conditions

Promotion

HELP

How to Deposit

How to Withdraw

How to Transfer

CONTACT US

Wishclub8 Malaysia: Exclusive Online Casino Malaysia

Get ready for an experience of a lifetime with Wishclub8 Malaysia. We have high
definition streaming services that allow you maximum action to the heart. Our
online live casino Malaysia has private roulette tables and blackjack tables
that provide the personal touch.

Online Casino Malaysia Welcome Bonus No Deposit

There’s no need to make a deposit to get our welcome bonus. Yes, Wishclub8
Malaysia is as generous as this when it comes to customer hospitality. You can
take part in our exclusive raffles, leaderboards and win amazing cash prizes
without even a deposit.

Online Casino Games in Malaysia

Wishclub8 Live Casino Malaysia offers the ultimate experience. Just browse
Wishclub8 Malaysia online and start enjoying the exclusive live tables with live
players. Just sit back and let yourself go. We offer numerous top of the line
Casino Games for your enjoyment. Welcome to the best of the Online Live Casino
Malaysia and have a blast.

WELCOME TO Wishclub8 ONLINE CASINO

Wishclub8 Casino offers you premium,world-class internet casino gaming software
overlaid with enough local flavour to make you go frantic-that's cool. Wishclub8
Casino offers you premium,world- class internet casino gaming software overlaid
with enough local flavour to make you go frantic-that's cool.

GAMES, BONUSES, REWARDS

We offer more than 200 online casino games, covering all the table favourites
and including a range of top-notch themed slots. If you're a first-time visitor,
we'd like to extend you a bis first time visitor, we'd like to extend you a big
first deposit casino welcome bonus by offering you 100% Welcome Bonus just for
joining us.

Wishclub8 Games - a true internet casino game

At the Wishclub8 Games you will find everything from table games such as
blackjack and roulette, slot machines, videoslots, videopoker, minigames and
other casino games - in essence, everything that you would like to play at an
internet casino is here for you to enjoy.




Home

Wallet

Deposit

Whatsapp

Promo



×