Help
RSS
API
Feed
Maltego
Contact
Domain > morranr.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-02-09
74.125.199.26
(
ClassC
)
2026-03-02
167.71.167.156
(
ClassC
)
Port 80
HTTP/1.1 200 OKX-Powered-By: ExpressAccept-Ranges: bytesCache-Control: public, max-age0Last-Modified: Tue, 02 Dec 2025 21:35:16 GMTETag: W/4bee-19ae0fdbdecContent-Type: text/html; charsetUTF-8Content-Length: 19438Date: Mon, 02 Mar 2026 22:53:32 GMTConnection: keep-aliveKeep-Alive: timeout5 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>MorrBot - Professional Twitch Bot for Streamers/title> link relcanonical hrefhttps://morrbot.com/> meta namedescription contentMorrBot - Professional Twitch bot with custom commands, sound alerts, points system, and advanced features for streamers. Free and premium tiers available.> meta propertyog:url contenthttps://morrbot.com/> meta propertyog:title contentMorrBot - Professional Twitch Bot for Streamers> meta propertyog:description contentProfessional Twitch bot with custom commands, sound alerts, points system, and advanced features for streamers.> meta propertyog:type contentwebsite> style> * { margin: 0; padding: 0; box-sizing: border-box; } html { background: url(https://morrbot.com/dashboard-background.jpg) repeat; background-size: 100%; scroll-behavior: smooth; } body { font-family: Arial, sans-serif; color: white; line-height: 1.6; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } header { background: #202325; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); max-width: 1200px; margin: 0 auto; margin-top: 20px; padding: 20px; } .header-content { width: 100%; } nav a { color: #e0e0e0; text-decoration: none; margin-left: 30px; font-weight: 500; transition: color 0.3s; } nav a:hover { color: #4CAF50; } .hero { background: linear-gradient(135deg, rgba(32, 35, 37, 0.98), rgba(48, 52, 55, 0.98)); padding: 80px 0; margin: 40px 0; border-radius: 12px; text-align: center; } .hero h1 { font-size: 3em; margin-bottom: 20px; background: linear-gradient(135deg, #4CAF50, #45a049); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .hero p { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; } .cta-button { display: inline-block; background: #4CAF50; color: white; padding: 15px 40px; border-radius: 6px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background 0.3s; } .cta-button:hover { background: #45a049; } .section { background: rgba(32, 35, 37, 0.95); padding: 60px 40px; margin: 40px 0; border-radius: 12px; } h2 { font-size: 2.5em; margin-bottom: 30px; text-align: center; color: #4CAF50; } .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 40px; } .pricing-card { background: #303437; border-radius: 8px; padding: 30px; position: relative; transition: transform 0.3s, box-shadow 0.3s; } .pricing-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); } .pricing-card.featured { border: 2px solid #ff9800; } .tier-badge { position: absolute; top: -15px; right: 20px; background: #4CAF50; color: white; padding: 5px 15px; border-radius: 20px; font-size: 0.9em; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; } .tier-badge.free-tier { background: #666; } .tier-badge.pro-tier { background: #ff9800; } .tier-badge.elite-tier { background: #9c27b0; } .pricing-card h3 { font-size: 1.8em; margin-bottom: 10px; color: white; } .price { font-size: 2.5em; color: #4CAF50; margin: 20px 0; } .price span { font-size: 0.5em; color: #e0e0e0; } .features { list-style: none; margin: 20px 0; } .features li { padding: 10px 0; border-bottom: 1px solid #444; position: relative; padding-left: 25px; } .features li:before { content: ✓; position: absolute; left: 0; color: #4CAF50; font-weight: bold; } .features li:last-child { border-bottom: none; } .feature-highlight { color: #4CAF50; font-weight: bold; } .get-started-btn { display: block; width: 100%; background: #4CAF50; color: white; padding: 12px; border: none; border-radius: 6px; font-size: 1.1em; font-weight: bold; cursor: pointer; text-align: center; text-decoration: none; transition: background 0.3s; margin-top: 20px; } .get-started-btn:hover { background: #45a049; } .features-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .feature-card { background: #303437; padding: 25px; border-radius: 8px; transition: transform 0.3s; } .feature-card:hover { transform: translateY(-3px); } .feature-card h3 { color: #4CAF50; margin-bottom: 15px; font-size: 1.3em; } .feature-card p { color: #e0e0e0; line-height: 1.6; } .feature-card.featured-card { border: 2px solid #ff9800; position: relative; } footer { background: rgba(32, 35, 37, 0.95); padding: 40px 0; margin-top: 60px; text-align: center; border-top: 2px solid #4CAF50; } footer p { color: #888; } footer a { color: #4CAF50; text-decoration: none; } footer a:hover { text-decoration: underline; } /* Mobile Menu Toggle */ .nav-toggle { display: none; background: none; border: none; color: #e0e0e0; font-size: 1.5em; cursor: pointer; float: right; margin-top: -40px; } .nav-menu { display: flex; align-items: center; } .nav-menu.active { display: flex; } /* Mobile-First Responsive Design */ @media (max-width: 768px) { .container { padding: 15px; } header { margin-top: 10px; padding: 15px; } .nav-toggle { display: block; } .nav-menu { display: none; flex-direction: column; width: 100%; margin-top: 20px; } .nav-menu.active { display: flex; } nav a { margin: 10px 0; margin-left: 0; padding: 10px; border-bottom: 1px solid #444; width: 100%; text-align: center; } .hero { padding: 40px 20px; margin: 20px 0; } .hero h1 { font-size: 2.2em; margin-bottom: 15px; } .hero p { font-size: 1.1em; margin-bottom: 20px; } .cta-button { padding: 12px 30px; font-size: 1em; } .section { padding: 40px 20px; margin: 20px 0; } h2 { font-size: 2em; margin-bottom: 20px; } .pricing-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .pricing-card { padding: 20px; } .pricing-card h3 { font-size: 1.5em; } .price { font-size: 2em; } .features-section { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .features li { padding-left: 28px; } .feature-card { padding: 20px; } .feature-card h3 { font-size: 1.2em; } footer { padding: 30px 0; margin-top: 40px; } footer p { font-size: 0.9em; margin: 10px 0; } } @media (max-width: 480px) { .container { padding: 10px; } header { padding: 10px; } .hero { padding: 30px 15px; } .hero h1 { font-size: 1.8em; } .hero p { font-size: 1em; } .section { padding: 30px 15px; } h2 { font-size: 1.7em; } .pricing-card { padding: 15px; } .pricing-card h3 { font-size: 1.3em; } .price { font-size: 1.8em; margin: 15px 0; } .features li { padding: 8px 0; padding-left: 30px; font-size: 0.9em; } .feature-card { padding: 15px; } .get-started-btn { padding: 10px; font-size: 1em; } .cta-button { padding: 10px 25px; font-size: 0.9em; } } @media (min-width: 769px) and (max-width: 1024px) { .container { padding: 25px; } .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; } .features-section { grid-template-columns: repeat(2, 1fr); gap: 25px; } .hero h1 { font-size: 2.5em; } } @media (min-width: 1025px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } .features-section { grid-template-columns: repeat(3, 1fr); } } /style>/head>body> header> div classheader-content> img srchttps://morrbot.com/dashboard-header.png altMorrBot Dashboard stylemax-width: 100%; height: auto; margin-bottom: 20px;> button classnav-toggle onclicktoggleNav() aria-labelToggle navigation>☰/button> nav classnav-menu idnavMenu> a href#features>Features/a> a href#pricing>Pricing/a> a hrefhttps://discord.gg/MbwD5ETpPZ target_blank>Discord/a> a href/twitch>Dashboard/a> /nav> /div> /header> div classcontainer> div classhero> h1>MorrBot/h1> p>The Professional Cloud-Hosted Twitch Bot for Serious Streamers/p> p>No software to install. No servers to manage. Just powerful streaming tools./p> a href#pricing classcta-button>Get Started/a> /div> div classsection idfeatures> h2>Why Choose MorrBot?/h2> div classfeatures-section> div classfeature-card> h3>☁️ Cloud Hosted/h3> p>Always online, always ready. No need to run local software or remember to start the bot before streaming./p> /div> div classfeature-card> h3>⚡ Instant Setup/h3> p>Connect your Twitch account and start using powerful features immediately. No complex configuration required./p> /div> div classfeature-card> h3>🎯 Engagement Tools/h3> p>Commands, alerts, sounds, timers, and more. Everything you need to keep your viewers engaged./p> /div> div classfeature-card> h3>🎮 Channel Points Integration/h3> p>Manage redeems with sounds, counters, and custom actions. Create interactive experiences for your viewers./p> /div> div classfeature-card> h3>🔊 Audio & Video/h3> p>Play sounds and videos on stream. Create custom alerts and walk-on effects for your community./p> /div> div classfeature-card featured-card> div classtier-badge pro-tier>Pro+/div> h3>🤖 AI-Powered Features/h3> p>Personalized raid messages, streamer shoutouts, conversation starters, dynamic game info, and custom AI character interactions/p> /div> /div> /div> div classsection idpricing> h2>Choose Your Plan/h2> div classpricing-grid> div classpricing-card> div classtier-badge free-tier>Free Tier/div> h3>Free/h3> div classprice>$0span>/month/span>/div> ul classfeatures> li>Cloud hosted - always online/li> li>Unlimited text commands/li> li>Rotating timed messages/li> li>Basic follow/bits/sub/raid alerts/li> li>10 sound files (max 500KB each)/li> li>1 walk-on set/li> li>Basic counters and variables/li> li>Manage channel point redeems/li> li>Ad break messages/li> li>Basic timers (!5m, !10m)/li> /ul> a href/twitch classget-started-btn>Start Free/a> /div> div classpricing-card featured> div classtier-badge pro-tier>Pro Tier/div> h3>Pro/h3> div classprice>$5span>/month/span>/div> ul classfeatures> li classfeature-highlight>Everything in Free, plus:/li> li>50 sound files (max 2MB each)/li> li>3 walk-on sets/li> li>5 custom video alerts/li> li>AI stream summaries (5/hour)/li> li>AI game info, shoutouts & topics (5/hour)/li> li>AI personalized raid messages (1/hour)/li> li>Subathon timer with auto-time events/li> li>Subathon points & goal tracking/li> li>Viewer streak tracking/li> li>Early bird redeems/li> /ul> a href/pro classget-started-btn>Start Pro/a> /div> div classpricing-card> div classtier-badge elite-tier>Elite Tier/div> h3>Elite/h3> div classprice>$20span>/month/span>/div> ul classfeatures> li classfeature-highlight>Everything in Pro, plus:/li> li>200 sound files (max 10MB each)/li> li>10 walk-on sets/li> li>20 custom video alerts/li> li>AI stream summaries (25/hour)/li> li>AI game info, shoutouts & topics (25/hour)/li> li>AI personalized raid messages (3/hour)/li> li>Custom TTS Voice character/li> li>Custom AI character responses/li> li>Customized overlays/li> li>Priority support & feature requests/li> /ul> a href/elite classget-started-btn>Start Elite/a> /div> /div> /div> /div> footer> div classcontainer> p>© 2025 MorrBot. Built with ❤️ for the streaming community./p> p stylemargin-top: 10px;> a hrefhttps://morranr.net/donate target_blank>Support Development/a> | a href/twitch>Dashboard/a> | a hrefhttps://discord.gg/MbwD5ETpPZ target_blank>Discord/a> /p> /div> /footer> script> function toggleNav() { const navMenu document.getElementById(navMenu); navMenu.classList.toggle(active); } // Close mobile menu when clicking on a link document.querySelectorAll(.nav-menu a).forEach(link > { link.addEventListener(click, () > { const navMenu document.getElementById(navMenu); navMenu.classList.remove(active); }); }); // Close mobile menu when clicking outside document.addEventListener(click, (e) > { const navMenu document.getElementById(navMenu); const navToggle document.querySelector(.nav-toggle); if (!navMenu.contains(e.target) && !navToggle.contains(e.target)) { navMenu.classList.remove(active); } }); /script>/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
]