secure.billtrust.com Open in urlscan Pro
192.69.130.34  Public Scan

Submitted URL: https://ebill.awwsb.org/
Effective URL: https://secure.billtrust.com/annistonalwater/obp/signin.php
Submission: On January 28 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 4 forms found in the DOM

POST

<form id="signinForm" enctype="application/x-www-form-urlencoded" method="post" action="" onsubmit="return signinPage.validateForm(this)">
  <label for="username">User Name</label>
  <div id="usernameDiv" class="inputWrapper">
    <input id="username" name="username" type="text" value="" class="ui-widget-content ui-corner-all obpInput" helper="formText" additionallabel="" xrequired="1" xid="login-username" xlabel="User Name">
    <div class="label"></div>
  </div>
  <label for="EPassword">Password</label>
  <div id="EPasswordDiv" class="inputWrapper">
    <input id="EPassword" name="EPassword" type="password" value="" class="ui-widget-content ui-corner-all obpInput" helper="formPassword" renderpassword="" xrequired="1" xid="login-password" xlabel="Password">
  </div>
  <div id="StoreAcctnumDiv" class="inputWrapper">
    <input id="StoreAcctnum" name="StoreAcctnum" type="checkbox" value="0" class=" " helper="formCheckbox" options="1 0" xrequired="0" xid="login-cookie-username" xlabel="Save User Name">&nbsp;Remember My User Name
  </div>
  <div>
    <input type="submit" name="signinButton" id="signinButton" value="Sign In" class="ui-button ui-widget ui-state-default ui-corner-all" role="button">
  </div>
</form>

POST

<form id="forgotUsernameForm" enctype="application/x-www-form-urlencoded" method="post" action="">
  <label for="lookupEmail" style="display:inline;">Email Address</label>
  <input id="lookupEmail" name="lookupEmail" type="text" value="" class="ui-widget-content ui-corner-all obpInput" helper="formText" style="display:inline;" xrequired="1" xid="forgot-username-email" xlabel="Email Address" xtype="email">
</form>

POST

<form id="forgotpasswordForm" enctype="application/x-www-form-urlencoded" loginlabel="User Name" action="" method="post">
  <dl class="zend_form">
    <label for="lookupUsername" style="display:inline;">User Name</label>
    <input style="display:inline;" id="lookupUsername" name="lookupUsername" type="text" value="" class="ui-widget-content ui-corner-all obpInput" helper="formText" xrequired="1" xid="forgot-password-username" xlabel="User Name">
  </dl>
</form>

POST verify.php

<form id="enrollmentForm" enctype="application/x-www-form-urlencoded" method="post" action="verify.php">
  <table class="form-table">
    <tbody>
      <tr>
        <td>
          <label for="enrollUsername">User Name</label>
        </td>
        <td>
          <input id="enrollUsername" name="enrollUsername" type="text" value="" class="ui-widget-content ui-corner-all obpInput" helper="formText" xrequired="1" xid="enroll-username" xlabel="User Name">
        </td>
        <td>
          <a href="#" class="usernameguidelines" id="usernameGuidelineLink" onclick="return false;" onmouseover="usernameModal.guidelines(true, 'User Name');" onmouseout="usernameModal.guidelines(false, 'User Name');">User Name Guidelines</a>
          <div id="usernameguidelines" style="display:none;">
            <table>
              <tbody>
                <tr>
                  <td>Your user name must be a minimum of 4 characters and a maximum of 32 characters and include no special characters.</td>
                </tr>
              </tbody>
            </table>
          </div>
        </td>
      </tr>
      <tr>
        <td valign="middle">
          <label for="EAccountNum">Account Number</label>
        </td>
        <td>
          <input id="EAccountNum" name="EAccountNum" type="text" value="" class="ui-widget-content ui-corner-all obpInput" helper="formText" xrequired="1" xid="enroll-account-number" xlabel="Account Number" additionallabel="">
        </td>
        <td>
        </td>
      </tr>
      <tr>
        <td valign="middle">
          <label for="ETokenString">Enrollment Token</label>
        </td>
        <td>
          <input id="ETokenString" name="ETokenString" type="text" value="" class="ui-widget-content ui-corner-all obpInput" helper="formText" additionallabel="<B>This appears on the top of your bill</B>" xrequired="1" xid="enroll-token"
            xlabel="Enrollment Token">
        </td>
        <td>
          <div class="label"><b>This appears on the top of your bill</b></div>
        </td>
      </tr>
      <tr>
        <td valign="middle">
          <label for="enrollEmail">Email Address</label>
        </td>
        <td>
          <input id="enrollEmail" name="enrollEmail" type="text" value="" class="ui-widget-content ui-corner-all obpInput" helper="formText" xrequired="1" xid="enroll-email" xlabel="Email Address" xtype="email">
        </td>
        <td>
        </td>
      </tr>
      <tr>
        <td>
          <label for="EnrollPassword">Password</label>
        </td>
        <td>
          <input id="EnrollPassword" name="EnrollPassword" type="password" value="" class="ui-widget-content ui-corner-all obpInput" helper="formPassword" renderpassword="" xrequired="1" xid="enroll-password1" xlabel="Password"
            additionallabel="<br/>Your password must be at least 7 characters in length and include at least one upper case letter, lower case letter and a number.<br/><br/>For example:  &amp;quot;Jsmith1&amp;quot;">
        </td>
        <td>
          <a href="#" class="passguide" onclick="return false;" onmouseover="passwordModal.guidelines(true);" onmouseout="passwordModal.guidelines(false);">Password Guidelines</a>
          <div id="passguidelines" style="display:none;">
            <table>
              <tbody>
                <tr>
                  <td>Your password must be at least 7 characters in length and include at least one upper case letter, lower case letter and a number.<br><br> For example: "Jsmith1".</td>
                </tr>
              </tbody>
            </table>
          </div>
        </td>
      </tr>
      <tr>
        <td valign="middle">
          <label for="EnrollPassword2">Retype Password</label>
        </td>
        <td>
          <input id="EnrollPassword2" name="EnrollPassword2" type="password" value="" class="ui-widget-content ui-corner-all obpInput" helper="formPassword" renderpassword="" xrequired="1" xid="enroll-password2" xlabel="Retype Password">
        </td>
        <td>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content







SIGN IN

User Name

Password

 Remember My User Name


Did you forget your User Name?

Did you forget your Password?
Need an Online Billing Account?
Enroll Now


Want to make a payment? One Time Pay




Please enter your Email Address and click Look Up


Email Address
Enter your User Name into the field below and click the "Email Password to Me"
button. A new password will be issued and sent to you immediately via email.

If you currently use an account number as the user name, enter it in the User
Name field.

User Name


User Name User Name Guidelines

Your user name must be a minimum of 4 characters and a maximum of 32 characters
and include no special characters.

Account Number Enrollment Token
This appears on the top of your bill
Email Address Password Password Guidelines

Your password must be at least 7 characters in length and include at least one
upper case letter, lower case letter and a number.

For example: "Jsmith1".

Retype Password


When you enroll, you acknowledge that you have read and you agree to the entire
subscriber agreement.

By enrolling, you will receive an email notification for future bills rather
than a paper bill.

Thank you for going green!




Contact Us  |  Learn More  |  Subscriber Agreement