www.whois.us Open in urlscan Pro
2600:1f18:1080:d201::1:9  Public Scan

URL: https://www.whois.us/
Submission: On August 23 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

Name: basicSearchFormPOST

<form name="basicSearchForm" method="post" accept-charset="UTF-8" onsubmit="return false;" class="ng-pristine ng-valid">
  <input ng-model="basic.basicSearch" name="operation" type="hidden" value="basicSearch" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
  <div class="col-xs-12 col-sm-12">
    <h2>Basic WHOIS Search</h2>
  </div>
  <div class="col-xs-12 col-sm-12">
    <input type="text" ng-model="basic.searchText" name="searchText" id="whois-input-box" size="45" value="" class="ng-pristine ng-untouched ng-valid ng-empty">
  </div>
  <div ng-init="basic.type='DOMAIN'">
    <div class="col-xs-12 col-sm-12 col-lg-12 control-group top10">
      <input name="TYPE" ng-model="basic.type" type="RADIO" value="DOMAIN" checked="" class="ng-pristine ng-untouched ng-valid ng-not-empty"> Domain
    </div>
    <div class="col-xs-12 col-sm-12 col-lg-12 control-group top5">
      <input name="TYPE" ng-model="basic.type" type="RADIO" value="REGISTRAR" class="ng-pristine ng-untouched ng-valid ng-not-empty"> Registrar (IANA ID or Name)
    </div>
    <div class="col-xs-12 col-sm-12 col-lg-12 control-group top5">
      <input name="TYPE" ng-model="basic.type" type="RADIO" value="NAMESERVER" class="ng-pristine ng-untouched ng-valid ng-not-empty"> NameServer
    </div>
  </div>
  <div class="col-xs-12 col-sm-12 col-lg-12 top7" id="recaptcha1_row">
    <div class="g-recaptcha control-group" id="recaptcha1">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeQaTMbAAAAAHPKCelifQ9U8CFR5tQwjvQp65OM&amp;co=aHR0cHM6Ly93d3cud2hvaXMudXM6NDQz&amp;hl=en&amp;v=x19joXI_IeQnFJ7YnfDapSZq&amp;theme=light&amp;size=normal&amp;cb=vphf51nnygjl"
            width="304" height="78" role="presentation" name="a-2ao1aibgid59" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div>
  </div>
  <div class="col-xs-12 col-sm-12 col-lg-12 top10 bottom15">
    <input type="submit" border="0" value="Submit Query" id="whois-submit-btn" name="whois-submit-btn" class="btn btn-success" ng-click="submitBasic()">
  </div>
  <div class="col-xs-12 col-sm-12 col-lg-12 top15" id="basic-result" style="display: none;">
    <div id="basic-whois-response" class="results bottom10"></div>
  </div>
  <div class="col-xs-12 col-sm-12 col-lg-12 top15" id="basic-error-result" style="display: none;">
    <div id="basic-whois-error-res" class="alert alert-danger col-sm-12"></div>
  </div>
</form>

Name: whoisSearchForm

<form name="whoisSearchForm" class="form-horizontal ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength">
  <!-- ngRepeat: block in form.criteria -->
  <div ng-repeat="block in form.criteria" class="ng-scope">
    <!-- ngRepeat: criterion in block -->
    <div class="form-group ng-scope" ng-repeat="criterion in block">
      <ng-form name="criterionForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength">
        <div class="col-sm-12 bottom10 ng-hide" ng-show="criterion.operator == 'NOT'"> NOT </div>
        <div class="col-sm-12">
          <div class="col-sm-3">
            <select ng-options="p.id as p.name for p in domainProperties" ng-model="criterion.property" ng-required="true" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
              ng-change="onCriterionPropertyChange(criterion)" required="required">
              <option value="" class="" selected="selected">-- Select a property --</option>
              <option label="Domain Name" value="string:Domain Name">Domain Name</option>
              <option label="Registrant State" value="string:Registrant State">Registrant State</option>
              <option label="Registrant Country" value="string:Registrant Country">Registrant Country</option>
              <option label="Registrar IANA ID" value="string:Registrar ID">Registrar IANA ID</option>
              <option label="Nameserver" value="string:Nameserver">Nameserver</option>
              <option label="Nameserver IP" value="string:Nameserver IP">Nameserver IP</option>
            </select>
          </div>
          <div class="col-sm-3">
            <select ng-model="criterion.type" ng-options="option as operatorName(option, criterion.property) for option in [true, false]" ng-disabled="!criterion.property" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty"
              disabled="disabled">
              <option label="Operator" value="boolean:true" selected="selected">Operator</option>
              <option label="Operator" value="boolean:false">Operator</option>
            </select>
          </div>
          <div class="col-sm-4">
            <input ng-model="criterion.value" ng-required="true" ng-disabled="!criterion.property" ng-pattern="[^*]*" name="valueField" type="text"
              class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" maxlength="500" placeholder="Value" required="required" disabled="disabled">
            <span class="has-error ng-binding ng-hide" ng-show="criterionForm.valueField.$error.pattern">Invalid search criteria</span>
          </div>
          <div class="col-sm-2">
            <div ng-show="shouldShowRemoveButton()" class="ng-hide">
              <button class="btn col-sm-12" type="button" ng-click="actions.removeItem(block, criterion)">Remove</button>
            </div>
          </div>
        </div>
        <div class="col-sm-12">
          <div class="col-sm-2 pull-right">
            <div ng-show="criterion == currentItem &amp;&amp; criterion.property &amp;&amp; criterion.value &amp;&amp; criteriaCount<=3" class="ng-hide">
              <select ng-init="operator.value = operators[0]" ng-model="operator.value" ng-options="operator for operator in operators" ng-change="actions.addRow(operator.value)"
                class="form-control col-sm-12 top15 padding6 ng-pristine ng-untouched ng-valid ng-not-empty">
                <option label="Select" value="string:Select" selected="selected">Select</option>
                <option label="AND" value="string:AND">AND</option>
                <option label="OR" value="string:OR">OR</option>
                <option label="NOT" value="string:NOT">NOT</option>
              </select>
            </div>
          </div>
        </div>
      </ng-form>
    </div><!-- end ngRepeat: criterion in block -->
    <div class="form-group col-sm-12 ng-hide" ng-hide="block == currentBlock"> OR </div>
  </div><!-- end ngRepeat: block in form.criteria -->
  <div class="col-xs-12 col-sm-12 col-lg-12 top7 bottom15" id="recaptcha2_row">
    <div class="recaptcha2 control-group" id="recaptcha2">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeQaTMbAAAAAHPKCelifQ9U8CFR5tQwjvQp65OM&amp;co=aHR0cHM6Ly93d3cud2hvaXMudXM6NDQz&amp;hl=en&amp;v=x19joXI_IeQnFJ7YnfDapSZq&amp;theme=light&amp;size=normal&amp;cb=cs5up6qio5u8"
            width="304" height="78" role="presentation" name="a-p9vcksjbwgg" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe>
        </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div>
  <div class="form-actions form-group col-sm-12">
    <div class="col-sm-2">
      <button id="search" ng-disabled="!whoisSearchForm.$valid" class="btn btn-success" type="button" ng-click="actions.findDomains()" disabled="disabled">Submit Query</button>
    </div>
    <div class="col-sm-1"><button id="reset" class="btn btn-clear" type="button" ng-click="actions.clearForm()">Clear</button></div>
  </div>
  <div ng-show="shouldShowUnauthorizedMessage()" class="alert alert-danger col-sm-12 ng-hide"> You dont have access to this TLD. </div>
  <div ng-show="shouldShowTimeoutMessage()" class="alert alert-danger col-sm-12 ng-hide"> Request has been cancelled because of time out, please try again. </div>
  <div ng-show="badCaptcha" class="alert alert-danger col-sm-12 ng-hide"> Enter Captcha </div>
  <div ng-show="shouldShowNoResultMessage()" class="alert alert-info col-sm-12 ng-hide"> No domain name matches the criteria. </div>
</form>

Text Content

.US REGISTRY WHOIS

 * Basic WHOIS
 * Advanced WHOIS


BASIC WHOIS SEARCH


Domain
Registrar (IANA ID or Name)
NameServer






ADVANCED WHOIS SEARCH

NOT
-- Select a property --Domain NameRegistrant StateRegistrant CountryRegistrar
IANA IDNameserverNameserver IP
OperatorOperator
Invalid search criteria
Remove
SelectANDORNOT
OR

Submit Query
Clear
You dont have access to this TLD.
Request has been cancelled because of time out, please try again.
Enter Captcha
No domain name matches the criteria.

(Only the first 75 matching records will be displayed)

Domain Name





.US WHOIS Complaint Tool - http://www.whoiscomplaints.us
Advanced WHOIS Instructions - http://whois.us/help.html

Registry Services, LLC, the Registry Administrator for .US, has collected this
information for the WHOIS database through a .US-Accredited Registrar. This
information is provided to you for informational purposes only and is designed
to assist persons in determining contents of a domain name registration record
in the registry database.

Registry Services, LLC makes this information available to you "as is" and does
not guarantee its accuracy. By submitting a WHOIS query, you agree that you will
use this data only for lawful purposes and that, under no circumstances will you
use this data:

 * (1) to allow, enable, or otherwise support the transmission of mass
   unsolicited, commercial advertising or solicitations via direct mail,
   electronic mail, or by telephone;
 * (2) in contravention of any applicable data and privacy protection laws; or
 * (3) to enable high volume, automated, electronic processes that apply to the
   registry (or its systems).



Compilation, repackaging, dissemination, or other use of the WHOIS database in
its entirety, or of a substantial portion thereof, is not allowed without our
prior written permission.

We reserve the right to modify or change these conditions at any time without
prior or subsequent notification of any kind. By executing this query, in any
manner whatsoever, you agree to abide by these terms. NOTE: FAILURE TO LOCATE A
RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN
NAME. All domain names are subject to certain additional domain name
registration rules. For details, please visit our site at www.whois.us.

Advanced WHOIS Instructions