Help
RSS
API
Feed
Maltego
Contact
Domain > searobintechproductions.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-22
16.15.187.1
(
ClassC
)
2026-02-06
16.15.180.110
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: wvi7ktBX/8qBBYRRmVHVwMGzw+kYKmtrZ0sSUWvu/0H2Zlr20VM5oio7RnJH8GdatfQO9tR7kdJnwQbYytGn45s7TB3T8xi4RGieLULtDhox-amz-request-id: 13KGGNSHVP88S9HRDate: Fri, 06 Feb 2026 04:56:26 GMTLast-Modified: Tue, 10 Jun 2025 06:26:24 GMTETag: 555843fd76d8ab39cb737a48bb6d3538Content-Type: text/htmlContent-Length: 9625Server: AmazonS3 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Sea Robin Tech Productions - Web Development & AI Solutions/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #8acfdf; font-weight: bold; background: #637987; padding: 20px; min-height: 100vh; position: relative; overflow-x: hidden; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } /* Bubble animation system */ .bubbles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; } .bubble { position: absolute; bottom: -100px; width: 20px; height: 20px; background: rgba(138, 207, 223, 0.25); border-radius: 50%; opacity: 0.85; animation: rise 15s infinite linear; } .bubble:nth-child(1) { left: 8%; animation-delay: 0s; width: 12px; height: 12px; animation-duration: 15s; } .bubble:nth-child(2) { left: 18%; animation-delay: 3s; width: 28px; height: 28px; animation-duration: 22s; } .bubble:nth-child(3) { left: 32%; animation-delay: 1.5s; width: 8px; height: 8px; animation-duration: 8s; } .bubble:nth-child(4) { left: 45%; animation-delay: 7s; width: 35px; height: 35px; animation-duration: 25s; } .bubble:nth-child(5) { left: 55%; animation-delay: 4.5s; width: 14px; height: 14px; animation-duration: 11s; } .bubble:nth-child(6) { left: 67%; animation-delay: 9s; width: 24px; height: 24px; animation-duration: 18s; } .bubble:nth-child(7) { left: 78%; animation-delay: 2s; width: 10px; height: 10px; animation-duration: 6s; } .bubble:nth-child(8) { left: 85%; animation-delay: 12s; width: 20px; height: 20px; animation-duration: 16s; } .bubble:nth-child(9) { left: 25%; animation-delay: 8.5s; width: 16px; height: 16px; animation-duration: 13s; } .bubble:nth-child(10) { left: 72%; animation-delay: 5s; width: 32px; height: 32px; animation-duration: 20s; } @keyframes rise { 0% { bottom: -100px; transform: translateX(0); opacity: 0; } 8% { opacity: 0.3; } 15% { opacity: 0.7; } 85% { opacity: 0.8; } 92% { opacity: 0.4; } 100% { bottom: 100vh; transform: translateX(-30px); opacity: 0; } } .container { max-width: 600px; margin: 0 auto; text-align: center; padding: 15px; position: relative; z-index: 1; } .logo { max-width: 300px; height: auto; margin: 0 auto 20px auto; display: block; } .tagline { font-size: 1.12rem; font-weight: bold; color: #4a90e2; margin-bottom: 10px; } .subtitle { font-size: 0.8rem; color: #8acfdf; margin-bottom: 20px; } .content { text-align: center; max-width: 800px; margin: 0 auto; position: relative; z-index: 5; } .content h2 { color: #8acfdf; margin: 25px 0 15px 0; font-size: 1.5rem; font-weight: bold; } .content p { color: #8acfdf; margin-bottom: 15px; font-size: 1.1rem; font-weight: bold; } .services { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin: 30px 0; } .service-card { background: rgba(138, 207, 223, 0.1); border-radius: 10px; padding: 20px; border: 1px solid rgba(138, 207, 223, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .service-card h3 { font-size: 1.3rem; margin-bottom: 10px; color: #8acfdf; } .service-card p { font-size: 0.9rem; color: #8acfdf; } .highlight-box { background: rgba(30, 58, 138, 0.3); border: 2px solid #8acfdf; border-radius: 10px; padding: 25px; margin: 30px 0; text-align: center; } .contact { background: rgba(99, 121, 135, 0.7); color: #8acfdf; padding: 30px; border-radius: 10px; margin-top: 40px; text-align: center; border: 1px solid rgba(138, 207, 223, 0.3); } .contact h3 { margin-bottom: 15px; font-size: 1.4rem; } .contact p { margin: 10px 0; font-size: 1.1rem; } .contact a { color: #8acfdf; text-decoration: none; transition: color 0.3s ease; } .contact a:hover { color: #ffffff; text-decoration: underline; } .chat-link { display: inline-block; padding: 15px 30px; background: linear-gradient(135deg, #ff6b35, #e55a2b); color: white; text-decoration: none; border-radius: 25px; font-weight: bold; font-size: 1.2rem; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3); border: 2px solid rgba(138, 207, 223, 0.3); margin: 30px 0; display: inline-block; } .chat-link:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(255, 107, 53, 0.5); color: white; border-color: #8acfdf; } .footer { margin-top: 50px; text-align: center; font-size: 0.9rem; color: rgba(138, 207, 223, 0.7); } @media (max-width: 768px) { .container { padding: 10px; } .tagline { font-size: 1.4rem; } .subtitle { font-size: 1rem; } .content h2 { font-size: 1.3rem; } .content p { font-size: 0.95rem; } .service-card h3 { font-size: 1.1rem; } .service-card p { font-size: 0.85rem; } .contact h3 { font-size: 1.2rem; } .contact p { font-size: 0.95rem; } .chat-link { padding: 12px 25px; font-size: 1.1rem; } } /style>/head>body> div classbubbles> div classbubble>/div> div classbubble>/div> div classbubble>/div> div classbubble>/div> div classbubble>/div> div classbubble>/div> div classbubble>/div> div classbubble>/div> div classbubble>/div> div classbubble>/div> /div> div classcontainer> h1 classtagline>Sea Robin Tech Productions/h1> p stylefont-size: 1rem; margin: 10px 0;>em>Were working hard right at this moment to make small business better/em>/p> div classcontent> p stylefont-size: 0.9rem; margin: 8px 0;>(Dont forget Computer Repair!)/p> p stylefont-size: 1rem; margin: 10px 0;>span stylecolor: #ffffff;>Siobhan/span> is ready to forward your inquiry to the right place./p> p stylefont-size: 0.8rem; margin: 5px 0; opacity: 0.9;>Shell create a client folder and get the boss right on it./p> div stylemargin: 15px 0; font-size: 0.9rem;> p>📧 a hrefmailto:siobhan@searobintech.com stylecolor: #ffffff;>strong>siobhan@searobintech.com/strong>/a> span stylecolor: #00ff00;>(Active)/span>/p> p>📞 strong>860-613-6970/strong> span stylecolor: #ffaa00;>(Voice Mail & SMS - In Development)/span>/p> p>📱 strong>Mobile App/strong> span stylecolor: #ffaa00;>(In Development)/span>/p> /div> /div> div classfooter> p>© 2025 Sea Robin Tech Productions | Chester, CT | All rights reserved/p> p stylemargin-top: 15px; font-size: 0.8rem; opacity: 0.7;> SRTP and span stylecolor: #ffffff;>Siobhan/span> are powered by AWS. /p> /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
]