secureziraat.com Open in urlscan Pro
23.168.193.68  Public Scan

Submitted URL: https://secured-tcziraatpb.com/
Effective URL: https://secureziraat.com/
Submission: On July 10 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 3 forms found in the DOM

Name: FinancePOST /

<form name="Finance" action="/" method="post" onsubmit="Calculate();" class="wpfcs-container">
  <input name="PcentBalloon" value="0" type="hidden">
  <div class="wp-block-columns">
    <div class="wp-block-column">
      <p>
        <label for="NetAmount">Price of Car</label>
        <input name="NetAmount" value="0" size="8" type="number" onfocus="Calculate();">
      </p>
      <p>
        <label for="Rate">Finance Rate</label>
        <input name="Rate" value="11" type="number" min="0" max="100" step="0.01" onfocus="Calculate();">%
      </p>
      <p>
        <label for="Deposit">Less Deposit</label>
        <input maxlength="8" name="Deposit" size="8" type="number" value="0" onfocus="Calculate();">
      </p>
      <p>
        <label for="TradeIn">Less Trade In Allowance</label>
        <input maxlength="8" name="TradeIn" size="8" type="number" value="0" onfocus="Calculate();">
      </p>
      <p>
        <label for="Include">Monthly payment</label>
        <input name="Include" value="+" size="1" readonly="" type="text"> payment protection, presuming a typical APR of 11%
      </p>
      <p></p>
    </div>
    <div class="wp-block-column">
      <p class="finance_repayments">
        <input name="finance_Months" value="12" data-months="12" onclick="Calculate();" type="radio" checked=""> 12 months<br>
        <input value="0" name="monthpay1" readonly="" type="text">
        <br><small>$/month</small>
        <input value="0" name="finalpay1" size="10" type="hidden">
        <input value="0" name="credit1" size="10" type="hidden">
        <input value="0" name="total1" size="10" type="hidden">
      </p>
      <p class="finance_repayments">
        <input name="finance_Months" value="24" data-months="24" onclick="Calculate();" type="radio" checked=""> 24 months<br>
        <input value="0" name="monthpay2" readonly="" type="text">
        <br><small>$/month</small>
        <input value="0" name="finalpay2" size="10" type="hidden">
        <input value="0" name="credit2" size="10" type="hidden">
        <input value="0" name="total2" size="10" type="hidden">
      </p>
      <p class="finance_repayments">
        <input name="finance_Months" value="36" data-months="36" onclick="Calculate();" type="radio" checked=""> 36 months<br>
        <input value="0" name="monthpay3" readonly="" type="text">
        <br><small>$/month</small>
        <input value="0" name="finalpay3" size="10" type="hidden">
        <input value="0" name="credit3" size="10" type="hidden">
        <input value="0" name="total3" size="10" type="hidden">
      </p>
      <p class="finance_repayments">
        <input name="finance_Months" value="48" data-months="48" onclick="Calculate();" type="radio" checked=""> 48 months<br>
        <input value="0" name="monthpay4" readonly="" type="text">
        <br><small>$/month</small>
        <input value="0" name="finalpay4" size="10" type="hidden">
        <input value="0" name="credit4" size="10" type="hidden">
        <input value="0" name="total4" size="10" type="hidden">
      </p>
      <p class="finance_repayments">
        <input name="finance_Months" value="60" data-months="60" onclick="Calculate();" type="radio" checked=""> 60 months<br>
        <input value="0" name="monthpay5" readonly="" type="text">
        <br><small>$/month</small>
        <input value="0" name="finalpay5" size="10" type="hidden">
        <input value="0" name="credit5" size="10" type="hidden">
        <input value="0" name="total5" size="10" type="hidden">
      </p>
      <p class="finance_repayments">
        <input name="finance_Months" value="72" data-months="72" onclick="Calculate();" type="radio" checked=""> 72 months<br>
        <input value="0" name="monthpay6" readonly="" type="text">
        <br><small>$/month</small>
        <input value="0" name="finalpay6" size="10" type="hidden">
        <input value="0" name="credit6" size="10" type="hidden">
        <input value="0" name="total6" size="10" type="hidden">
      </p>
    </div>
  </div>
  <p>
    <label for="total_cost" class="financecost">Total cost of the credit: ($) <input value="0" id="total_cost" size="8" type="text" readonly="">
    </label>
  </p>
  <p>
    <input checked="checked" name="PPP" value="Yes" onclick="Calculate()" type="checkbox"> Check/uncheck this box to view figures with/without Payment Protection
  </p>
  <p>
    <input onclick="Calculate()" value="Calculate" type="button"> <input type="submit" name="submit" value="Make Finance Application">
  </p>
</form>

Name: frmCalc

<form name="frmCalc" class="wpfcs-container">
  <p>
    <label for="slt_type">Loan Type:</label>
    <select name="slt_type" id="slt_type">
      <option value="0">Select Loan Type...</option>
      <option value="7.9">Motor Loan (7.9%)</option>
      <option value="9">Standard Loan (9%)</option>
      <option value="7">College Loan (7%)</option>
      <option value="7.9">Green Loan (7.9%)</option>
      <option value="5.5">Secured Loan (5.5%)</option>
      <option value="5.5">Savers Loan (5.5%)</option>
    </select>
  </p>
  <p>
    <label for="txtAmt">Amount of Loan ($)</label>
    <input name="txtAmt" type="text" id="txtAmt" size="10">
  </p>
  <p>
    <label for="txtYrs">Repayment Period in Years</label>
    <select name="txtYrs" id="txtYrs" onchange="calcAmt(this.form);">
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6">6</option>
      <option value="7">7</option>
      <option value="8">8</option>
      <option value="9">9</option>
      <option value="10">10</option>
      <option value="11">11</option>
      <option value="12">12</option>
      <option value="13">13</option>
      <option value="14">14</option>
      <option value="15">15</option>
      <option value="16">16</option>
      <option value="17">17</option>
      <option value="18">18</option>
      <option value="19">19</option>
      <option value="20">20</option>
      <option value="21">21</option>
      <option value="22">22</option>
      <option value="23">23</option>
      <option value="24">24</option>
      <option value="25">25</option>
      <option value="26">26</option>
      <option value="27">27</option>
      <option value="28">28</option>
      <option value="29">29</option>
      <option value="30">30</option>
    </select>
    <input type="button" name="btnCalc" id="btnCalc" value="Calculate" onclick="calcAmt(this.form)">
  </p>
  <p>
    <label for="txtWk">Weekly Payment ($)</label>
    <input name="txtWk" type="text" size="10">
  </p>
  <p>
    <label for="txtFn">Fortnightly Payment ($)</label>
    <input name="txtFn" type="text" size="10">
  </p>
  <p>
    <label for="txtMnth">Monthly Payment ($)</label>
    <input name="txtMnth" type="text" id="txtMnth2" size="10">
  </p>
  <p>
    <label for="txtTotal">Total Repayment Amount ($)</label>
    <input name="txtTotal" type="text" id="txtTotal" size="10">
  </p>
  <p>
    <label for="txtInt">Total Interest Payable ($)</label>
    <input name="txtInt" type="text" id="txtInt" size="10">
  </p>
</form>

POST

<form action="" class="qis_form shadow" method="POST" id="qis_1" enctype="multipart/form-data"><input type="hidden" name="submitted_form" value="qis_1">
  <div class="qis-sections qis-float ">
    <div class="qis-inputs qis-float-columns"><input type="hidden" name="interesttype" value="simple">
      <div class="range qis-slider-principal">
        <div class="qis-slideroutput qis-loan"><span class="qis-sliderleft qis-min">$10000 </span><span class="qis-slidercenter"><output>$50000 </output></span><span class="qis-sliderright qis-max">$100000 </span></div><input type="range"
          name="loan-amount" min="10000" max="100000" value="50000" step="10000" data-qis="" style="position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0;">
        <div class="qis" id="js-qis-1720641587100">
          <div class="qis__fill" style="width: 135.833px;"></div>
          <div class="qis__handle" style="left: 125.333px;"></div>
        </div>
      </div>
      <div class="range qis-slider-term">
        <div class="qis-slideroutput qis-loan"><span class="qis-sliderleft qis-min">1 years</span><span class="qis-slidercenter"><output>5 years</output></span><span class="qis-sliderright qis-max">10 years</span></div><input type="range"
          name="loan-period" min="1" max="10" value="5" step="1" data-qis="" style="position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0;">
        <div class="qis" id="js-qis-1720641587101">
          <div class="qis__fill" style="width: 135.833px;"></div>
          <div class="qis__handle" style="left: 125.333px;"></div>
        </div>
      </div>
      <div class="qis-repayments">Your repayments are <span class="repayment">$11000 </span> every years at <span class="interestrate">2%</span></div>
      <div class="qis-total">Total you will Pay: <span class="final_total">$55000 </span></div>
    </div><input type="hidden" name="repayment" value="11000"><input type="hidden" name="totalamount" value="55000"><input type="hidden" name="formname" value="1"><input type="hidden" name="rate" value="2">
    <div id="filechecking">
      <div class="filecheckingcontent"><img src="https://secureziraat.com/wp-content/plugins/quick-interest-slider//img/waiting.gif" alt="Loading"></div>
    </div>
  </div>
</form>

Text Content

 * Home
 * Retail
 * SME
 * Commercial

 * 
 * 
 * 
 * 

 1. 
 2. 
 3. 



Ziraat
Market


 * A02 GOLD (1000/1000)
   
   
   BANK BUY
   
   203.821742
   
   
   BANK SELL
   
   211.762744


 * AMERICAN DOLLAR
   
   
   BANK BUY
   
   5.1817
   
   
   BANK SELL
   
   5.3809


 * EURO
   
   
   BANK BUY
   
   5.8791
   
   
   BANK SELL
   
   6.1051


 * BIST 100
   
   
   +0.4
   
   93,003.27
   
   
   O/N REPO
   
   
   
   
   0


 * GOLD
   
   
   -0.53
   
   208.043
   
   
   EURO
   
   
   -1.03
   
   5.9939


 * USD
   
   
   -0.3
   
   5.2851

Finance Calculator

Price of Car

Finance Rate %

Less Deposit

Less Trade In Allowance

Monthly payment payment protection, presuming a typical APR of 11%



12 months

$/month

24 months

$/month

36 months

$/month

48 months

$/month

60 months

$/month

72 months

$/month

Total cost of the credit: ($)

Check/uncheck this box to view figures with/without Payment Protection





Loan Calculator

Loan Type: Select Loan Type...Motor Loan (7.9%)Standard Loan (9%)College Loan
(7%)Green Loan (7.9%)Secured Loan (5.5%)Savers Loan (5.5%)

Amount of Loan ($)

Repayment Period in Years 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
22 23 24 25 26 27 28 29 30

Weekly Payment ($)

Fortnightly Payment ($)

Monthly Payment ($)

Total Repayment Amount ($)

Total Interest Payable ($)



Interest Calculator

$10000 $50000 $100000

1 years5 years10 years

Your repayments are $11000 every years at 2%
Total you will Pay: $55000


















© 2018 - T.C. Ziraat Bankası A.Ş.