Help
RSS
API
Feed
Maltego
Contact
Domain > power-up.cloud
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-03-23
52.10.184.195
(
ClassC
)
2026-02-02
52.40.196.217
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 02:48:28 GMTContent-Type: text/html; charsetutf-8Content-Length: 31442Connection: keep-aliveAccept-Ranges: bytesAccess-Control-Allow-Origin: *Cache-Control: no-cache, must-revalidateLast-Modified: Sat, 22 Mar 2025 16:13:41 GMTStrict-Transport-Security: max-age2592000; includeSubDomains; preload !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>eApp Training environment by Power Financial/title> style> /* RESET & BASE STYLES */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; background: #f3f4f6; color: #333; } header { background: #003366; color: #fff; padding: 20px; text-align: center; font-size: 1.7em; font-weight: bold; letter-spacing: 0.5px; } .container { display: flex; max-width: 1200px; margin: 20px auto; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } /* SIDEBAR (hidden during login) */ .sidebar { width: 250px; background: #d0e7ff; border-right: 1px solid #e0e0e0; padding: 20px; display: none; } .sidebar h2 { font-size: 1.2em; margin-bottom: 15px; color: #003366; } .nav-item { list-style: none; margin-bottom: 10px; padding: 10px 12px; border-radius: 4px; cursor: pointer; transition: background 0.3s; background: #d0e7ff; color: #003366; } .nav-item.active { background: #6699cc; color: #fff; } .nav-item.completed { background: #00a651; color: #fff; } /* MAIN CONTENT */ .main { flex: 1; padding: 30px; } .progress-container { margin-bottom: 20px; } .progress-bar { height: 8px; background: #e0e0e0; border-radius: 4px; overflow: hidden; } .progress { height: 100%; background: #003366; width: 0%; transition: width 0.4s ease-in-out; } form { width: 100%; } .form-step { display: none; animation: fadeIn 0.3s ease-in-out; padding: 20px; border: 1px solid #eaeaea; border-radius: 4px; margin-bottom: 20px; background: #fafafa; } .form-step.active { display: block; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .form-group { margin-bottom: 15px; } label { display: block; margin-bottom: 6px; font-weight: bold; } /* Required asterisk */ .required { color: red; } inputtypetext, inputtypeemail, inputtypedate, inputtypepassword, inputtypetel, select, textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; } input:required, select:required, textarea:required { background-color: #fffde7; } .navigation-buttons { display: flex; justify-content: space-between; margin-top: 20px; } .navigation-buttons button { padding: 10px 25px; border: none; border-radius: 4px; background: #003366; color: #fff; cursor: pointer; transition: background 0.3s; } .navigation-buttons button:disabled { background: #ccc; cursor: not-allowed; } /* LOGIN SPECIFIC */ .login-step { width: 50%; margin: 100px auto; border: 1px solid #ccc; padding: 30px; border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .login-note { font-size: 0.85em; color: #666; margin-top: 5px; } /* DETAILS BOX */ .details-box { display: none; margin-top: 10px; padding: 10px; border: 1px solid #00a651; background: #e6f4ea; border-radius: 4px; } /* Ancillary Products - new */ .ancillary-group { margin-bottom: 15px; } .ancillary-group label { font-weight: bold; } #accidentalAmountGroup { display: none; margin-top: 10px; } /* TERMS (Review Application) */ .terms { margin-top: 20px; font-size: 0.9em; line-height: 1.4; border: 1px solid #ccc; padding: 15px; background: #fefefe; border-radius: 4px; } .terms .checkbox-group { margin-top: 10px; } /* E-SIGNATURE SECTION */ .e-sign-section { margin-top: 20px; font-size: 0.9em; line-height: 1.4; border: 1px solid #ccc; padding: 15px; background: #fefefe; border-radius: 4px; } .e-sign-section .checkbox-group { margin-top: 10px; } /* FINAL BUTTON */ .final-btn { margin-top: 20px; padding: 10px 25px; border: none; border-radius: 4px; background: #00a651; color: #fff; cursor: pointer; transition: background 0.3s; } /* REVIEW SECTION */ #reviewSection div { margin-bottom: 10px; padding: 8px; background: #f9f9f9; border: 1px solid #ddd; border-radius: 4px; } .review-header { margin-bottom: 20px; } /style>/head>body> header> eApp Training environment by Power Financial /header> div classcontainer> !-- Sidebar Navigation (hidden during login) --> aside classsidebar idsidebar> h2>Application Steps/h2> ul idnavList> li classnav-item data-index0>Login/li> li classnav-item data-index1>Welcome/li> li classnav-item data-index2>Client Personal Information/li> li classnav-item data-index3>Coverage Details/li> li classnav-item data-index4>Ancillary Products/li> li classnav-item data-index5>MIB/HIPAA Authorization/li> li classnav-item data-index6>Health Questions/li> li classnav-item data-index7>Beneficiary Info/li> li classnav-item data-index8>Policy Offer/li> li classnav-item data-index9>Review Application/li> li classnav-item data-index10>E-Signature/li> li classnav-item data-index11>Final Confirmation/li> /ul> /aside> !-- Main Content Area --> main classmain> div classprogress-container> div classprogress-bar> div classprogress idprogressBar>/div> /div> /div> form ideAppForm> !-- Step 0: Login --> div classform-step login-step data-step0> h2>Login/h2> div classform-group> label foruserName>User Name span classrequired>*/span>/label> input typetext iduserName nameuserName required /> small classlogin-note>Enter your Agent Name here. This will be used throughout the application./small> /div> div classform-group> label forwritingNumber>Writing Number span classrequired>*/span>/label> input typetext idwritingNumber namewritingNumber required /> /div> div classform-group> label forloginPassword>Password span classrequired>*/span>/label> input typepassword idloginPassword nameloginPassword required /> /div> /div> !-- Step 1: Welcome --> div classform-step data-step1> h2 idwelcomeMsg>Welcome!/h2> p>Click Next to start your application./p> /div> !-- Step 2: Client Personal Information --> div classform-step data-step2> h2>Client Personal Information/h2> div classform-group> label forfirstName>First Name span classrequired>*/span>/label> input typetext idfirstName namefirstName required /> /div> div classform-group> label forlastName>Last Name span classrequired>*/span>/label> input typetext idlastName namelastName required /> /div> div classform-group> label forssn>SSN span classrequired>*/span>/label> input typetext idssn namessn required /> /div> div classform-group> label forstreetAddress>Street Address span classrequired>*/span>/label> input typetext idstreetAddress namestreetAddress required /> /div> div classform-group> label foraptUnit>Apt/Unit Number/label> input typetext idaptUnit nameaptUnit /> /div> div classform-group> label forcity>City span classrequired>*/span>/label> input typetext idcity namecity required /> /div> div classform-group> label forstate>State span classrequired>*/span>/label> input typetext idstate namestate required /> /div> div classform-group> label forphone>Phone Number span classrequired>*/span>/label> input typetel idphone namephone required /> /div> div classform-group> label fordob>Date of Birth span classrequired>*/span>/label> input typedate iddob namedob required /> /div> div classform-group> label forheight>Height (in inches) span classrequired>*/span>/label> input typetext idheight nameheight required /> /div> div classform-group> label forweight>Weight (in lbs) span classrequired>*/span>/label> input typetext idweight nameweight required /> /div> div classform-group> label fordriversLicense>Drivers License Number span classrequired>*/span>/label> input typetext iddriversLicense namedriversLicense required /> /div> /div> !-- Step 3: Coverage Details --> div classform-step data-step3> h2>Coverage Details/h2> div classform-group> label forpolicyType>Policy Type span classrequired>*/span>/label> select idpolicyType namepolicyType required onchangetoggleTermOptions(this)> option value>Select Policy/option> option valueterm>Term Life Insurance/option> option valuewhole>Whole Life Insurance/option> /select> /div> div classform-group idtermOptionsGroup styledisplay:none;> label fortermOption>Term Options span classrequired>*/span>/label> select idtermOption nametermOption> option value>Select Term/option> option value10year>10 year/option> option value20year>20 year/option> option value30year>30 year/option> option value30yearROP>30 year ROP/option> /select> /div> div classform-group> label forcoverageAmount>Coverage Amount ($) span classrequired>*/span>/label> input typetext idcoverageAmount namecoverageAmount required /> /div> /div> !-- Step 4: Ancillary Products --> div classform-step data-step4> h2>Ancillary Products/h2> p>Please indicate if you would like to include any ancillary coverage options./p> div classancillary-group> label forancillaryTerminal>Terminal Illness/label> select idancillaryTerminal nameancillaryTerminal> option value>Select Option/option> option valueyes>Yes/option> option valueno>No/option> /select> /div> div classancillary-group> label forancillaryCritical>Critical Illness/label> select idancillaryCritical nameancillaryCritical> option value>Select Option/option> option valueyes>Yes/option> option valueno>No/option> /select> /div> div classancillary-group> label forancillaryChronic>Chronic Illness/label> select idancillaryChronic nameancillaryChronic> option value>Select Option/option> option valueyes>Yes/option> option valueno>No/option> /select> /div> div classancillary-group> label forancillaryLTC>Long Term Care/label> select idancillaryLTC nameancillaryLTC> option value>Select Option/option> option valueyes>Yes/option> option valueno>No/option> /select> /div> div classancillary-group> label forancillaryAccidental>Accidental Death/label> select idancillaryAccidental nameancillaryAccidental onchangetoggleAccidentalAmount(this)> option value>Select Option/option> option valueyes>Yes/option> option valueno>No/option> /select> /div> div classancillary-group idaccidentalAmountGroup styledisplay:none;> label foraccidentalAmount>Accidental Death Coverage Amount ($) span classrequired>*/span>/label> input typetext idaccidentalAmount nameaccidentalAmount /> /div> /div> !-- Step 5: MIB/HIPAA Authorization --> div classform-step data-step5> h2>MIB/HIPAA Authorization/h2> p>Please review and sign below to authorize the retrieval of necessary health and underwriting data. By signing, you agree to our HIPAA and MIB authorization terms./p> div classform-group> label fordigitalSignature>Client Digital Signature span classrequired>*/span>/label> input typetext iddigitalSignature namedigitalSignature placeholderType your name as signature required /> /div> /div> !-- Step 6: Health Questions --> div classform-step data-step6> h2>Health Questions/h2> div classform-group> label fortobaccoUse>Tobacco Use span classrequired>*/span>/label> select idtobaccoUse nametobaccoUse required> option value>Select Option/option> option valueno>No/option> option valueyes>Yes/option> /select> /div> div classform-group> label forpreExisting>Any pre-existing health conditions? span classrequired>*/span>/label> select idpreExisting namepreExisting required onchangetoggleDetails(this)> option value>Select Option/option> option valueno>No/option> option valueyes>Yes/option> /select> div classdetails-box idhealthDetailsBox> label forpreExistingDetails>Please provide details:/label> textarea idpreExistingDetails namepreExistingDetails rows3>/textarea> /div> /div> div classform-group> label formedications>What medications are you taking? span classrequired>*/span>/label> input typetext idmedications namemedications required /> /div> div classform-group> label fordiabetes>Diabetes? span classrequired>*/span>/label> select iddiabetes namediabetes required> option value>Select Option/option> option valueno>No/option> option valueyes>Yes/option> /select> /div> div classform-group> label foraidsHiv>AIDS/HIV? span classrequired>*/span>/label> select idaidsHiv nameaidsHiv required> option value>Select Option/option> option valueno>No/option> option valueyes>Yes/option> /select> /div> div classform-group> label forcancer>Cancer? span classrequired>*/span>/label> select idcancer namecancer required> option value>Select Option/option> option valueno>No/option> option valueyes>Yes/option> /select> /div> div classform-group> label foranxietyDepression>Anxiety/Depression? span classrequired>*/span>/label> select idanxietyDepression nameanxietyDepression required> option value>Select Option/option> option valueno>No/option> option valueyes>Yes/option> /select> /div> /div> !-- Step 7: Beneficiary Information --> div classform-step data-step7> h2>Beneficiary Information/h2> div classform-group> label forbeneficiaryName>Beneficiary Name span classrequired>*/span>/label> input typetext idbeneficiaryName namebeneficiaryName required /> /div> div classform-group> label forrelationship>Relationship span classrequired>*/span>/label> input typetext idrelationship namerelationship required /> /div> /div> !-- Step 8: Policy Offer --> div classform-step data-step8> h2>Policy Offer/h2> div idofferSummary>/div> hr stylemargin: 25px 0;> h3>Banking Information/h3> div classform-group> label forbankName>Bank Name span classrequired>*/span>/label> input typetext idbankName namebankName required /> /div> div classform-group> label foraccountNumber>Account Number span classrequired>*/span>/label> input typetext idaccountNumber nameaccountNumber required /> /div> div classform-group> label forroutingNumber>Routing Number span classrequired>*/span>/label> input typetext idroutingNumber nameroutingNumber required /> /div> /div> !-- Step 9: Review Application --> div classform-step data-step9> h2 classreview-header>Review Application/h2> div idreviewSection>/div> div classterms> p>strong>Terms and Conditions:/strong> By reviewing this application, you confirm that all information provided is accurate and complete. Any misrepresentation may delay or cancel your policy. You also agree to the Electronic Signature Consent Form and supplemental forms required for processing this application./p> div classcheckbox-group> label> input typecheckbox idclientReviewAgree required /> I, span idclientNameReview>/span>, primary insured, have read and agree. /label> /div> div classcheckbox-group> label> input typecheckbox idagentReviewAgree required /> I, span idagentNameReview>/span>, Agent, have read and agree. /label> /div> /div> /div> !-- Step 10: E-Signature --> div classform-step data-step10> h2>E-Signature/h2> div classe-sign-section> p>strong>A./strong> I have read the statements and answers provided in this application and affirm that they are true and complete to the best of my knowledge. I understand that the Company may rescind or cancel coverage if there is any material misrepresentation./p> div classcheckbox-group> label> input typecheckbox idclientConfirmA required /> I, span idclientNameESignA>/span>, confirm. /label> /div> div classcheckbox-group> label> input typecheckbox idagentConfirmA required /> I, span idagentNameESignA>/span>, confirm. /label> /div> p stylemargin-top: 20px;>strong>B./strong> This application, including its appendices and supplemental questionnaires, forms the basis for any coverage issued. Coverage will not take effect until a policy is issued, delivered, and amendments are signed with the first premium paid. No agent or examiner may waive any requirements./p> div classcheckbox-group> label> input typecheckbox idclientConfirmB required /> I, span idclientNameESignB>/span>, confirm. /label> /div> div classcheckbox-group> label> input typecheckbox idagentConfirmB required /> I, span idagentNameESignB>/span>, confirm. /label> /div> p stylemargin-top: 20px;>strong>C./strong> I agree to apply my e-Signature to all applicable areas of the application and supplemental forms./p> div classcheckbox-group> label> input typecheckbox idclientConfirmC required /> I, span idclientNameESignC>/span>, agree. /label> /div> div classcheckbox-group> label> input typecheckbox idagentConfirmC required /> I, span idagentNameESignC>/span>, agree. /label> /div> p stylemargin-top: 20px;>strong>D./strong> By signing below, I acknowledge receipt and acceptance of the current United of Omaha Agent Agreement, including any compensation schedules, and agree to be bound by its terms./p> div classform-group> label forsignedCityState>Signed City & Signed State span classrequired>*/span>/label> input typetext idsignedCityState namesignedCityState required /> /div> div classform-group> label forclientSignature>Client Signature span classrequired>*/span>/label> input typetext idclientSignature nameclientSignature placeholderType your signature required /> /div> div classform-group> label foragentSignature>Agent Signature span classrequired>*/span>/label> input typetext idagentSignature nameagentSignature placeholderType your signature required /> /div> /div> /div> !-- Step 11: Final Confirmation --> div classform-step data-step11> h2>Application Submitted/h2> p idfinalMsg>/p> button typebutton classfinal-btn onclickreturnHome()>Return to Home/button> /div> !-- Global Navigation Buttons --> div classnavigation-buttons> button typebutton idprevBtn onclickprevStep()>Previous/button> button typebutton idnextBtn onclicknextStep()>Next/button> /div> /form> /main> /div> script> // Capture all form steps and navigation elements const formSteps document.querySelectorAll(.form-step); const navItems document.querySelectorAll(.nav-item); const progressBar document.getElementById(progressBar); const reviewSection document.getElementById(reviewSection); const welcomeMsg document.getElementById(welcomeMsg); const finalMsg document.getElementById(finalMsg); const offerSummary document.getElementById(offerSummary); const sidebar document.getElementById(sidebar); const prevBtn document.getElementById(prevBtn); const nextBtn document.getElementById(nextBtn); let currentStep 0; let loginUserName ; // Update the sidebar navigation based on current step function updateNav() { navItems.forEach((item, index) > { item.classList.remove(active); if (index currentStep) { item.classList.add(completed); } else if (index currentStep) { item.classList.add(active); } }); } // Update the progress bar width function updateProgress() { const percent (currentStep / (formSteps.length - 1)) * 100; progressBar.style.width percent + %; } // Display the current step and update dynamic content as needed function showStep(index) { formSteps.forEach((step, idx) > { step.classList.toggle(active, idx index); }); sidebar.style.display index 0 ? none : block; prevBtn.style.display index 0 ? none : inline-block; // Global Next button styling nextBtn.textContent index 0 ? Log in : Next; if (index 0) { nextBtn.style.display block; nextBtn.style.margin 20px auto 0 auto; nextBtn.style.padding 15px 30px; } else { nextBtn.style.margin ; nextBtn.style.padding 10px 25px; nextBtn.style.display (index formSteps.length - 1) ? none : inline-block; } updateNav(); updateProgress(); if (index 1) { welcomeMsg.textContent `Welcome ${loginUserName}!`; } if (index 3) { // No dynamic update needed for Coverage Details here } if (index 4) { // Ancillary Products step—no extra dynamic update here } if (index 8) { // Policy Offer step: calculate and display cost summary const cost calculateCost(); offerSummary.innerHTML `p>strong>Client:/strong> ${document.getElementById(firstName).value} ${document.getElementById(lastName).value}/p> p>strong>Coverage Amount:/strong> $${document.getElementById(coverageAmount).value}/p> p>strong>Estimated Cost:/strong> $${cost.toFixed(2)}/p>`; } if (index 9) { // Review Application: populate review content and update agent name populateReview(); document.getElementById(clientNameReview).textContent document.getElementById(firstName).value; document.getElementById(agentNameReview).textContent loginUserName; } if (index 10) { // E-Signature: update names for both client and agent const clientName document.getElementById(firstName).value; document.getElementById(clientNameESignA).textContent clientName; document.getElementById(clientNameESignB).textContent clientName; document.getElementById(clientNameESignC).textContent clientName; document.getElementById(agentNameESignA).textContent loginUserName; document.getElementById(agentNameESignB).textContent loginUserName; document.getElementById(agentNameESignC).textContent loginUserName; } if (index 11) { const firstName document.getElementById(firstName).value || Client; const lastName document.getElementById(lastName).value || ; finalMsg.textContent `Congratulations! Your application has been submitted and approved, ${firstName} ${lastName}s policy number is 0000000.`; } } function nextStep() { if (!validateStep(currentStep)) { alert(Please complete all required fields.); return; } if (currentStep 0) { loginUserName document.getElementById(userName).value; } currentStep++; if (currentStep > formSteps.length) currentStep formSteps.length - 1; showStep(currentStep); } function prevStep() { currentStep--; if (currentStep 0) currentStep 0; showStep(currentStep); } function validateStep(stepIndex) { const inputs formStepsstepIndex.querySelectorAll(input, select, textarea); for (let input of inputs) { if (!input.checkValidity()) { return false; } } return true; } // Toggle the details box for pre-existing conditions function toggleDetails(selectElem) { const detailsBox document.getElementById(healthDetailsBox); if (selectElem.value yes) { detailsBox.style.display block; document.getElementById(preExistingDetails).required true; } else { detailsBox.style.display none; document.getElementById(preExistingDetails).required false; } } // Toggle term options based on Policy Type selection function toggleTermOptions(selectElem) { const termGroup document.getElementById(termOptionsGroup); if (selectElem.value term) { termGroup.style.display block; document.getElementById(termOption).required true; } else { termGroup.style.display none; document.getElementById(termOption).required false; } } // Toggle the Accidental Death Coverage Amount field function toggleAccidentalAmount(selectElem) { const group document.getElementById(accidentalAmountGroup); if (selectElem.value yes) { group.style.display block; document.getElementById(accidentalAmount).required true; } else { group.style.display none; document.getElementById(accidentalAmount).required false; } } function populateReview() { reviewSection.innerHTML ; const formData new FormData(document.getElementById(eAppForm)); formData.forEach((value, key) > { const div document.createElement(div); div.innerHTML `strong>${key}:/strong> ${value}`; reviewSection.appendChild(div); }); } function calculateCost() { const policyType document.getElementById(policyType).value; const faceAmount parseFloat(document.getElementById(coverageAmount).value) || 0; const dob new Date(document.getElementById(dob).value); const age Math.floor((new Date() - dob) / (365.25 * 24 * 60 * 60 * 1000)); let baseRate (policyType term) ? 1.5 : (policyType whole) ? 4.0 : 0; const ageFactor 1 + ((age - 40) * 0.02); let cost (faceAmount / 1000) * baseRate * ageFactor; const tobacco document.getElementById(tobaccoUse).value; const preExisting document.getElementById(preExisting).value; const aidsHiv document.getElementById(aidsHiv).value; const cancer document.getElementById(cancer).value; const anxietyDepression document.getElementById(anxietyDepression).value; const diabetes document.getElementById(diabetes).value; if (tobacco, preExisting, aidsHiv, cancer, anxietyDepression, diabetes.includes(yes)) { cost * 1.25; } return cost; } function submitApplication() { currentStep++; showStep(currentStep); } function returnHome() { // Reset form data and state for a new application document.getElementById(eAppForm).reset(); currentStep 0; loginUserName ; showStep(currentStep); } showStep(currentStep); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]