Help
RSS
API
Feed
Maltego
Contact
Domain > g2-sys.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-08
3.170.131.33
(
ClassC
)
2025-11-01
3.175.34.106
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 01 Nov 2025 10:59:54 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://g2-sys.com/X-Cache: Redirect from cloudfrontVia: 1.1 0917da16ef445f191a68e78a9846ed78.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: bcTYZ4rk5uJ81hd_4Gl_wPjZdefs9Z5c01_wOICMsD6-KZ23IWm00A html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 11600Connection: keep-aliveDate: Sat, 01 Nov 2025 10:59:56 GMTLast-Modified: Wed, 11 Jun 2025 10:33:46 GMTETag: f0f3a215d2b3ada59af1dc03fa2365fex-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 188e4222daf42f54b9492a395b60fb00.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: gnmCkCdXLayqd4lcv6pYsCHGBSdJqefiFTPVXjB_WiZYqFV8TQSe6A !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>G2 - Pioneering the Future of HLS & Defense Solutions/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: #000; color: #ffffff; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; position: relative; } /* Animated cyber grid background */ .cyber-grid { position: absolute; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px); background-size: 40px 40px; animation: grid-move 10s linear infinite; transform: perspective(500px) rotateX(60deg); transform-origin: center center; opacity: 0.3; } @keyframes grid-move { 0% { transform: perspective(500px) rotateX(60deg) translateZ(0); } 100% { transform: perspective(500px) rotateX(60deg) translateZ(40px); } } /* Holographic effect overlay */ .hologram { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at top, rgba(0, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(ellipse at bottom, rgba(255, 0, 255, 0.1) 0%, transparent 50%); animation: hologram-shift 8s ease-in-out infinite; } @keyframes hologram-shift { 0%, 100% { opacity: 0.3; } 50% { opacity: 0.6; } } /* Scanning line effect */ .scan-line { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.8), transparent); animation: scan 4s linear infinite; box-shadow: 0 0 10px rgba(0, 255, 255, 0.5); } @keyframes scan { 0% { top: -2px; } 100% { top: 100%; } } .container { text-align: center; padding: 2rem; position: relative; z-index: 10; max-width: 900px; } /* Glitchy logo effect */ .logo { font-size: 8rem; font-weight: 900; position: relative; display: inline-block; animation: float-logo 6s ease-in-out infinite; } .logo::before, .logo::after { content: G2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .logo::before { animation: glitch-1 2.5s infinite; color: #00ffff; z-index: -1; } .logo::after { animation: glitch-2 2.5s infinite; color: #ff00ff; z-index: -2; } @keyframes float-logo { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } @keyframes glitch-1 { 0%, 100% { clip-path: inset(0 0 0 0); transform: translate(0); } 20% { clip-path: inset(20% 0 60% 0); transform: translate(-2px, 2px); } 40% { clip-path: inset(50% 0 20% 0); transform: translate(2px, -2px); } 60% { clip-path: inset(80% 0 10% 0); transform: translate(-1px, 1px); } } @keyframes glitch-2 { 0%, 100% { clip-path: inset(0 0 0 0); transform: translate(0); } 30% { clip-path: inset(10% 0 80% 0); transform: translate(2px, -1px); } 50% { clip-path: inset(40% 0 40% 0); transform: translate(-2px, 2px); } 70% { clip-path: inset(70% 0 20% 0); transform: translate(1px, -2px); } } h1 { font-size: 2.5rem; font-weight: 200; margin: 2rem 0 1rem; letter-spacing: 0.3em; text-transform: uppercase; opacity: 0; animation: fadeInUp 1s ease-out 0.5s forwards, glow-text 2s ease-in-out infinite alternate; text-shadow: 0 0 20px rgba(0, 255, 255, 0.5); } @keyframes glow-text { from { text-shadow: 0 0 20px rgba(0, 255, 255, 0.5), 0 0 40px rgba(0, 255, 255, 0.3); } to { text-shadow: 0 0 30px rgba(0, 255, 255, 0.8), 0 0 60px rgba(0, 255, 255, 0.5); } } .tagline { font-size: 1.5rem; color: #94a3b8; font-weight: 300; opacity: 0; animation: fadeInUp 1s ease-out 0.8s forwards; position: relative; display: inline-block; letter-spacing: 0.1em; } /* Animated border */ .tagline::before { content: ; position: absolute; top: -10px; left: -20px; right: -20px; bottom: -10px; background: linear-gradient(45deg, #00ffff, #ff00ff, #00ffff); border-radius: 5px; opacity: 0.5; z-index: -1; animation: rotate-border 3s linear infinite; filter: blur(15px); } @keyframes rotate-border { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Hexagon decoration */ .hex-container { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; } .hexagon { position: absolute; width: 100px; height: 100px; opacity: 0.1; animation: hex-float 20s infinite linear; } .hexagon::before { content: ; position: absolute; width: 100%; height: 100%; background: rgba(0, 255, 255, 0.2); clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); transform: rotate(0deg); animation: hex-rotate 10s infinite linear; } @keyframes hex-float { 0% { transform: translateY(100vh) translateX(-50px) scale(0); opacity: 0; } 10% { opacity: 0.1; } 90% { opacity: 0.1; } 100% { transform: translateY(-100vh) translateX(50px) scale(1.5); opacity: 0; } } @keyframes hex-rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .hexagon:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 18s; } .hexagon:nth-child(2) { left: 30%; animation-delay: 3s; animation-duration: 22s; } .hexagon:nth-child(3) { left: 50%; animation-delay: 6s; animation-duration: 20s; } .hexagon:nth-child(4) { left: 70%; animation-delay: 9s; animation-duration: 24s; } .hexagon:nth-child(5) { left: 90%; animation-delay: 12s; animation-duration: 19s; } /* Pulse effect */ .pulse { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 255, 255, 0.2) 0%, transparent 70%); animation: pulse-expand 4s ease-out infinite; pointer-events: none; z-index: 1; } @keyframes pulse-expand { 0% { transform: translate(-50%, -50%) scale(0); opacity: 1; } 100% { transform: translate(-50%, -50%) scale(3); opacity: 0; } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Tech corner accents */ .corner-accent { position: absolute; width: 100px; height: 100px; border: 2px solid rgba(0, 255, 255, 0.3); animation: corner-pulse 3s ease-in-out infinite; } .corner-accent::before { content: ; position: absolute; width: 100%; height: 100%; border: 1px solid rgba(255, 0, 255, 0.3); transform: rotate(45deg); } .corner-accent.top-left { top: 20px; left: 20px; border-right: none; border-bottom: none; } .corner-accent.top-right { top: 20px; right: 20px; border-left: none; border-bottom: none; } .corner-accent.bottom-left { bottom: 20px; left: 20px; border-right: none; border-top: none; } .corner-accent.bottom-right { bottom: 20px; right: 20px; border-left: none; border-top: none; } @keyframes corner-pulse { 0%, 100% { opacity: 0.3; transform: scale(1); } 50% { opacity: 0.8; transform: scale(1.1); } } @media (max-width: 768px) { .logo { font-size: 5rem; } h1 { font-size: 1.75rem; } .tagline { font-size: 1.1rem; } .corner-accent { width: 60px; height: 60px; } } /style>/head>body> div classcyber-grid>/div> div classhologram>/div> div classscan-line>/div> div classhex-container> div classhexagon>/div> div classhexagon>/div> div classhexagon>/div> div classhexagon>/div> div classhexagon>/div> /div> div classpulse>/div> div classcorner-accent top-left>/div> div classcorner-accent top-right>/div> div classcorner-accent bottom-left>/div> div classcorner-accent bottom-right>/div> div classcontainer> div classlogo>G2/div> h1>Pioneering the Future/h1> p classtagline>HLS & Defense Solutions/p> /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
]