Loading...
Loading...
{
"latency": 107,
"ipAddresses": [
"111.108.51.76"
],
"dns": {
"NS": [
"ns5.brandshelter.us.",
"ns4.brandshelter.net.",
"ns2.brandshelter.de.",
"ns3.brandshelter.info.",
"ns1.brandshelter.com."
],
"A": [
"111.108.51.76"
],
"TXT": [
"v=spf1 include:mailgun.org ~all"
]
}
}
[
{
"url": "https://teragogoapp.com",
"technologies": [
{
"slug": "nginx",
"name": "Nginx",
"icon": "Nginx.svg",
"cpe": "cpe:2.3:a:f5:nginx:*:*:*:*:*:*:*:*",
"versions": [],
"categories": [
{
"id": 22,
"slug": "web-servers",
"name": "Web servers"
},
{
"id": 64,
"slug": "reverse-proxies",
"name": "Reverse proxies"
}
],
"confirmedAt": 1724716313
}
]
}
]
{
"CrUX Dataset": "CrUX is a data collection system that gathers information about how real users interact with websites. This website is included in the user experiences data gathered from Google Chrome and thus considered sufficiently popular on the Internet.",
"CrUX Top 5m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 5 million.",
"Google Identity Platform": "Google Sign-In is a secure authentication system that enables users to sign in with their Google account.",
"Cloudflare Radar": "The website appears on the Cloudflare Radar Top 1m sites list",
"Cloudflare Radar Top 50k": "The website appears in the Cloudflare Radar Top 50,000.",
"English HREF LANG": "This webpage has alternate versions available in English via the use of the hreflang tag.",
"Spanish HREF LANG": "This webpage has alternate versions available in Spanish via the use of the hreflang tag.",
"Hindi HREF LANG": "This webpage has alternate versions available in Hindi via the use of the hreflang tag.",
"Indonesian HREF LANG": "This webpage has alternate versions available in Indonesian via the use of the hreflang tag.",
"Japanese HREF LANG": "This webpage has alternate versions available in Japanese via the use of the hreflang tag.",
"Korean HREF LANG": "This webpage has alternate versions available in Korean via the use of the hreflang tag.",
"Portuguese HREF LANG": "This webpage has alternate versions available in Portuguese via the use of the hreflang tag.",
"Russian HREF LANG": "This webpage has alternate versions available in Russian via the use of the hreflang tag.",
"Thai HREF LANG": "This webpage has alternate versions available in Thai via the use of the hreflang tag.",
"Vietnamese HREF LANG": "This webpage has alternate versions available in Vietnamese via the use of the hreflang tag.",
"Malaysian HREF LANG": "This webpage has alternate versions available in Malaysian via the use of the hreflang tag.",
"Organization Schema": "Organization i.e. school, NGO, Corporation.",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"Mobile Non Scaleable Content": "This content is formatted for mobile devices, it does not allow the content to be scaled.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"JavaScript Modules": "Modern browsers now support native module functionality, optimizing loading and efficiency. Import and export statements are key for using native JavaScript modules.",
"Vue": "vue.js a JavaScript MVVM framework.",
"Day.js": "Day.js is a javascript date time library.",
"crypto browserify": "A port of node's crypto module to the browser.",
"Elliptic": "Fast Elliptic Curve Cryptography in plain javascript.",
"Intersection Observer": "API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport.",
"Babel": "Babel is a JavaScript compiler.",
"core-js": "Modular standard library for JavaScript.",
"Mailgun": "Mailgun is a set of APIs that allow you to send, receive, track and store email effortlessly.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"KDDI": "Network infrastructure from KDDI based in Japan.",
"Japanese Server Location": "The web server is located in Japan",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"DigiCert SSL": "Certificate provided by DigiCert.",
"RapidSSL": "RapidSSL certificate provider.",
"nginx": "nginx [engine x] is a HTTP server and mail proxy server written by Igor Sysoev.",
"Content Delivery Network": "This page contains links that give the impression that some of the site contents are stored on a content delivery network."
}
{
"data": {
"total": 0,
"personal_emails": 0,
"generic_emails": 0,
"department": {
"executive": 0,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 0,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "teragogoapp.com",
"company": null,
"type": null
}
}
}
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<title>we can't find the page you're looking for</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link crossorigin="anonymous" href="https://s2.teraverseapp.com/html-v5/public/favicon.ico" rel="shortcut icon" type="images/x-icon">
<style>
body,
html {
height: 100%;
width: 100%;
padding: 0;
}
body {
margin: 0;
text-align: center;
font-size: 14px;
box-sizing: border-box;
overflow: hidden;
}
.header{
padding: 18px 164px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.logo{
width:44px;
height: 44px;
margin-right: 8px;
}
.logo-text {
height: 22px;
}
.header-left{
display: flex;
align-items: center;
justify-content: center;
}
.header-right{
display: flex;
align-items: center;
justify-content: center;
}
.header-home-btn {
font-size: 16px;
color: #000;
font-weight: 500;
line-height: 20px;
position: relative;
cursor: pointer;
}
.header-home-btn::before {
content: '';
position: absolute;
left: -14px;
top: 50%;
transform: translateY(-50%);
width: 6px;
height: 6px;
background-color: #D72E20;
border-radius: 6px;
}
.error {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: calc(100% - 160px);
}
.err-img {
width: 175px;
height: 175px;
}
.err-text {
font-size: 16px;
font-weight: 400;
color: #737373;
margin: 24px 0;
}
.home-btn {
border-radius: 8px;
border: 1px solid #D72E20;
font-size: 16px;
color: #D72E20;
font-weight: 700;
line-height: 20px;
padding: 18px;
cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px){
.header{
padding: 24px 20px;
}
.logo{
width:32px;
height: 32px;
margin-right: 4px;
}
.logo-text {
height: 16px;
}
.err-text {
margin: 24px;
}
}
</style>
</head>
<body>
<div class="header">
<div class="header-left">
<img
src="https://s2.teraverseapp.com/html-v5/public/favicon.ico"
alt="logo"
class="logo"
/>
<img
src="https://s2.teraverseapp.com/html-v5/public/TeraGogo.png"
alt="logo-text"
class="logo-text"
/>
</div>
<div class="header-right">
<p class="header-home-btn">Home</p>
</div>
</div>
<div class="error">
<img
src="https://s2.teraverseapp.com/html-v5/public/error404.png"
alt="logo"
class="err-img"
/>
<div class="err-text">
Oops! You are looking for something that doesn't actually exist.
</div>
<div class="home-btn">
Back to Home
</div>
</div>
</body>
<script>
const homeBtn = document.querySelector('.home-btn');
const headerHomeBtn = document.querySelector('.header-home-btn');
homeBtn && (homeBtn.onclick = () => {
window.location.href = '/';
});
headerHomeBtn && (headerHomeBtn.onclick = () => {
window.location.href = '/';
});
</script>
</html>
{
"whois.verisign-grs.com": {
"Domain Status": [
"clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"NS1.BRANDSHELTER.COM",
"NS2.BRANDSHELTER.DE",
"NS3.BRANDSHELTER.INFO",
"NS4.BRANDSHELTER.NET",
"NS5.BRANDSHELTER.US"
],
"Domain Name": "TERAGOGOAPP.COM",
"Registry Domain ID": "2852571127_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.rrpproxy.net",
"Registrar URL": "http://www.key-systems.net",
"Updated Date": "2025-01-04T15:01:11Z",
"Created Date": "2024-02-05T03:41:03Z",
"Expiry Date": "2026-02-05T03:41:03Z",
"Registrar": "Key-Systems GmbH",
"Registrar IANA ID": "269",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+49.68949396850",
"DNSSEC": "unsigned",
"URL of the ICANN Whois Inaccuracy Complaint Form": "https://www.icann.org/wicf/",
">>> Last update of whois database": "2025-02-02T02:03:33Z <<<",
"text": [
"For more information on Whois status codes, please visit https://icann.org/epp",
"",
"NOTICE: The expiration date displayed in this record is the date the",
"registrar's sponsorship of the domain name registration in the registry is",
"currently set to expire. This date does not necessarily reflect the expiration",
"date of the domain name registrant's agreement with the sponsoring",
"registrar. Users may consult the sponsoring registrar's Whois database to",
"view the registrar's reported date of expiration for this registration.",
"",
"TERMS OF USE: You are not authorized to access or query our Whois",
"database through the use of electronic processes that are high-volume and",
"automated except as reasonably necessary to register domain names or",
"modify existing registrations; the Data in VeriSign Global Registry",
"Services' (\"VeriSign\") Whois database is provided by VeriSign for",
"information purposes only, and to assist persons in obtaining information",
"about or related to a domain name registration record. VeriSign does not",
"guarantee its accuracy. By submitting a Whois query, you agree to abide",
"by the following terms of use: You agree that you may use this Data only",
"for lawful purposes and that under no circumstances will you use this Data",
"to: (1) allow, enable, or otherwise support the transmission of mass",
"unsolicited, commercial advertising or solicitations via e-mail, telephone,",
"or facsimile; or (2) enable high volume, automated, electronic processes",
"that apply to VeriSign (or its computer systems). The compilation,",
"repackaging, dissemination or other use of this Data is expressly",
"prohibited without the prior written consent of VeriSign. You agree not to",
"use electronic processes that are automated and high-volume to access or",
"query the Whois database except as reasonably necessary to register",
"domain names or modify existing registrations. VeriSign reserves the right",
"to restrict your access to the Whois database in its sole discretion to ensure",
"operational stability. VeriSign may restrict or terminate your access to the",
"Whois database for failure to abide by these terms of use. VeriSign",
"reserves the right to modify these terms at any time.",
"",
"The Registry database contains ONLY .COM, .NET, .EDU domains and",
"Registrars."
]
},
"whois.rrpproxy.net": {
"Domain Status": [
"clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"Name Server": [
"ns1.brandshelter.com",
"ns2.brandshelter.de",
"ns3.brandshelter.info",
"ns4.brandshelter.net",
"ns5.brandshelter.us"
],
"Domain Name": "teragogoapp.com",
"Registry Domain ID": "2852571127_DOMAIN_COM-VRSN",
"Registrar WHOIS Server": "whois.rrpproxy.net",
"Registrar URL": "https://www.brandshelter.com",
"Updated Date": "2025-01-04T15:01:11Z",
"Created Date": "2024-02-05T03:41:03Z",
"Expiry Date": "2026-02-05T03:41:03Z",
"Registrar": "Key-Systems GmbH",
"Registrar IANA ID": "269",
"Registrar Abuse Contact Email": "[email protected]",
"Registrar Abuse Contact Phone": "+49.68949396850",
"Registry Registrant ID": "",
"Registrant Name": "",
"Registrant Organization": "",
"Registrant Street": "",
"Registrant City": "",
"Registrant State/Province": "Zug",
"Registrant Postal Code": "",
"Registrant Country": "CH",
"Registrant Phone": "",
"Registrant Phone Ext": "",
"Registrant Fax": "",
"Registrant Fax Ext": "",
"Registrant Email": "[email protected]",
"Registry Admin ID": "",
"Admin Name": "",
"Admin Organization": "",
"Admin Street": "",
"Admin City": "",
"Admin State/Province": "",
"Admin Postal Code": "",
"Admin Country": "",
"Admin Phone": "",
"Admin Phone Ext": "",
"Admin Fax": "",
"Admin Fax Ext": "",
"Admin Email": "[email protected]",
"Registry Tech ID": "",
"Tech Name": "",
"Tech Organization": "",
"Tech Street": "",
"Tech City": "",
"Tech State/Province": "",
"Tech Postal Code": "",
"Tech Country": "",
"Tech Phone": "",
"Tech Phone Ext": "",
"Tech Fax": "",
"Tech Fax Ext": "",
"Tech Email": "[email protected]",
"Registry Billing ID": "",
"Billing Name": "",
"Billing Organization": "",
"Billing Street": "",
"Billing City": "",
"Billing State/Province": "",
"Billing Postal Code": "",
"Billing Country": "",
"Billing Phone": "",
"Billing Phone Ext": "",
"Billing Fax": "",
"Billing Fax Ext": "",
"Billing Email": "[email protected]",
"DNSSEC": "unsigned",
"URL of the ICANN WHOIS Data Problem Reporting System": "https://wdprs.internic.net/",
">>> Last update of WHOIS database": "2025-02-02T02:03:51Z <<<",
"text": [
"For more information on Whois status codes, please visit https://www.icann.org/epp",
"",
"To contact the registered registrant please proceed to:",
"https://www.domain-contact.org",
"",
"BrandShelter - protecting your name is our business",
"Contact us at +1 703 574 3831",
"In Europe, at +49 6894 9396 930",
"",
"This data is provided by BrandShelter",
"for information purposes, and to assist persons obtaining information",
"about or related to domain name registration records.",
"BrandShelter does not guarantee its accuracy.",
"By submitting a WHOIS query, you agree that you will use this data",
"only for lawful purposes and that, under no circumstances, you will",
"use this data to",
"1) allow, enable, or otherwise support the transmission of mass",
"unsolicited, commercial advertising or solicitations via E-mail",
"(spam) or",
"2) enable high volume, automated, electronic processes that apply",
"to this WHOIS server.",
"These terms may be changed without prior notice.",
"By submitting this query, you agree to abide by this policy."
]
}
}
{
"error": false,
"result": {
"success": true,
"ogTitle": "TeraBox is not available in current area",
"favicon": "/box-static/disk-system/images/favicon.ico",
"charset": "UTF-8",
"requestUrl": "https://teragogoapp.com"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"connection": "keep-alive",
"content-encoding": "gzip",
"content-type": "text/html",
"date": "Sun, 02 Feb 2025 02:03:52 GMT",
"etag": "W/\"65f03db9-16c8\"",
"last-modified": "Tue, 12 Mar 2024 11:34:17 GMT",
"logid": "8822346974764689420",
"server": "nginx",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"yld": "8822346974764689420",
"yme": "ZIGW+Ss3QE0UaisESW4="
}
}