Help
RSS
API
Feed
Maltego
Contact
Domain > go-global.jp
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-03-01
133.167.212.27
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Sun, 01 Mar 2026 09:39:05 GMTContent-Type: text/htmlContent-Length: 9694Connection: keep-aliveLast-Modified: Mon, 16 Feb 2026 23:28:20 GMTETag: 25de-64af94f6d1966Accept-Ranges: bytes !DOCTYPE html>html langja>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>GO-Global.jp/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyCormorant+Garamond:wght@300;400;500;600&familyNoto+Sans+JP:wght@200;300;400;500&familyDM+Sans:wght@300;400;500&displayswap relstylesheet> style> *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } :root { --bg: #3d3a34; --bg-card: rgba(255, 255, 255, 0.06); --bg-card-hover: rgba(255, 255, 255, 0.11); --text-primary: #ece7dd; --text-secondary: #b0a898; --text-muted: #7d7568; --accent-gold: #c4a46e; --line: rgba(196, 164, 110, 0.16); --line-hover: rgba(196, 164, 110, 0.32); } html, body { height: 100%; } body { font-family: DM Sans, Noto Sans JP, sans-serif; background: var(--bg); color: var(--text-primary); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; position: relative; overflow: hidden; } body::before { content: ; position: fixed; inset: 0; background: radial-gradient(ellipse 700px 500px at 30% 20%, rgba(196, 164, 110, 0.05) 0%, transparent 60%), radial-gradient(ellipse 500px 600px at 75% 80%, rgba(196, 164, 110, 0.03) 0%, transparent 60%); z-index: 0; } body::after { content: ; position: fixed; inset: 0; opacity: 0.35; background-image: url(data:image/svg+xml,%3Csvg viewBox0 0 256 256 xmlnshttp://www.w3.org/2000/svg%3E%3Cfilter idn%3E%3CfeTurbulence typefractalNoise baseFrequency0.9 numOctaves4 stitchTilesstitch/%3E%3C/filter%3E%3Crect width100%25 height100%25 filterurl(%23n) opacity0.03/%3E%3C/svg%3E); z-index: 0; pointer-events: none; } .container { position: relative; z-index: 1; text-align: center; padding: 2rem; max-width: 860px; width: 100%; } .logo-area { margin-bottom: 4rem; animation: reveal 1s cubic-bezier(0.22, 1, 0.36, 1) both; } .logo-text { font-family: Cormorant Garamond, Noto Sans JP, serif; font-size: 3.2rem; font-weight: 300; letter-spacing: 0.02em; color: var(--text-primary); } .logo-text em { font-style: normal; font-weight: 500; color: var(--accent-gold); } .divider { width: 48px; height: 1px; background: var(--accent-gold); margin: 1.2rem auto 1rem; opacity: 0.45; } .subtitle { font-size: 0.82rem; color: var(--text-secondary); font-weight: 300; letter-spacing: 0.25em; text-transform: uppercase; } .cards { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; animation: reveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both; } .card { position: relative; width: 360px; padding: 3rem 2.5rem 2.5rem; background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px; cursor: pointer; transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 1.4rem; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } .card:hover { transform: translateY(-4px); border-color: var(--line-hover); background: var(--bg-card-hover); box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18); } .card::before { content: ; position: absolute; top: 0; left: 2.5rem; right: 2.5rem; height: 1px; background: linear-gradient(90deg, transparent, var(--accent-gold), transparent); opacity: 0; transition: opacity 0.5s ease; } .card:hover::before { opacity: 0.5; } .card-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); font-weight: 400; } .card-title-group { display: flex; flex-direction: column; gap: 0.3rem; } .card-title { font-family: Cormorant Garamond, Noto Sans JP, serif; font-size: 1.6rem; font-weight: 500; letter-spacing: 0.01em; color: var(--text-primary); transition: color 0.4s ease; } .card:hover .card-title { color: var(--accent-gold); } .card-domain { font-size: 0.78rem; color: var(--text-secondary); font-weight: 300; letter-spacing: 0.06em; } .card-desc { font-size: 0.85rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; } .card-cta { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.5rem; font-size: 0.78rem; color: var(--accent-gold); font-weight: 400; letter-spacing: 0.08em; opacity: 0.7; transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1); } .card:hover .card-cta { gap: 1rem; opacity: 1; } .card-cta svg { width: 16px; height: 16px; transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1); } .card:hover .card-cta svg { transform: translateX(2px); } .footer { position: relative; z-index: 1; margin-top: 4rem; padding-top: 1.5rem; color: var(--text-muted); font-size: 0.72rem; font-weight: 300; letter-spacing: 0.12em; animation: reveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both; } .footer::before { content: ; display: block; width: 24px; height: 1px; background: var(--line); margin: 0 auto 1.2rem; } @keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 780px) { .cards { flex-direction: column; align-items: center; } .card { width: 100%; max-width: 380px; } .logo-text { font-size: 2.4rem; } .logo-area { margin-bottom: 3rem; } } /style>/head>body> div classcontainer> div classlogo-area> div classlogo-text>em>GO-Global/em>.jp/div> div classdivider>/div> div classsubtitle>Select Service/div> /div> div classcards> a hrefhttps://kitasp.com classcard card--go> div classcard-label>Service 01/div> div classcard-title-group> div classcard-title>GO-Global/div> div classcard-domain>kitasp.com/div> /div> div classcard-desc>GO-Globalの情報はこちら/div> div classcard-cta> サイトへ移動 svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 stroke-width1.5 strokecurrentColor> path stroke-linecapround stroke-linejoinround dM17.25 8.25 21 12m0 0-3.75 3.75M21 12H3 /> /svg> /div> /a> a hrefhttps://dentalsystems.jp classcard card--dental> div classcard-label>Service 02/div> div classcard-title-group> div classcard-title>デンタルシステムズ/div> div classcard-domain>dentalsystems.jp/div> /div> div classcard-desc>デンタルシステムズの情報はこちら/div> div classcard-cta> サイトへ移動 svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 stroke-width1.5 strokecurrentColor> path stroke-linecapround stroke-linejoinround dM17.25 8.25 21 12m0 0-3.75 3.75M21 12H3 /> /svg> /div> /a> /div> div classfooter>© 2026 GO-Global.jp/div> /div>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Sun, 01 Mar 2026 09:39:06 GMTContent-Type: text/htmlContent-Length: 9694Connection: keep-aliveLast-Modified: Mon, 16 Feb 2026 23:28:20 GMTETag: 25de-64af94f6d1966Accept-Ranges: bytes !DOCTYPE html>html langja>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>GO-Global.jp/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyCormorant+Garamond:wght@300;400;500;600&familyNoto+Sans+JP:wght@200;300;400;500&familyDM+Sans:wght@300;400;500&displayswap relstylesheet> style> *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } :root { --bg: #3d3a34; --bg-card: rgba(255, 255, 255, 0.06); --bg-card-hover: rgba(255, 255, 255, 0.11); --text-primary: #ece7dd; --text-secondary: #b0a898; --text-muted: #7d7568; --accent-gold: #c4a46e; --line: rgba(196, 164, 110, 0.16); --line-hover: rgba(196, 164, 110, 0.32); } html, body { height: 100%; } body { font-family: DM Sans, Noto Sans JP, sans-serif; background: var(--bg); color: var(--text-primary); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; position: relative; overflow: hidden; } body::before { content: ; position: fixed; inset: 0; background: radial-gradient(ellipse 700px 500px at 30% 20%, rgba(196, 164, 110, 0.05) 0%, transparent 60%), radial-gradient(ellipse 500px 600px at 75% 80%, rgba(196, 164, 110, 0.03) 0%, transparent 60%); z-index: 0; } body::after { content: ; position: fixed; inset: 0; opacity: 0.35; background-image: url(data:image/svg+xml,%3Csvg viewBox0 0 256 256 xmlnshttp://www.w3.org/2000/svg%3E%3Cfilter idn%3E%3CfeTurbulence typefractalNoise baseFrequency0.9 numOctaves4 stitchTilesstitch/%3E%3C/filter%3E%3Crect width100%25 height100%25 filterurl(%23n) opacity0.03/%3E%3C/svg%3E); z-index: 0; pointer-events: none; } .container { position: relative; z-index: 1; text-align: center; padding: 2rem; max-width: 860px; width: 100%; } .logo-area { margin-bottom: 4rem; animation: reveal 1s cubic-bezier(0.22, 1, 0.36, 1) both; } .logo-text { font-family: Cormorant Garamond, Noto Sans JP, serif; font-size: 3.2rem; font-weight: 300; letter-spacing: 0.02em; color: var(--text-primary); } .logo-text em { font-style: normal; font-weight: 500; color: var(--accent-gold); } .divider { width: 48px; height: 1px; background: var(--accent-gold); margin: 1.2rem auto 1rem; opacity: 0.45; } .subtitle { font-size: 0.82rem; color: var(--text-secondary); font-weight: 300; letter-spacing: 0.25em; text-transform: uppercase; } .cards { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; animation: reveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both; } .card { position: relative; width: 360px; padding: 3rem 2.5rem 2.5rem; background: var(--bg-card); border: 1px solid var(--line); border-radius: 16px; cursor: pointer; transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 1.4rem; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } .card:hover { transform: translateY(-4px); border-color: var(--line-hover); background: var(--bg-card-hover); box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18); } .card::before { content: ; position: absolute; top: 0; left: 2.5rem; right: 2.5rem; height: 1px; background: linear-gradient(90deg, transparent, var(--accent-gold), transparent); opacity: 0; transition: opacity 0.5s ease; } .card:hover::before { opacity: 0.5; } .card-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); font-weight: 400; } .card-title-group { display: flex; flex-direction: column; gap: 0.3rem; } .card-title { font-family: Cormorant Garamond, Noto Sans JP, serif; font-size: 1.6rem; font-weight: 500; letter-spacing: 0.01em; color: var(--text-primary); transition: color 0.4s ease; } .card:hover .card-title { color: var(--accent-gold); } .card-domain { font-size: 0.78rem; color: var(--text-secondary); font-weight: 300; letter-spacing: 0.06em; } .card-desc { font-size: 0.85rem; color: var(--text-secondary); font-weight: 300; line-height: 1.8; } .card-cta { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.5rem; font-size: 0.78rem; color: var(--accent-gold); font-weight: 400; letter-spacing: 0.08em; opacity: 0.7; transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1); } .card:hover .card-cta { gap: 1rem; opacity: 1; } .card-cta svg { width: 16px; height: 16px; transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1); } .card:hover .card-cta svg { transform: translateX(2px); } .footer { position: relative; z-index: 1; margin-top: 4rem; padding-top: 1.5rem; color: var(--text-muted); font-size: 0.72rem; font-weight: 300; letter-spacing: 0.12em; animation: reveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both; } .footer::before { content: ; display: block; width: 24px; height: 1px; background: var(--line); margin: 0 auto 1.2rem; } @keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 780px) { .cards { flex-direction: column; align-items: center; } .card { width: 100%; max-width: 380px; } .logo-text { font-size: 2.4rem; } .logo-area { margin-bottom: 3rem; } } /style>/head>body> div classcontainer> div classlogo-area> div classlogo-text>em>GO-Global/em>.jp/div> div classdivider>/div> div classsubtitle>Select Service/div> /div> div classcards> a hrefhttps://kitasp.com classcard card--go> div classcard-label>Service 01/div> div classcard-title-group> div classcard-title>GO-Global/div> div classcard-domain>kitasp.com/div> /div> div classcard-desc>GO-Globalの情報はこちら/div> div classcard-cta> サイトへ移動 svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 stroke-width1.5 strokecurrentColor> path stroke-linecapround stroke-linejoinround dM17.25 8.25 21 12m0 0-3.75 3.75M21 12H3 /> /svg> /div> /a> a hrefhttps://dentalsystems.jp classcard card--dental> div classcard-label>Service 02/div> div classcard-title-group> div classcard-title>デンタルシステムズ/div> div classcard-domain>dentalsystems.jp/div> /div> div classcard-desc>デンタルシステムズの情報はこちら/div> div classcard-cta> サイトへ移動 svg xmlnshttp://www.w3.org/2000/svg fillnone viewBox0 0 24 24 stroke-width1.5 strokecurrentColor> path stroke-linecapround stroke-linejoinround dM17.25 8.25 21 12m0 0-3.75 3.75M21 12H3 /> /svg> /div> /a> /div> div classfooter>© 2026 GO-Global.jp/div> /div>/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
]