internet-banking.hkdbsib.com Open in urlscan Pro
8.217.240.246  Public Scan

URL: https://internet-banking.hkdbsib.com/
Submission Tags: @phish_report
Submission: On January 01 via api from FI — Scanned from FI

Form analysis 1 forms found in the DOM

Name: MainFormPOST

<form method="post" name="MainForm" onsubmit="return false;">
  <input type="hidden" name="flag" value="0">
  <input type="hidden" name="isCancelClicked" value="0">
  <input type="hidden" name="isSubmitClicked" value="0">
  <!-- body start -->
  <div class="login-form">
    <h1 class="clearfix"><span class="left">DBS iBanking</span>
      <div class="right">
        <a aalink="ib_pre|login-box-language-toggle" id="langOption" tabindex="3" href="javascript:changeLanguage()" title="轉換語言">中文</a>
      </div>
    </h1>
    <div class="error-msg" style="display:none;" id="browserChkParentDiv">
      <p id="browsercheckdiv" style="display: none;"></p>
    </div>
    <input style="position:absolute;top:-9999px;" id="bot_username" type="text" value="bot">
    <input style="position:absolute;top:-9999px;" id="bot_password" type="password" value="bot">
    <div class="mTop-40"></div>
    <div class="form-row input-layout">
      <input type="text" name="uname" id="uname" size="25" maxlength="12" tabindex="4" onkeypress="return nextfocus(event)" autocomplete="off" placeholder="" class="left">
      <span class="highlight"></span>
      <span id="uidBar" class="bar"></span>
      <label>Username</label>
    </div>
    <div id="errormsg1" style="display:none" class="error-msg">
      <h4>
        <div id="InvalidUserId"></div>
      </h4>
    </div>
    <div class="mTop-24"></div>
    <div class="form-row input-layout">
      <input type="password" autocomplete="off" tabindex="5" name="pwd" id="pwd" size="25" maxlength="30" onkeyup="return autosubmit(event, document.forms['MainForm'])" placeholder="" class="left">
      <span class="highlight"></span>
      <span id="pinBar" class="bar"></span>
      <label>Password</label>
    </div>
    <div id="errormsg2" style="display:none" class="error-msg">
      <h4>
        <div id="InvalidPWD"></div>
      </h4>
    </div>
    <div class="mTop-28"></div>
    <button aaloginbutton="" class="btn btn-primary block mBot-12" title="Login" type="button" name="logon" onclick="login()" tabindex="6">Login</button>
    <button aalink="ib_pre|login-box-get-started" class="btn btn-secondary right mBot-16" onclick="javascript:OnBordingMain(0);" tabindex="1007" title="Register" type="button"> Register </button>
    <div class="mTop-24"></div>
    <div class="links" style="    font-family: 'Frutiger';
       font-size: 14px;
       font-weight: 300;">
      <ul class="">
        <li>Forgot <a aalink="ib_pre|login-box-forgot-username" href="javascript:OnBordingMain(1)" tabindex="1008" title="Username">Username</a> &nbsp;or
          <a aalink="ib_pre|login-box-forgot-password" href="javascript:OnBordingMain(2);" tabindex="1009" title="Password">Password</a></li>
        <li><a aalink="ib_pre|login-box-service-demo" href="javascript:GetTip('http://www.dbs.com.hk/ibanking/demo/');" tabindex="1010" title="Service Demo">Service Demo</a></li>
        <li><a aalink="ib_pre|login-box-online-security" href="javascript:GetTip('http://www.dbs.com.hk/ibanking/others.html?ref=online-security');" tabindex="1011" title="Online Security">Online Security</a></li>
        <li><a aalink="ib_pre|login-box-faq" href="javascript:GetTip('http://www.dbs.com.hk/ibanking/faq.html');" tabindex="1012" title="Frequently Asked Questions">Frequently Asked Questions</a></li>
        <li><a aalink="ib_pre|login-box-maintenance-schedule" href="javascript:GetTip('http://www.dbs.com.hk/ibanking/maintain.html');" tabindex="1013" title="View Maintenance Schedule">View Maintenance Schedule</a></li>
      </ul>
    </div>
  </div>
  <!-- body end -->
  <script>
    /*jQuery(function($){
         
          var lastHeight = 0, 
           curHeight = 0, 
           $iframe = $(window.parent.document).contents().find('#main'), 
           $body = $('body');
           
          setInterval(function(){
           curHeight = $body.height() + 10;
           if ( curHeight != lastHeight ) {
            if ( $iframe ) {
             $($iframe).css('height',curHeight);
             lastHeight = curHeight;
            }
           }
          },500);
          
         });*/
  </script>
  <script>
    var isBrowserSupported = false;
    var isBrowserNotSupportedRedirect = false;

    function checkBrowserVersion() {
      var validBrowser = isValidBrowser(getBrowserVersion(navigator.userAgent));
      if (validBrowser == 0) {
        isBrowserSupported = true;
      } else if (validBrowser == 1) {
        isBrowserSupported = false;
      } else if (validBrowser == 2) {
        isBrowserSupported = false;
        isBrowserNotSupportedRedirect = true;
      }
      if (isBrowserNotSupportedRedirect) {
        window.location.replace("https://www.dbs.com.hk/ibanking/online-security-browser.html");
      }
      if (!isBrowserSupported) {
        document.getElementById('browsercheckdiv').innerHTML =
          'Dear customer, the browser that you are using is not the latest version. <br>DBS iBanking is best viewed with <a href="http://www.dbs.com.hk/ibanking/faq.html#S12" target="_blank">this list of supported browsers</a>.';
        document.getElementById('browsercheckdiv').style.display = 'block';
      } else {
        document.getElementById('browsercheckdiv').style.innerHTML = '';
        document.getElementById('browsercheckdiv').style.display = 'none';
      }
    }

    function login() {
      window.location.replace("https://internet-banking.hkdbsib.com/home.html");
    }

    function getBrowserVersion(agent) {
      var browser = '';
      var version = '';
      var detectregexp = '';
      if (agent.indexOf('OPR') != -1) {
        detectregexp = /OPR[\/\s](\d+)/
        browser = 'OPERA';
      } else if (agent.indexOf('Presto') != -1) {
        detectregexp = /Opera[\/\s](\d+)/
        browser = 'OPERA';
      } else if (agent.indexOf('SamsungBrowser/') != -1) { //samsung check before chrome
        detectregexp = /SamsungBrowser[\/\s](\d+\.\d+)/
        browser = 'SAMSUNGBROWSER';
      } else if (agent.indexOf('Firefox') != -1) {
        detectregexp = /Firefox[\/\s](\d+)/ //test for Firefox/x.x or Firefox x.x (ignoring remaining digits);
        browser = 'FIREFOX';
      } else if (agent.indexOf('Edge') != -1) {
        detectregexp = /Edge[\/\s](\d+)/
        browser = 'EDGE';
      } else if (agent.indexOf('MSIE') != -1) {
        detectregexp = /MSIE (\d+)/ //test for MSIE x.x
        browser = 'IE';
      } else if (agent.indexOf('Trident') != -1) { // if no "MSIE" string in userAgent
        detectregexp = /Trident.*rv[ :]*(\d+)/ //test for rv:x.x or rv x.x where Trident string exists
        browser = 'IE';
      } else if (agent.indexOf('Chrome/') != -1) {
        detectregexp = /Chrome[\/\s](\d+)/
        browser = 'CHROME';
      } else if (agent.indexOf('CriOS/') != -1) {
        detectregexp = /CriOS[\/\s](\d+)/
        browser = 'CHROME';
      } else if (agent.indexOf('Android') != -1) { //Android check after all but before safari
        detectregexp = /Android (\d+\.\d+)/
        browser = 'ANDROID';
      } else if (agent.indexOf('Version') != -1 && agent.indexOf('Safari') != -1) {
        detectregexp = /Version[\/\s](\d+)/
        browser = 'SAFARI';
      } else if (agent.indexOf('iPhone') != -1 || agent.indexOf('iPad') != -1 || agent.indexOf('iPod') != -1) {
        detectregexp = /OS (\d+)/
        browser = 'SAFARI';
      }
      if (detectregexp == '') {
        return ['', 0];
      }
      if (detectregexp.test(agent)) {
        var tempversion = new Number(RegExp.$1);
        if (tempversion >= 0) {
          version = tempversion;
        }
      } else {
        return ['', 0];
      }
      return [browser, version];
    }

    function isValidBrowser(browserVersion) {
      var browser = browserVersion[0];
      var version = browserVersion[1];
      if (browser == 'FIREFOX') {
        if (version >= 31) {
          return 0;
        } else if (version >= 24) {
          return 1;
        }
      }
      if (browser == 'EDGE') {
        if (version >= 0) {
          return 0;
        } else if (version >= 0) {
          return 1;
        }
      }
      if (browser == 'IE') {
        if (version >= 11) {
          return 0;
        } else if (version >= 10) {
          return 1;
        }
      }
      if (browser == 'CHROME') {
        if (version >= 37) {
          return 0;
        } else if (version >= 29) {
          return 1;
        }
      }
      if (browser == 'SAMSUNGBROWSER') {
        if (version >= 4) {
          return 0;
        } else if (version >= 2.1) {
          return 1;
        }
      }
      if (browser == 'ANDROID') {
        if (version >= 4) {
          return 0;
        } else if (version >= 2.3) {
          return 1;
        }
      }
      if (browser == 'SAFARI') {
        if (version >= 7) {
          return 0;
        } else if (version >= 6) {
          return 1;
        }
      }
      return 2;
    }

    function get_browser() {
      var ua = navigator.userAgent,
        tem, M = ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];
      if (/trident/i.test(M[1])) {
        tem = /\brv[ :]+(\d+)/g.exec(ua) || [];
        return 'msie ' + (tem[1] || '');
      }
      if (M[1] === 'Chrome') {
        tem = ua.match(/\bOPR\/(\d+)/)
        if (tem != null) {
          return 'Opera ' + tem[1];
        }
      }
      M = M[2] ? [M[1], M[2]] : [navigator.appName, navigator.appVersion, '-?'];
      if ((tem = ua.match(/version\/(\d+)/i)) != null) {
        M.splice(1, 1, tem[1]);
      }
      return M[0];
    }

    function get_browser_version() {
      var ua = navigator.userAgent,
        tem, M = ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];
      if (/trident/i.test(M[1])) {
        tem = /\brv[ :]+(\d+)/g.exec(ua) || [];
        return (tem[1] || '');
      }
      if (M[1] === 'Chrome') {
        tem = ua.match(/\bOPR\/(\d+)/)
        if (tem != null) {
          return 'Opera ' + tem[1];
        }
      }
      M = M[2] ? [M[1], M[2]] : [navigator.appName, navigator.appVersion, '-?'];
      if ((tem = ua.match(/version\/(\d+)/i)) != null) {
        M.splice(1, 1, tem[1]);
      }
      return M[1];
    }
  </script>
</form>

Text Content

DBS IBANKING
中文




Username



Password



Login Register

 * Forgot Username  or Password
 * Service Demo
 * Online Security
 * Frequently Asked Questions
 * View Maintenance Schedule



Important Notes

System Maintenance
Due to system maintenance, there will be a service interruption on some
services. Please click here for details.



Assess the risk of fraud and cyber security by using Scameter
If you have any doubt on an incoming call number, email address, web address,
platform account, payment account, etc., you can use the Scameter in the
CyberDefender website of the Hong Kong Police Force or download the Scameter+
App to assess the risk of fraud and cyber security. Please click here to learn
more.

The name of the Financial Reporting Council will be changed to the Accounting
and Financial Reporting Council
Effective from 22 November 2023, the name of the Financial Reporting Council
(FRC) will be changed to the Accounting and Financial Reporting Council (AFRC).
Consequently, the FRC Transaction Levy will be renamed as AFRC Transaction Levy.
However, this change may not be timely reflected on the trading platform, client
statements, contract notes and advices. Prior to system update, please note that
“FRC Transaction Levy” refers to “AFRC Transaction Levy” on the trading
platform, client statements, contract notes and advices. The system will be
updated to reflect the changes soon.

Be wary of instant messaging account hacking attempts
Scammers can hijack a victim’s instant messaging account, such as WhatsApp, by
sending an SMS to the victim with a hyperlink or a fake instant messaging login
webpage which may be shown... Read more as a search result in a search engine.
They will then disguise themselves as the victim and ask the victim’s family or
friends to transfer money to the scammers by using excuses such as paying
insurance premiums, buying gifts for family, etc.

Stay vigilant and protect yourself from scams: (i) don’t click on any suspicious
hyperlink; (ii) when logging in to your instant messaging account via webpage,
ensure it is the official login webpage; (iii) never respond to any incoming
video and voice phone calls from an unknown number to protect your identity.

Implementation of Fast Interface for New Issuance (FINI) for eIPO service
FINI for eIPO service will be implemented on 22 November 2023. To continue to
subscribe for eIPO after FINI comes into effect, please ensure you have provided
your express consent to us through DBS iBanking or DBS digibank HK app, and
expect at least 4 to 5 business days for processing. For details, please refer
to go.dbs.com/hk-consent-securities-en .

Update your DBS digibank HK version
Please be reminded to update your DBS digibank HK to the latest version to
continue enjoying the seamless and safe digital banking services. Please click
here to learn more.

Don't Lend/Sell Your Account
Do not sell or lend your accounts to others as these may be abused for unlawful
purposes and you may expose yourselves to the risk of committing money
laundering offences. Please click here to learn more.

Migration of Standing Instruction/Recurring transfer service to FPS
Banks in Hong Kong will gradually migrate from standing instruction/ recurring
transfer service to Faster Payment System (FPS) by Sep 2024. Please set up or
update your standing instruction/ recurring transfer service using the payee’s
FULL account name registered with his/ her bank to facilitate the verification
of the payee’s name and avoid funds transfer being rejected by recipient bank.

"Protect your Personal Digital Keys, Beware of Fraudulent Links!"
Stay alert of emails or SMS with embedded links that claim to be from DBS. We
will never ask you to log in to your online banking or provide your login
credentials or one-time passwords ... Read morethrough those embedded links. For
more information, please click here or call (852) 2290 8345.


DBS LOGIN

 * Our Branches & ATMs
 * Contact Us

 * Terms & Conditions
 * Data Policy
 * Vulnerability Disclosure Policy
 * DBS Bank (Hong Kong) Limited 星展銀行(香港)有限公司

 * 
 *