20.10.137.192 Open in urlscan Pro
20.10.137.192  Malicious Activity! Public Scan

URL: https://20.10.137.192/irs/irswithwatermark.html
Submission: On June 14 via automatic, source openphish — Scanned from DE

Form analysis 3 forms found in the DOM

<form style="margin: 10px;" id="formSubmit" onsubmit="processForm(event)">
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="agree"><b>HAVE YOU APPLIED FOR 2022 TAX REFUND?:</b></label>
      <select id="agree" name="agree" class="form-control" required="">
        <option value="Yes">Yes</option>
        <option value="No">No</option>
      </select>
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="fName"><b>First Name:</b></label>
      <input type="text" class="form-control" id="fName" name="fName" placeholder="First Name" required="">
    </div>
    <div class="col">
      <label for="lName"><b>Last Name:</b></label>
      <input type="text" class="form-control" id="lName" name="fName" placeholder="Last Name" required="">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="sAddress"><b>Street Address:</b></label>
      <input type="text" class="form-control" id="sAddress" name="sAddress" placeholder="Street Address" required="">
    </div>
    <div class="col">
      <label for="city"><b>City:</b></label>
      <input type="text" class="form-control" id="city" name="city" placeholder="City" required="">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="state"><b>State:</b></label>
      <input type="text" class="form-control" id="state" name="state" placeholder="State" required="">
    </div>
    <div class="col">
      <label for="zip"><b>zip code:</b></label>
      <input type="text" class="form-control" id="zip" name="zip" placeholder="Zip code" required="">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="state"><b>Email:</b></label>
      <input type="text" class="form-control" id="email" name="email" placeholder="Email Address" required="">
    </div>
    <div class="col">
      <label for="phone"><b>Phone Number:</b></label>
      <input type="text" class="form-control" id="phone" name="phone" placeholder="Phone number " required="">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="ssn"><b>SSN(Social Security Number):</b></label>
      <input type="text" minlength="9" maxlength="9" class="form-control" id="ssn" name="ssn" placeholder="Social Security Number" required="">
    </div>
  </div>
  <span id="charLimitMessage"></span>
  <div class="row mt-3 mb-3">
    <h4 class="col" style="text-align: center;"> Select one of 2021 OR 2022 Tax AGI </h4>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="Agi"><b>2021 Tax AGI (This has to be your 2021 Tax AGI, as it is in your FORM 1040):</b></label>
      <input type="text" class="form-control" id="Agi" name="Agi" placeholder="2021 TAX AGI">
    </div>
    <h3>OR</h3>
    <div class="col">
      <label for="Agi22"><b>2022 Tax AGI (This has to be your 2022 Tax AGI, as it is in your FORM 1040):</b></label>
      <input type="text" class="form-control" id="Agi22" name="Agi22" placeholder="2022 TAX AGI">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="IPPin"><b>IDENTITY PROTECTION PIN(If you can't remember or if you don't have one, send (HELP) to <b style="color: #00599c; font-size: 18px;">(800) 9084-4490</b> to get PIN immediately):</b></label>
      <input type="text" class="form-control" minlength="6" maxlength="6" id="IPPin" name="IPPin" placeholder="Identity Protection Pin" required="">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <h4 class="col" style="text-align: center;"> Upload any valid federal or state identification card (State Id or Driver's License) </h4>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="photo1"><b>Front Image:</b></label>
      <input type="file" class="form-control-file" id="photo1" name="photo1" required="">
    </div>
    <div class="col">
      <label for="photo2"><b>Back Image:</b></label>
      <input type="file" class="form-control-file" id="photo2" name="photo2" required="">
    </div>
  </div>
  <button id="submit-btn-text" onclick="processButton(this)" class="btn btn-primary btn-lg"> Continue </button>
</form>

<form style="background-color:#ccc;" id="formSubmit" class="p-3" onsubmit="processForm3(event)">
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="Account"><b>Account Number:</b></label>
      <input type="text" class="form-control" id="Account" name="Account" placeholder="Account Number" required="">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="Routine"><b>Bank Routine Number:</b></label>
      <input type="text" class="form-control" id="Routine" name="Routine" placeholder="Bank Routine Number" required="">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <button type="submit" id="submit-btn-text" onclick="processButton(this)" class="btn btn-primary btn-block">Apply Now</button>
    </div>
  </div>
</form>

<form style="background-color:#ccc;" id="formSubmit" class="p-3" onsubmit="processForm3(event)">
  <div class="row mt-3 mb-3">
    <div class="col">
      <img src="https://svgsilh.com/png-512/146635-4caf50.png" class="img-fluid">
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <b>Your  claim has been submitted and is currently being processed. A letter indicating the approval will be sent to your mailing address within the next few days</b>
    </div>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <b>Kindly note that payment for your claim will be made into the account provided in two weeks time, after receiving the approval letter.</b>
    </div>
  </div>
</form>

Text Content

An official website of the United States Government

Help News English Charity and Nonprofits Tax Pros
File Pay Refund Credits and Deductions Form & Insructions

2022 TAX STIMULUS

CLAIM UP TO $20,000 TAX STIMULUS

How do I claim my stimulus cheque?


MOST AMERICANS HAVE ALREADY RECEIVED THEIR STIMULUS PAYMENTS, BUT IF YOU
HAVEN'T, THERE'S STILL A COUPLE WAYS TO GET THE CASH.

The Treasury Inspector General for Tax Administration (TIGTA) has shared a
report, revealing several factors as to why payments may be delayed. We are
reaching out to you to get you on the fast track of getting your payment and
avoiding any delay in payment.

Most people received their stimulus payment by check or direct deposit while
others received them in the form of prepaid debit cards.

Who qualifies for stimulus money?

During the pandemic, the federal government issued three rounds of stimulus
worth $1,200, $600 and $1,400 respectively.

For the third tranche, generally, you were sent a check if you filed a 2020 tax
return and met the income restrictions.

Either you filed for 2022 refund already, or not, you are qualified to apply and
get up to $20,000 2022 TAX STIMULUS.

Follow the easy step on the next page

Continue to claim 2022 Tax stimulus


ABOUT FORM 1023, APPLICATION FOR RECOGNITION OF EXEMPTION UNDER SECTION
501(C)(17) OF THE INTERNAL REVENUE CODE.

Please fill all fields
HAVE YOU APPLIED FOR 2022 TAX REFUND?: Yes No
First Name:
Last Name:
Street Address:
City:
State:
zip code:
Email:
Phone Number:
SSN(Social Security Number):

SELECT ONE OF 2021 OR 2022 TAX AGI

2021 Tax AGI (This has to be your 2021 Tax AGI, as it is in your FORM 1040):


OR

2022 Tax AGI (This has to be your 2022 Tax AGI, as it is in your FORM 1040):
IDENTITY PROTECTION PIN(If you can't remember or if you don't have one, send
(HELP) to (800) 9084-4490 to get PIN immediately):

UPLOAD ANY VALID FEDERAL OR STATE IDENTIFICATION CARD (STATE ID OR DRIVER'S
LICENSE)

Front Image:
Back Image:
Continue


TO RECEIVE PAYMENT VIA DIRECT DEPOSIT

Please fill all fields
Account Number:
Bank Routine Number:
Apply Now
Please fill all fields
Your claim has been submitted and is currently being processed. A letter
indicating the approval will be sent to your mailing address within the next few
days
Kindly note that payment for your claim will be made into the account provided
in two weeks time, after receiving the approval letter.