Help
RSS
API
Feed
Maltego
Contact
Domain > sct-sh.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-12-10
66.199.162.10
(
ClassC
)
2026-02-05
216.57.231.120
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Thu, 05 Feb 2026 21:15:09 GMTServer: Apache/2.4.6 (CentOS) mod_fcgid/2.3.9 PHP/8.1.29Last-Modified: Sun, 31 Aug 2025 14:13:44 GMTETag: 5703-63da9dcd55600Accept-Ranges: bytesContent-Length: 22275Content-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title iddynamic-title>Webhero Parked Domain | Web Hosting and Domain Registration/title> meta namedescription contentExplore reliable web hosting, domain registration, and email hosting solutions with Webhero. Trusted since 1994.> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700&displayswap relstylesheet> style> :root { --primary-blue: #006FEE; --primary-dark: #0051CC; --secondary-teal: #3c818e; --accent-orange: #F5A524; --success-green: #17C964; --dark-teal: #043e50; --text-primary: #18181B; --text-secondary: #64748b; --text-light: #799490; --border-color: #e4e4e7; --white: #ffffff; --gray-50: #FAFAFA; --gray-100: #f4f4f5; --gray-200: #e4e4e7; --accent-light: #FFF7ED; --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); --shadow-colored: 0 10px 15px -3px rgba(0, 111, 238, 0.1), 0 4px 6px -2px rgba(0, 111, 238, 0.05); --radius-sm: 0.375rem; --radius-md: 0.5rem; --radius-lg: 0.75rem; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif; line-height: 1.6; color: var(--text-primary); background: var(--gray-50); min-height: 100vh; display: flex; flex-direction: column; } /* Header Styles */ .header { background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-dark) 100%); color: white; padding: 4rem 0 5rem 0; text-align: center; position: relative; overflow: hidden; } .header::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 1000 100 fillwhite opacity0.1>polygon points0,0 1000,0 1000,100 0,80/>/svg>) no-repeat bottom; background-size: cover; } .header-content { position: relative; z-index: 2; } .domain-name { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 1rem; letter-spacing: -0.025em; } .header-subtitle { font-size: 1.25rem; font-weight: 400; opacity: 0.9; margin-bottom: 0; } .header-subtitle a { color: white; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; transition: opacity 0.2s ease; } .header-subtitle a:hover { opacity: 0.8; } /* Container */ .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; flex: 1; } .main-content { margin: -2rem auto 3rem auto; position: relative; z-index: 10; } /* Search Section */ .search-section { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-colored); padding: 2.5rem; margin-bottom: 3rem; text-align: center; border: 1px solid rgba(0, 111, 238, 0.1); } .search-title { font-size: 1.875rem; font-weight: 600; color: var(--text-primary); margin-bottom: 0.5rem; } .search-subtitle { color: var(--text-secondary); margin-bottom: 2rem; font-size: 1.125rem; } .search-form { max-width: 600px; margin: 0 auto; } .search-input-group { display: flex; gap: 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-md); } .search-input { flex: 1; padding: 1rem 1.5rem; border: 2px solid var(--border-color); border-right: none; font-size: 1rem; outline: none; transition: border-color 0.2s ease; } .search-input:focus { border-color: var(--primary-blue); } .search-input::placeholder { color: var(--text-light); } .search-button { background: linear-gradient(135deg, var(--accent-orange) 0%, #ff7b00 100%); color: white; border: 2px solid var(--accent-orange); padding: 1rem 2rem; font-size: 1rem; font-weight: 500; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 4px 12px rgba(245, 165, 36, 0.3); } .search-button:hover { background: linear-gradient(135deg, #ff7b00 0%, var(--accent-orange) 100%); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(245, 165, 36, 0.4); } /* Services Grid */ .services-section { margin-bottom: 3rem; } .section-title { text-align: center; font-size: 2.25rem; font-weight: 600; color: var(--text-primary); margin-bottom: 1rem; } .section-subtitle { text-align: center; color: var(--text-secondary); font-size: 1.125rem; margin-bottom: 3rem; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; } .service-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-md); transition: all 0.3s ease; border: 1px solid var(--border-color); } .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-colored); border-color: rgba(0, 111, 238, 0.2); } .service-icon { width: 3rem; height: 3rem; background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-teal) 100%); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; color: white; font-size: 1.5rem; box-shadow: 0 4px 12px rgba(0, 111, 238, 0.2); } .service-title { font-size: 1.25rem; font-weight: 600; color: var(--text-primary); margin-bottom: 0.75rem; } .service-title a { color: inherit; text-decoration: none; transition: color 0.2s ease; } .service-title a:hover { color: var(--accent-orange); } .service-description { color: var(--text-secondary); line-height: 1.6; } /* Why Choose Section */ .why-choose-section { background: var(--white); border-radius: var(--radius-lg); padding: 3rem; box-shadow: var(--shadow-md); margin-bottom: 3rem; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .feature-item { display: flex; align-items: flex-start; gap: 1rem; } .feature-icon { width: 1.5rem; height: 1.5rem; background: linear-gradient(135deg, var(--success-green) 0%, #12a150 100%); border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.75rem; font-weight: 600; margin-top: 0.125rem; box-shadow: 0 2px 8px rgba(23, 201, 100, 0.3); } .feature-content h4 { font-weight: 600; color: var(--text-primary); margin-bottom: 0.25rem; } .feature-content p { color: var(--text-secondary); font-size: 0.875rem; line-height: 1.5; } /* Footer */ .footer { background: linear-gradient(135deg, var(--dark-teal) 0%, var(--text-primary) 100%); color: white; padding: 2.5rem 0 1.5rem 0; margin-top: auto; } .footer-content { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; } .footer-logo { max-width: 200px; height: auto; opacity: 0.9; filter: brightness(0) invert(1); transition: opacity 0.2s ease; } .footer-logo:hover { opacity: 1; } .footer-text { text-align: center; color: rgba(255, 255, 255, 0.8); font-size: 0.875rem; } /* Responsive Design */ @media (max-width: 768px) { .header { padding: 3rem 0 4rem 0; } .search-section { padding: 2rem 1.5rem; margin: -1.5rem 1rem 2rem 1rem; } .search-input-group { flex-direction: column; border-radius: var(--radius-md); } .search-input { border-right: 2px solid var(--border-color); border-bottom: none; border-radius: 0; } .search-button { border-top: none; border-radius: 0; } .services-grid { grid-template-columns: 1fr; gap: 1rem; } .service-card { padding: 1.5rem; } .why-choose-section { padding: 2rem 1.5rem; margin: 0 1rem 2rem 1rem; } .features-grid { grid-template-columns: 1fr; gap: 1.5rem; } .section-title { font-size: 1.875rem; } } @media (max-width: 480px) { .container { padding: 0 1rem; } .domain-name { word-break: break-all; } .search-section { margin: -1rem 0.5rem 1.5rem 0.5rem; } .why-choose-section { margin: 0 0.5rem 1.5rem 0.5rem; } } /style>/head>body> !-- Header Section --> header classheader> div classcontainer> div classheader-content> h1 classdomain-name> script> var domain document.URL.substr(document.URL.indexOf(//)+2); if (domain.indexOf(:) > 1) { domain domain.substr(0, domain.indexOf(:)); } if (domain.indexOf(/) > 1) { domain domain.substr(0, domain.indexOf(/)); } document.writeln(domain.toLowerCase()); // Update page title with domain name for Matomo tracking document.title domain.toLowerCase() + | Webhero Parked Domain | Web Hosting and Domain Registration; /script> /h1> p classheader-subtitle> This domain is currently parked with a hrefhttps://webhero.com target_blank relnoopener>Webhero/a> /p> /div> /div> /header> !-- Main Content --> div classcontainer> main classmain-content> !-- Domain Search Section --> section classsearch-section> h2 classsearch-title>Find Your Perfect Domain/h2> p classsearch-subtitle>Search for available domains and start building your online presence today/p> form actionhttps://signup.webhero.com methodpost classsearch-form> input typehidden nameDomainType valuenew> div classsearch-input-group> input typetext namedomain placeholderEnter domain name... classsearch-input required> button typesubmit nameChoosex classsearch-button>Search Domain/button> /div> /form> /section> !-- Services Section --> section classservices-section> h2 classsection-title>Were Here to Help You Succeed/h2> p classsection-subtitle>Comprehensive web solutions designed to grow with your business/p> div classservices-grid> div classservice-card> div classservice-icon>🌐/div> h3 classservice-title> a hrefhttps://new.webhero.com/hosting/shared target_blank relnoopener>Web Hosting/a> /h3> p classservice-description> Powerful, reliable hosting that grows with your business. Featuring US-based support, daily backups, and 99.9% uptime guarantee. /p> /div> div classservice-card> div classservice-icon>📧/div> h3 classservice-title> a hrefhttps://new.webhero.com/email target_blank relnoopener>Email Hosting/a> /h3> p classservice-description> Professional email hosting solutions with custom domain addresses, advanced security, and mobile access for your business. /p> /div> div classservice-card> div classservice-icon>🔗/div> h3 classservice-title> a hrefhttps://new.webhero.com/domains target_blank relnoopener>Domain Registration/a> /h3> p classservice-description> Find your perfect domain name and secure your place on the web. Complete DNS management and domain protection included. /p> /div> div classservice-card> div classservice-icon>🔒/div> h3 classservice-title> a hrefhttps://new.webhero.com/security target_blank relnoopener>Site Security/a> /h3> p classservice-description> Protect your website with SSL certificates, malware protection, and comprehensive security solutions to keep your business safe. /p> /div> div classservice-card> div classservice-icon>💬/div> h3 classservice-title> a hrefhttps://new.webhero.com/services/wsm target_blank relnoopener>Experienced Support/a> /h3> p classservice-description> Talk to real people based in the U.S. with 60+ years of combined support experience. Personal service without over-automation. /p> /div> div classservice-card> div classservice-icon>🛡️/div> h3 classservice-title> a hrefhttps://new.webhero.com/security/malware-protection target_blank relnoopener>Malware Removal/a> /h3> p classservice-description> Expert detection and elimination of malicious code and threats. Keep your website clean and safe from security vulnerabilities. /p> /div> /div> /section> !-- Why Choose Section --> section classwhy-choose-section> h2 classsection-title>Why Choose Webhero?/h2> p classsection-subtitle>Trusted expertise and proven results since 1994/p> div classfeatures-grid> div classfeature-item> div classfeature-icon>✓/div> div classfeature-content> h4>Were Here for the Long Haul/h4> p>Over 30 years of experience in supporting all web hosting related services, ensuring your online success./p> /div> /div> div classfeature-item> div classfeature-icon>✓/div> div classfeature-content> h4>Proven Expertise/h4> p>One of the original ICANN accredited registrars with over 25 years of providing reliable domain registration services./p> /div> /div> div classfeature-item> div classfeature-icon>✓/div> div classfeature-content> h4>Enterprise Technology/h4> p>Harnessing the power of enterprise level hardware for filesystems and load balancing for speed and reliability./p> /div> /div> div classfeature-item> div classfeature-icon>✓/div> div classfeature-content> h4>Exceptional Support/h4> p>Talk to a real person based in the U.S., focused on personal service without the frustration of over-automation./p> /div> /div> div classfeature-item> div classfeature-icon>✓/div> div classfeature-content> h4>Comprehensive Solutions/h4> p>From domains to email and hosting management services, we provide a full suite of services to support you./p> /div> /div> div classfeature-item> div classfeature-icon>✓/div> div classfeature-content> h4>ICANN Accredited Registrar/h4> p>One of the original ICANN accredited domain registrars since 2000, providing trusted domain registration and management services./p> /div> /div> /div> /section> /main> /div> !-- Footer --> footer classfooter> div classcontainer> div classfooter-content> a hrefhttps://webhero.com target_blank relnoopener> img srcimg/webhero-logo.png altWebhero - Reliable Web Hosting and Domain Registration since 1994 classfooter-logo> /a> p classfooter-text> Copyright © 1994-script>document.write(new Date().getFullYear());/script> Webhero, Inc. /p> /div> /div> /footer> !-- Matomo --> script> var _paq window._paq window._paq || ; /* tracker methods like setCustomDimension should be called before trackPageView */ // Detect current domain and set custom dimension for separate tracking var currentDomain window.location.hostname; _paq.push(setCustomDimension, 1, currentDomain); _paq.push(trackPageView); _paq.push(enableLinkTracking); (function() { var u//herogrid.com/matomo/; _paq.push(setTrackerUrl, u+matomo.php); _paq.push(setSiteId, 3); var ddocument, gd.createElement(script), sd.getElementsByTagName(script)0; g.asynctrue; g.srcu+matomo.js; s.parentNode.insertBefore(g,s); })(); /script> !-- End Matomo Code -->/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
]