mcaf.tech
Open in
urlscan Pro
2a02:4780:44:7a49:dcc7:b20f:7cd6:82f9
Public Scan
Submitted URL: http://mcaf.tech/
Effective URL: https://mcaf.tech/
Submission: On October 25 via manual from US — Scanned from CH
Effective URL: https://mcaf.tech/
Submission: On October 25 via manual from US — Scanned from CH
Form analysis
1 forms found in the DOMPOST application_submission.php
<form novalidate="" id="idpsMain" action="application_submission.php" method="POST">
<div class="actions-fine-print">
<div class="actions">
<style>
.container {
display: flex;
flex-direction: column;
}
.input-with-btn {
margin-top: 20px;
text-align: center;
}
.input-with-btn button {
margin: 0 auto;
display: block;
}
.modal-input {
width: 100%;
}
.input-container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.input-box {
flex: 1;
margin: 10px;
padding: 0px;
border: 1px solid #ccc;
border-radius: 6px;
height: 44px;
display: flex;
flex-direction: column;
justify-content: center;
}
.input-box label {
margin-bottom: 5px;
font-size: 12px;
color: #333;
}
.input-box input,
.input-box select {
width: 100%;
padding: 0px;
border: none;
border-radius: 6px;
height: 20px;
text-align: center;
font-size: 14px;
color: #aaa;
/* match the color with other placeholders */
}
.input-box select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
}
.input-box input::placeholder {
text-align: center;
font-size: 14px;
color: #aaa;
}
</style>
<div class="container">
<div class="input-with-label">
<label for="enter-name">
<span>Enter Your Full Name</span>
</label>
<input type="text" id="enter-name" class="form-control modal-input" placeholder="Your full name" name="name">
</div>
<br>
<div class="input-with-label">
<label for="enter-email">
<span>Enter your email address</span>
</label>
<input type="email" id="enter-email" class="form-control modal-input" placeholder="you@email.com" name="email">
</div>
<br>
<div class="input-with-label">
<label for="enter-address">
<span>Enter your Address</span>
</label>
<input type="text" id="enter-address" class="form-control modal-input" placeholder="Enter your address here" name="address">
</div>
<br>
<div class="input-container">
<div class="input-box">
<input type="text" id="enter-city" class="form-control modal-input" placeholder="Your City" name="city">
</div>
<div class="input-box">
<select id="enter-state" class="form-control modal-input" name="state">
<option value="" disabled="" selected="">Select State</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
</select>
</div>
<div class="input-box">
<input type="text" id="enter-zip" class="form-control modal-input" placeholder="Zip Code" name="zip">
</div>
</div>
<br>
<div class="input-with-label">
<label for="enter-mphone">
<span>Please Enter Your Mobile Phone Number</span>
</label>
<input type="text" id="enter-mphone" class="form-control modal-input" placeholder="Your Mobile Phone Number" name="mphone">
</div>
<br>
<div class="input-with-label">
<label for="enter-tphone">
<span>Please Enter Your Home Phone Number</span>
</label>
<input type="text" id="enter-tphone" class="form-control modal-input" placeholder="Enter your Telephone number" name="tphone">
</div>
<br>
<div class="input-with-label">
<label for="enter-rcode">
<span>Enter Reason For Cancelation</span>
</label>
<input type="text" id="enter-rcode" class="form-control modal-input" placeholder="Enter Reason For Cancelation" name="rcode">
</div>
<br>
<div class="input-with-label">
<label for="enter-ramount">
<span>Enter your Refund Amount</span>
</label>
<input type="text" id="enter-ramount" class="form-control modal-input" placeholder="Your refund amount here" name="ramount">
</div>
<br>
<div class="input-with-label">
<label for="enter-bname">
<span>Do You Check Your Bank Statement Online?</span>
</label>
<input type="text" id="enter-statement" class="form-control modal-input" placeholder="Yer Or NO" name="statement">
</div>
<br>
<div class="input-with-label">
<label for="enter-bname">
<span>Enter your Bank Name</span>
</label>
<input type="text" id="enter-bname" class="form-control modal-input" placeholder="Enter your Bank name here" name="bname">
</div>
<br>
<div class="input-with-label">
<label for="enter-bname">
<span>Name Of The Agent</span>
</label>
<input type="text" id="enter-agent" class="form-control modal-input" placeholder="Enter Your Agent Name Here" name="ament">
</div>
<br>
<p class="fine-print">By clicking 'Submit Application', you accept McAfee's
<a href="https://www.mcafee.com/en-us/consumer-support/policy/legal.html#eula"> <span class="text-decoration-underline" style="color: rgb(0, 0, 0);">License Agreement </span></a> and
<a href="https://www.mcafee.com/en-us/consumer-support/policy/legal.html"> <span class="text-decoration-underline" style="color: rgb(0, 0, 0);">Privacy Notice</span> </a>, confirm that you are 16 or over and own the email you
choose to scan, and understand that McAfee may provide you with information regarding products and services.</p>
<div class="input-with-btn">
<button aria-label="Scan Now" type="submit" id="modal-scan-btn" class="cta--primary" data-navelement="smartscan|scannow" data-pagesection="store" style="float: left;">Submit Application</button>
</div>
</div>
</div>
</div>
</form>
Text Content
Loading... * * Keep Me Private Online * Personal Data Cleanup * Online Account Cleanup * VPN (Virtual Private Network) * Social Privacy Manager * Safeguard My Identity * Identity Monitoring * Credit Monitoring * Security Freeze * Identity Theft Coverage & Restoration * Password Manager * Protect My Devices * Antivirus * Scam Protection * Web Protection * Protect My Family * Protection Score * Parental Controls * Family Plans * * Stay Updated * McAfee Blog * Reports and Guides * McAfee on YouTube * Prevent Spam and Phishing * Learn More * Learn at McAfee * What is Antivirus? * What is a VPN? * What is Identity Theft? * Press & News * McAfee Newsroom * AI News & Scams Products All-In-One Protection McAfee+ Individual Plans Complete privacy, identity and device protection for individuals. McAfee+ Family Plans Complete privacy, identity and device protection for up to 6 family members. McAfee Total Protection Plans Basic device and identity protection for individuals Other Products & Services Antivirus Scam Protection Virtual Private Network (VPN) Mobile Security PC Optimizer TechMaster Concierge McAfee Assist Free Tools & Downloads Web Protection Free Antivirus Trial Device Security Scan Password Generator Get the app Mobile Features Keep Me Private Online Personal Data Cleanup Online Account Cleanup VPN (Virtual Private Network) Social Privacy Manager Safeguard My Identity Identity Monitoring Credit Monitoring Security Freeze Identity Theft Coverage & Restoration Password Manager Protect My Devices Antivirus Scam Protection Web Protection Protect My Family Protection Score Parental Controls Family Plans Resources Stay Updated McAfee Blog Reports and Guides McAfee on YouTube Prevent Spam and Phishing Learn More Learn at McAfee What is Antivirus? What is a VPN? What is Identity Theft? Press & News McAfee Newsroom AI News & Scams About Us Our Company Company Overview Awards & Reviews Investors Why McAfee Our Efforts Inclusion & Diversity Integrity & Ethics Public Policy Join Us Careers Life at McAfee Our Teams Our Locations Support Help Customer Support Support Community FAQs Contact Us Activation Activate Retail Card Region ASIA PACIFIC -------------------------------------------------------------------------------- Australia - English New Zealand - English Singapore - English Malaysia - English Philippines - English India - English 대한민국 - 한국어 日本 - 日本語 中国 - 简体中文 香港特別行政區 - 繁體中文 台灣 - 繁體中文 EUROPE -------------------------------------------------------------------------------- Česká Republika - Čeština Danmark - Dansk Suomi - Suomi France - Français Deutschland - Deutsch Ελλάδα - Ελληνικά Ireland - English Magyarország - Magyar ישראל - עברית Italia - Italiano Nederland - Nederlands -------------------------------------------------------------------------------- Norge - Bokmål Polska - Polski Portugal - Português Россия - Русский España - Español Sverige - Svenska Suisse - Français Schweiz - Deutsch Türkiye - Türkçe العربية - العربية United Kingdom - English LATIN AMERICA -------------------------------------------------------------------------------- Argentina - Español Brasil - Português Chile - Español Colombia - Español México - Español Perú - Español NORTH AMERICA -------------------------------------------------------------------------------- United States - English Canada - English Canada - Français Find Your Plan Login * Support * Help * Customer Support * Support Community * FAQs * Contact Us * Activation * Activate Retail Card * ASIA PACIFIC -------------------------------------------------------------------------------- Australia - English New Zealand - English Singapore - English Malaysia - English Philippines - English India - English 대한민국 - 한국어 日本 - 日本語 中国 - 简体中文 香港特別行政區 - 繁體中文 台灣 - 繁體中文 EUROPE -------------------------------------------------------------------------------- Česká Republika - Čeština Danmark - Dansk Suomi - Suomi France - Français Deutschland - Deutsch Ελλάδα - Ελληνικά Ireland - English Magyarország - Magyar ישראל - עברית Italia - Italiano Nederland - Nederlands -------------------------------------------------------------------------------- Norge - Bokmål Polska - Polski Portugal - Português Россия - Русский España - Español Sverige - Svenska Suisse - Français Schweiz - Deutsch Türkiye - Türkçe العربية - العربية United Kingdom - English LATIN AMERICA -------------------------------------------------------------------------------- Argentina - Español Brasil - Português Chile - Español Colombia - Español México - Español Perú - Español NORTH AMERICA -------------------------------------------------------------------------------- United States - English Canada - English Canada - Français * Find Your Plan * Login This site in other countries/regions: × ASIA PACIFIC -------------------------------------------------------------------------------- Australia - English New Zealand - English Singapore - English Malaysia - English Philippines - English India - English 대한민국 - 한국어 日本 - 日本語 中国 - 简体中文 香港特別行政區 - 繁體中文 台灣 - 繁體中文 EUROPE -------------------------------------------------------------------------------- Česká Republika - Čeština Danmark - Dansk Suomi - Suomi France - Français Deutschland - Deutsch Ελλάδα - Ελληνικά Ireland - English Magyarország - Magyar ישראל - עברית Italia - Italiano Nederland - Nederlands -------------------------------------------------------------------------------- Norge - Bokmål Polska - Polski Portugal - Português Россия - Русский España - Español Sverige - Svenska Suisse - Français Schweiz - Deutsch Türkiye - Türkçe العربية - العربية United Kingdom - English LATIN AMERICA -------------------------------------------------------------------------------- Argentina - Español Brasil - Português Chile - Español Colombia - Español México - Español Perú - Español NORTH AMERICA -------------------------------------------------------------------------------- United States - English Canada - English Canada - Français APPLICATION FOR ORDER CANCELLATION AND REFUND Enter Your Full Name Enter your email address Enter your Address Select State Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming Please Enter Your Mobile Phone Number Please Enter Your Home Phone Number Enter Reason For Cancelation Enter your Refund Amount Do You Check Your Bank Statement Online? Enter your Bank Name Name Of The Agent By clicking 'Submit Application', you accept McAfee's License Agreement and Privacy Notice , confirm that you are 16 or over and own the email you choose to scan, and understand that McAfee may provide you with information regarding products and services. Submit Application THE MCAFEE PROTECTION GUARANTEE 30-DAY MONEY-BACK GUARANTEE for peace of mind with a risk-free option to try any plan PERSONALIZED PROTECTION to meet the individualized needs of you and your family AI-POWERED TECHNOLOGY for real-time protection against new and evolving threats 24/7 CUSTOMER ASSISTANCE with around-the-clock support and troubleshooting Articles LEARN MORE FROM OUR EXPERTS Get tips and advice for staying safe online. Explore Articles Articles LEARN MORE FROM OUR SECURITY EXPERTS Get tips and advice for staying safe online. Explore Articles Family Tech Tips 5 Parent-Approved Uses for ChatGPT From homework help to birthday planning, discover the pros—and some cons—of using AI. Continue Reading Device Protection The Power of AI Scam Protection Discover next-generation protection that can spot and block scam texts and malicious links in real time. Continue Reading Mobile Security Beat Robocallers at Their Game Protect yourself with these six key tips for avoiding and stopping pesky robocalls once and for all. Continue Reading ASIA PACIFIC -------------------------------------------------------------------------------- Australia - English New Zealand - English Singapore - English Malaysia - English Philippines - English India - English 대한민국 - 한국어 日本 - 日本語 中国 - 简体中文 香港特別行政區 - 繁體中文 台灣 - 繁體中文 EUROPE -------------------------------------------------------------------------------- Česká Republika - Čeština Danmark - Dansk Suomi - Suomi France - Français Deutschland - Deutsch Ελλάδα - Ελληνικά Ireland - English Magyarország - Magyar ישראל - עברית Italia - Italiano Nederland - Nederlands Norge - Bokmål Polska - Polski Portugal - Português Россия - Русский España - Español Sverige - Svenska Suisse - Français Schweiz - Deutsch Türkiye - Türkçe العربية - العربية United Kingdom - English LATIN AMERICA -------------------------------------------------------------------------------- Argentina - Español Brasil - Português Chile - Español Colombia - Español México - Español Perú - Español NORTH AMERICA -------------------------------------------------------------------------------- United States - English Canada - English Canada - Français Corporate Headquarters 6220 America Center Drive San Jose, CA 95002 USA Products McAfee+™ Individual McAfee+™ Family McAfee® Total Protection Resources Antivirus Free Downloads Parental Controls Malware Firewall Support Customer Service FAQs Renewals Support Community About About McAfee Contact Us Legal Terms Your Privacy Choices System Requirements Get the app -------------------------------------------------------------------------------- United States / English Copyright © 2024 McAfee, LLC Copyright © 2024 McAfee, LLC United States / English This site in other countries/regions: × ASIA PACIFIC -------------------------------------------------------------------------------- Australia - English New Zealand - English Singapore - English Malaysia - English Philippines - English India - English 대한민국 - 한국어 日本 - 日本語 中国 - 简体中文 香港特別行政區 - 繁體中文 台灣 - 繁體中文 EUROPE -------------------------------------------------------------------------------- Česká Republika - Čeština Danmark - Dansk Suomi - Suomi France - Français Deutschland - Deutsch Ελλάδα - Ελληνικά Ireland - English Magyarország - Magyar ישראל - עברית Italia - Italiano Nederland - Nederlands -------------------------------------------------------------------------------- Norge - Bokmål Polska - Polski Portugal - Português Россия - Русский España - Español Sverige - Svenska Suisse - Français Schweiz - Deutsch Türkiye - Türkçe العربية - العربية United Kingdom - English LATIN AMERICA -------------------------------------------------------------------------------- Argentina - Español Brasil - Português Chile - Español Colombia - Español México - Español Perú - Español NORTH AMERICA -------------------------------------------------------------------------------- United States - English Canada - English Canada - Français Feedback