www.whois.us
Open in
urlscan Pro
54.200.163.47
Public Scan
Submitted URL: http://www.whois.us/
Effective URL: https://www.whois.us/
Submission: On September 10 via api from US — Scanned from DE
Effective URL: https://www.whois.us/
Submission: On September 10 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMName: basicSearchForm — POST
<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" class="ng-pristine ng-untouched ng-valid">
<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">
</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"> 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"> 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"> 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&k=6LeQaTMbAAAAAHPKCelifQ9U8CFR5tQwjvQp65OM&co=aHR0cHM6Ly93d3cud2hvaXMudXM6NDQz&hl=de&v=wxAi4AKLXL2kBAvXqI4XLSWS&theme=light&size=normal&cb=8n0wbs7428mj"
width="304" height="78" role="presentation" name="a-4xgl6iswfdty" 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-invalid ng-invalid-required" ng-change="onCriterionPropertyChange(criterion)"
required="required">
<option value="" class="">-- Select a property --</option>
<option value="0" label="Domain Name">Domain Name</option>
<option value="1" label="Registrant Name">Registrant Name</option>
<option value="2" label="Registrant Street">Registrant Street</option>
<option value="3" label="Registrant City">Registrant City</option>
<option value="4" label="Registrant State">Registrant State</option>
<option value="5" label="Registrant PostCode">Registrant PostCode</option>
<option value="6" label="Registrant Country">Registrant Country</option>
<option value="7" label="Contact Name">Contact Name</option>
<option value="8" label="Contact Street">Contact Street</option>
<option value="9" label="Contact City">Contact City</option>
<option value="10" label="Contact State">Contact State</option>
<option value="11" label="Contact PostCode">Contact PostCode</option>
<option value="12" label="Contact Country">Contact Country</option>
<option value="13" label="Registrar IANA ID">Registrar IANA ID</option>
<option value="14" label="Nameserver">Nameserver</option>
<option value="15" label="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" disabled="disabled">
<option value="0" selected="selected" label="Operator">Operator</option>
<option value="1" label="Operator">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-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 && criterion.property && criterion.value && 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">
<option value="0" selected="selected" label="Select">Select</option>
<option value="1" label="AND">AND</option>
<option value="2" label="OR">OR</option>
<option value="3" label="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&k=6LeQaTMbAAAAAHPKCelifQ9U8CFR5tQwjvQp65OM&co=aHR0cHM6Ly93d3cud2hvaXMudXM6NDQz&hl=de&v=wxAi4AKLXL2kBAvXqI4XLSWS&theme=light&size=normal&cb=8nmnipsmqkyu"
width="304" height="78" role="presentation" name="a-ff5tggmxzzxk" 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 NameRegistrant StreetRegistrant CityRegistrant StateRegistrant PostCodeRegistrant CountryContact NameContact StreetContact CityContact StateContact PostCodeContact 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