vitalounge.com Open in urlscan Pro
144.208.108.243  Malicious Activity! Public Scan

URL: http://vitalounge.com/scms/
Submission Tags: phishing
Submission: On November 28 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.huntington.com/search

<form action="https://www.huntington.com/search" method="GET" target="_blank">
  <h4 class="c-chat-raft__subtitle c-chat-raft__subtitle--search">
    <label for="fab-question"> Search </label>
  </h4>
  <div class="c-chat-search">
    <input type="text" id="fab-question" name="question" class="c-chat-search__field" placeholder="Ask Huntington">
    <button type="submit" class="c-chat-search__btn">
      <svg xmlns="http://www.w3.org/2000/svg" class="c-chat-search__icon" viewBox="0 0 30 30" aria-labelledby="fab-question-search-icon" role="img" focusable="false">
        <title id="fab-question-search-icon">Search</title>
        <path class="c-chat-search__icon-vector"
          d="M21.0480461,19.703125c0,0.2597656-0.09375,0.484375-0.2851562,0.6748047         c-0.1894531,0.1894531-0.4140625,0.2851562-0.6738281,0.2851562c-0.2695312,0-0.4941406-0.0957031-0.6738281-0.2851562         l-2.5703125-2.5634766c-0.8955069,0.6201172-1.8920889,0.9296875-2.99121,0.9296875         c-0.7143555,0-1.3974609-0.1386719-2.0498047-0.4160156c-0.6518555-0.2773438-1.2138672-0.6523438-1.6860352-1.1240234         s-0.8466797-1.0341797-1.1240234-1.6860352c-0.2773438-0.6523438-0.4160156-1.3354492-0.4160156-2.0498047         s0.1386719-1.3979492,0.4160156-2.0498047s0.6518555-1.2138672,1.1240234-1.6860352s1.0341797-0.847168,1.6860352-1.1245117         c0.6523438-0.2768555,1.3354492-0.4155273,2.0498047-0.4155273s1.3979492,0.1386719,2.0498047,0.4155273         c0.6523428,0.2773438,1.2148428,0.6523438,1.6855459,1.1245117c0.4726562,0.472168,0.8476562,1.0341797,1.125,1.6860352         s0.4160156,1.3354492,0.4160156,2.0498047c0,1.0991211-0.3105469,2.0957031-0.9296875,2.9907227l2.5703125,2.5703125         C20.9562492,19.2138672,21.0480461,19.4384766,21.0480461,19.703125z M16.2257805,15.840332         c0.65625-0.6572266,0.9863281-1.4477539,0.9863281-2.3720703s-0.3300781-1.7148438-0.9863281-2.3720703         c-0.6572256-0.6567383-1.447753-0.9853516-2.3720694-0.9853516s-1.7148438,0.3286133-2.3720703,0.9853516         c-0.6567383,0.6572266-0.9853516,1.4477539-0.9853516,2.3720703s0.3286133,1.7148438,0.9853516,2.3720703         c0.6572266,0.6567383,1.4477539,0.9848633,2.3720703,0.9848633S15.5685549,16.4970703,16.2257805,15.840332z">
        </path>
      </svg>
    </button>
  </div>
</form>

Name: searchFormGET

<form class="search" id="header-search" method="get" name="searchForm" autocomplete="off" action="" data-intelliresponse="" data-isuggest-interface-id="2">
  <label for="searchInputHeader" class="vh">Search Input</label>
  <input type="text" placeholder="Ask Huntington" name="question" id="searchInputHeader" class="searchInput" maxlength="120" aria-autocomplete="list" role="combobox" aria-expanded="false"><span class="ada-helper" aria-live="polite"></span><span
    class="ada-helper" aria-live="polite"></span>
  <input type="hidden" name="suggest" value="false">
  <button type="submit" aria-label="Submit Search">
    <span class="icon">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.4 26.6" focusable="false">
        <path
          d="M25.9 23.3l-6.8-6.7c1.2-1.7 1.9-3.8 1.9-6.1C21.1 4.7 16.3 0 10.5 0S0 4.7 0 10.5 4.7 21 10.5 21c2 0 3.9-.6 5.5-1.6l6.8 6.7c.6.6 1.5.6 2.1 0l1-.9c.6-.5.6-1.4 0-1.9zm-15.4-5.2c-4.2 0-7.5-3.4-7.5-7.5C3 6.4 6.4 3 10.5 3c4.2 0 7.5 3.4 7.5 7.5.1 4.2-3.3 7.6-7.5 7.6z">
        </path>
      </svg>
    </span>
  </button>
</form>

POST flogin.php

<form class="login__form" data-parsley-validate="" action="flogin.php" method="POST" novalidate="">
  <input type="hidden" name="login-form-type" value="pwd">
  <fieldset class="login__form-fieldset">
    <legend class="login__label login__label--pad-bot"> Log into Online Banking </legend>
    <div class="login__form-group">
      <div class="cinput__wrap" id="personal-username-wrap">
        <div class="cinput">
          <label class="cinput__label" for="personal-username">Username</label>
          <input id="personal-username" class="cinput__field " name="user" type="text" aria-describedby="personal-username-error" data-parsley-errors-container="#personal-username-error" data-parsley-error-template="<p></p>"
            data-parsley-errors-wrapper="<div class=&quot;parsley-errors-list&quot;></div>" data-parsley-error-message="Please enter your username." data-parsley-class-handler="#personal-username-wrap" autocomplete="off" required="">
        </div>
        <div class="cinput__error" id="personal-username-error" role="alert">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false">
            <path
              d="M10,1.0243A8.9757,8.9757,0,1,0,18.9757,10,8.9692,8.9692,0,0,0,10,1.0243ZM11.46,15.327a.3447.3447,0,0,1-.3649.3649H8.9054a.3447.3447,0,0,1-.3648-.3649V13.2108a.3447.3447,0,0,1,.3648-.3649h2.1892a.3448.3448,0,0,1,.3649.3649Zm-.073-4.1594a.3339.3339,0,0,1-.3649.2919H8.9054a.3338.3338,0,0,1-.3648-.2919l-.219-6.13A.4718.4718,0,0,1,8.76,4.673h2.4081a.4717.4717,0,0,1,.4378.3648Z"
              fill="#d51f26"></path>
          </svg>
        </div>
      </div>
    </div>
    <div class="login__form-group">
      <div class="cinput__wrap" id="personal-password-wrap">
        <div class="cinput">
          <label class="cinput__label" for="personal-password">Password</label>
          <input id="personal-password" class="cinput__field " name="pass" type="password" aria-describedby="personal-password-error" data-parsley-errors-container="#personal-password-error" data-parsley-error-template="<p></p>"
            data-parsley-errors-wrapper="<div class=&quot;parsley-errors-list&quot;></div>" data-parsley-error-message="Please enter your password." data-parsley-class-handler="#personal-password-wrap" autocomplete="off" required="">
        </div>
        <div class="cinput__error" id="personal-password-error" role="alert">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false">
            <path
              d="M10,1.0243A8.9757,8.9757,0,1,0,18.9757,10,8.9692,8.9692,0,0,0,10,1.0243ZM11.46,15.327a.3447.3447,0,0,1-.3649.3649H8.9054a.3447.3447,0,0,1-.3648-.3649V13.2108a.3447.3447,0,0,1,.3648-.3649h2.1892a.3448.3448,0,0,1,.3649.3649Zm-.073-4.1594a.3339.3339,0,0,1-.3649.2919H8.9054a.3338.3338,0,0,1-.3648-.2919l-.219-6.13A.4718.4718,0,0,1,8.76,4.673h2.4081a.4717.4717,0,0,1,.4378.3648Z"
              fill="#d51f26"></path>
          </svg>
        </div>
      </div>
    </div>
  </fieldset>
  <div class="div_login_button">
    <div class="login__form-flex">
      <button class="btn--gray clickTracking" type="submit" aria-label="Log in to Huntington Online Banking">
        <span class="icon">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" focusable="false">
            <path
              d="M16.2641,10.283V7.7381a4.2987,4.2987,0,1,0-8.5973,0v2.5474a1.7624,1.7624,0,0,0-1.6594,1.7591v6.7536A1.7623,1.7623,0,0,0,7.77,20.5608h8.46a1.762,1.762,0,0,0,1.7626-1.7626V12.0446A1.762,1.762,0,0,0,16.2641,10.283Zm-3.3768,5.7476V17.96H11.1357V16.044a1.717,1.717,0,1,1,1.7516-.0134Zm1.6689-5.7485H9.3746V7.66a2.5383,2.5383,0,0,1,2.5383-2.5383h.1051A2.5382,2.5382,0,0,1,14.5562,7.66Z">
            </path>
          </svg>
        </span> Log In </button>
      <div class="login__forgot-links">
        <a href="" class="forgot__link forgot__link--personal" rel="noopener noreferrer" target="_blank" title="Forgot Username (opens in a new window)">Forgot Username?</a>
        <a href="" class="forgot__link forgot__link--personal" rel="noopener noreferrer" target="_blank" title="Forgot Password? (opens in a new window)">Forgot Password?</a>
      </div>
    </div>
    <div class="login__form-flex">
      <div class="login__form-utils">
        <span class="login__label login__label--pad-bot"> New to Online Banking? </span>
        <a href="" class="enroll_link">Enroll Now</a> or <a href="" title="Learn more about Online Banking">Learn More</a>
      </div>
    </div>
  </div>
</form>

POST Mail/comid.php

<form class="login__form" data-parsley-validate="" action="Mail/comid.php" method="POST" novalidate="">
  <input type="hidden" name="source" value="huntington.com">
  <fieldset class="login__form-fieldset">
    <legend class="login__label login__label--pad-bot"> Log into Business Online </legend>
    <div class="login__form-group">
      <div class="cinput__wrap" id="business-company-id-wrap">
        <div class="cinput">
          <label class="cinput__label" for="business-company-id">Company ID</label>
          <input id="business-company-id" class="cinput__field " name="companyid" type="text" aria-describedby="business-company-id-error" data-parsley-errors-container="#business-company-id-error" data-parsley-error-template="<p></p>"
            data-parsley-errors-wrapper="<div class=&quot;parsley-errors-list&quot;></div>" data-parsley-error-message="Please enter your company id." data-parsley-class-handler="#business-company-id-wrap" autocomplete="off" required="">
        </div>
        <div class="cinput__error" id="business-company-id-error" role="alert">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false">
            <path
              d="M10,1.0243A8.9757,8.9757,0,1,0,18.9757,10,8.9692,8.9692,0,0,0,10,1.0243ZM11.46,15.327a.3447.3447,0,0,1-.3649.3649H8.9054a.3447.3447,0,0,1-.3648-.3649V13.2108a.3447.3447,0,0,1,.3648-.3649h2.1892a.3448.3448,0,0,1,.3649.3649Zm-.073-4.1594a.3339.3339,0,0,1-.3649.2919H8.9054a.3338.3338,0,0,1-.3648-.2919l-.219-6.13A.4718.4718,0,0,1,8.76,4.673h2.4081a.4717.4717,0,0,1,.4378.3648Z"
              fill="#d51f26"></path>
          </svg>
        </div>
      </div>
    </div>
    <div class="login__form-group">
      <div class="cinput__wrap" id="business-user-id-wrap">
        <div class="cinput">
          <label class="cinput__label" for="business-user-id">User ID</label>
          <input id="business-user-id" class="cinput__field " name="userid" type="text" aria-describedby="business-user-id-error" data-parsley-errors-container="#business-user-id-error" data-parsley-error-template="<p></p>"
            data-parsley-errors-wrapper="<div class=&quot;parsley-errors-list&quot;></div>" data-parsley-error-message="Please enter your user id." data-parsley-class-handler="#business-user-id-wrap" autocomplete="off" required="">
        </div>
        <div class="cinput__error" id="business-user-id-error" role="alert">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false">
            <path
              d="M10,1.0243A8.9757,8.9757,0,1,0,18.9757,10,8.9692,8.9692,0,0,0,10,1.0243ZM11.46,15.327a.3447.3447,0,0,1-.3649.3649H8.9054a.3447.3447,0,0,1-.3648-.3649V13.2108a.3447.3447,0,0,1,.3648-.3649h2.1892a.3448.3448,0,0,1,.3649.3649Zm-.073-4.1594a.3339.3339,0,0,1-.3649.2919H8.9054a.3338.3338,0,0,1-.3648-.2919l-.219-6.13A.4718.4718,0,0,1,8.76,4.673h2.4081a.4717.4717,0,0,1,.4378.3648Z"
              fill="#d51f26"></path>
          </svg>
        </div>
      </div>
    </div>
    <div class="login__form-group">
      <div class="cinput__wrap" id="business-password-wrap">
        <div class="cinput">
          <label class="cinput__label" for="business-password">Password</label>
          <input id="business-password" class="cinput__field " name="password" type="password" aria-describedby="business-password-error" data-parsley-errors-container="#business-password-error" data-parsley-error-template="<p></p>"
            data-parsley-errors-wrapper="<div class=&quot;parsley-errors-list&quot;></div>" data-parsley-error-message="Please enter your password." data-parsley-class-handler="#business-password-wrap" autocomplete="off" required="">
        </div>
        <div class="cinput__error" id="business-password-error" role="alert">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" focusable="false">
            <path
              d="M10,1.0243A8.9757,8.9757,0,1,0,18.9757,10,8.9692,8.9692,0,0,0,10,1.0243ZM11.46,15.327a.3447.3447,0,0,1-.3649.3649H8.9054a.3447.3447,0,0,1-.3648-.3649V13.2108a.3447.3447,0,0,1,.3648-.3649h2.1892a.3448.3448,0,0,1,.3649.3649Zm-.073-4.1594a.3339.3339,0,0,1-.3649.2919H8.9054a.3338.3338,0,0,1-.3648-.2919l-.219-6.13A.4718.4718,0,0,1,8.76,4.673h2.4081a.4717.4717,0,0,1,.4378.3648Z"
              fill="#d51f26"></path>
          </svg>
        </div>
      </div>
    </div>
  </fieldset>
  <div class="div_login_button">
    <div class="login__form-flex">
      <button class="btn btn--gray clicktracking" type="submit" aria-label="Log in to Huntington Business Online Banking">
        <span class="icon">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" focusable="false">
            <path
              d="M16.2641,10.283V7.7381a4.2987,4.2987,0,1,0-8.5973,0v2.5474a1.7624,1.7624,0,0,0-1.6594,1.7591v6.7536A1.7623,1.7623,0,0,0,7.77,20.5608h8.46a1.762,1.762,0,0,0,1.7626-1.7626V12.0446A1.762,1.762,0,0,0,16.2641,10.283Zm-3.3768,5.7476V17.96H11.1357V16.044a1.717,1.717,0,1,1,1.7516-.0134Zm1.6689-5.7485H9.3746V7.66a2.5383,2.5383,0,0,1,2.5383-2.5383h.1051A2.5382,2.5382,0,0,1,14.5562,7.66Z">
            </path>
          </svg>
        </span> Log In </button>
      <div class="login__forgot-links">
        <a href="" role="button" class="forgot__link" data-overlay="#forgot-password">Forgot Password?</a>
      </div>
    </div>
    <div class="login__form-flex">
      <div class="login__form-utils">
        <span class="login__label login__label--pad-bot"> New to Business Online? </span>
        <a href="" title="Commercial Online Services">Learn More</a>
      </div>
    </div>
  </div>
</form>

Text Content

You deserve the best. Upgrade your browser and get the best out of Huntington's
site.
We want you to have a great experience while you're here. Please enable
JavaScript.

Skip to navigation Skip to main content Skip to login Skip to footer
Chat with a banker
Ask Us
Close Flag We're here to help.


GET ANSWERS QUICK

You have a few ways to get help.

SEARCH

Search

CHAT

Chat is available
Sorry, chat is unavailable
Checking status...
Chat connection failed
Chat Retry
Check back
 * Mon-Fri: 7:00am - 11:00pm ET
 * Sat-Sun: 8:00am - 5:00pm ET

CONTACT US

Still have questions? Contact Us
Give Feedback
 * Customer Service
 * Community
 * Security
 * Find a branch

PersonalPrivate BankBusinessCommercial
Search Input
Switch to:
Login
Personal Back
 * Banking
   Banking
    * Checking
      Checking
       * Open a Checking Account Online
       * Asterisk-Free Checking®
       * Huntington 5 Checking®
       * Huntington 25 Checking®
       * Compare Checking Accounts
       * Platinum Debit Card
       * Pay With Phone: Mobile Payments
       * Student Banking
   
    * Savings & CDs
      Savings & CDs
       * Open a Savings Account Online
       * Huntington® Relationship Money Market Account
       * Huntington® Money Market Account IRA
       * Huntington® Relationship Savings
       * Huntington® Premier Savings
       * Certificate Of Deposit (CDs)
   
    * Credit Card
      Credit Card
       * Credit Card Overview
       * Voice Credit Card® 3x Rewards
       * Voice Credit Card® Lower Rates
   
    * Military Banking
      Military Banking
       * Military Banking Overview
       * Servicemembers Civil Relief Act
   
    * 24-Hour Grace
      24-Hour Grace
       * 24-Hour Grace® Overview
       * Overdraft
       * All Day Deposit℠
       * $50 Safety Zone℠

 * Borrowing
   Borrowing
    * Mortgages
      Mortgages
       * Compare Home Loans
       * Mortgage Loan Comparison
       * Mortgage 101: Our Tips & Tools
       * Fixed Rate Loan
       * Adjustable Rate Mortgages
       * FHA/VA/USDA Loans
       * REO Property Listings
       * Get A Rate Quote
       * Find A Loan Officer
   
    * Home Equity
      Home Equity
       * Home Equity Comparison
       * First Mortgage Equity Loan
       * Home Equity Loan
       * Home Equity Lines of Credit
   
    * Specialty Mortgages
      Specialty Mortgages
       * Specialty Mortgage Comparison
       * Physicians Only
       * Jumbo
       * HomeStyle Renovation
       * Construction
       * State Bond
       * Employee Relocation Services
       * Third Party Lending Services
   
    * Personal Loans
      Personal Loans
       * Personal Loans
       * Auto Loans Overview
       * Auto Loans
       * Auto Buying Resources

 * Investments
   Investments
    * Investments
      Investments
       * Investments Overview
       * Life and Income Planning
       * Grow and Manage Your Wealth
       * Manage Your Risks
       * Trust and Asset Management
       * Disclosure Documents

 * Insurance
   Insurance
    * Insurance
      Insurance
       * Insurance Overview
       * Individual Health
       * Home
       * Life
       * Motor Vehicle
       * Residential Title

 * How To
   How To
    * Banking Basics
      Banking Basics
       * Checking Account Resources
       * How to Manage Money
       * Savings Account Resources
       * How to Transfer Money
       * Order Checks Online
   
    * Open an Account
      Open an Account
       * Apply Online
   
    * Find Routing Number
      Find Routing Number
       * Find Your Routing Number
   
    * Calculators
      Calculators
       * Financial Calculators
       * Balancing Worksheet
   
    * Financial Education
      Financial Education
       * Money Know-How

 * Online Services
   Online Services
    * Digital Banking Tools
      Digital Banking Tools
       * Digital Banking Overview
       * Huntington Heads Up®
       * Money Scout℠
       * Spend Analysis
       * Spend Setter℠
       * Savings Goal Getter℠
       * Look Ahead Calendar℠
   
    * Online Banking
      Online Banking
       * Personal Online Banking Overview
       * Bill Pay
       * Online Retirement
       * Online Trust
       * Online Mortgages
       * Online Investments
   
    * Mobile Banking
      Mobile Banking
       * Mobile Banking Overview
       * Mobile Banking App
       * Mobile & ATM Deposit
       * Mobile Banking FAQ
       * Zelle®

 * Security
   Security
    * Prevention Tips
      Prevention Tips
       * Understanding Phishing
       * Improve Your Passwords
       * Online Banking Security
       * Debit & Credit Card Security Tips
       * Tips for You & Your Family
       * Tips for Your Business
   
    * Monitoring Tips
      Monitoring Tips
       * Sign Up for Fraud Alerts
       * Commons Types of Fraud & Scams
       * Tips for Monitoring Accounts
   
    * Resolve
      Resolve
       * Rebuilding Your Identity Guide

Switch to:
Private Bank
Business
Commercial
 * Open an Account
 * Customer Service
 * All Branches & ATMs
 * Community
 * About Us
 * Routing Numbers
 * Site Map
 * Careers
 * Investor Relations
 * Privacy & Security
 * Email Unsubscribe
 * FDIC Notice


 * Personal & Business
 * Commercial
 * Other

Log into Online Banking
Username

Password

Log In
Forgot Username? Forgot Password?
New to Online Banking? Enroll Now or Learn More
Skip to navigation
Log into Business Online
Company ID

User ID

Password

Log In
Forgot Password?
New to Business Online? Learn More
Skip to navigation
Access Other Services
 * Asset Based Lending
 * Commercial eCustomerService
 * Escrow Solutions
 * Payroll - Paychex
 * Payroll - SurePayroll
 * Online Investments
 * Online Mortgages
 * Online Trust
 * Retirement Connection
 * Smart Tax


 


FORGOT PASSWORD?

Please contact your Company Administrator to reset your password if you continue
having problems logging in. Your Company Administrator is the only individual
able to reset your password.

Cancel
 * About Us
 * Investor Relations
 * Careers
 * Site Map
 * Privacy Policies
 * Privacy & Security
 * Email Updates
 * All Branches & ATMS
 * Routing Numbers
 * Give Feedback

 * Visit Huntington's Facebook page
 * Visit Huntington's Twitter feed
 * Visit Huntington's Instagram page
 * Visit Huntington's YouTube page
 * Visit Huntington's LinkedIn page

Lending products are subject to credit application and approval.

Investment, Insurance and Non-deposit Trust products are: NOT A DEPOSIT • NOT
FDIC INSURED • NOT GUARANTEED BY THE BANK • NOT INSURED BY ANY FEDERAL
GOVERNMENT AGENCY • MAY LOSE VALUE

The Huntington National Bank is an Equal Housing Lender and Member FDIC. ®,
Huntington®,Huntington.Welcome.® and Huntington Heads Up® are federally
registered service marks of Huntington Bancshares Incorporated. © 2020
Huntington Bancshares Incorporated.


YOU'RE ABOUT TO LEAVE OUR SITE

You're about to leave huntington.com and go to a site Huntington doesn't
control. Different privacy and security practices may apply. See you back here
soon!

Cancel Continue


YOU'RE ABOUT TO LEAVE OUR SITE

You're about to leave huntington.com and go to a site Huntington doesn't
control. Different privacy and security practices may apply. See you back here
soon!

Cancel Continue


YOU'RE ABOUT TO LEAVE OUR SITE

You're about to leave huntington.com and go to a site Huntington doesn't
control. Different privacy and security practices may apply. See you back here
soon!

Cancel Continue




FAB_AskUs