Help
RSS
API
Feed
Maltego
Contact
Domain > codmobilezone.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-16
104.18.30.224
(
ClassC
)
2026-02-25
104.18.31.224
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Wed, 25 Feb 2026 06:46:11 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveCF-RAY: 9d353e7ea9adb332-PDXLocation: https://codmobilezone.com/expires: Wed, 25 Feb 2026 10:46:11 GMTCache-Control: public, max-age14400cf-cache-status: EXPIREDServer: cloudflare html>head>title>301 Moved Permanently/title>/head>body bgcolorwhite>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.14.2/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 25 Feb 2026 06:46:11 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveCF-RAY: 9d353e80aa4aef38-PDXLast-Modified: Tue, 12 Aug 2025 07:53:52 GMTvary: accept-encodingexpires: Wed, 25 Feb 2026 10:46:11 GMTCache-Control: public, max-age14400cf-cache-status: REVALIDATEDServer: cloudflare !DOCTYPE html>html langen>head>meta charsetutf-8/>meta contentwidthdevice-width, initial-scale1.0 nameviewport/>title>CODMobileZone | Call of Duty: Mobile Strategy & News Hub/title>meta contentCODMobileZone is a professional Call of Duty: Mobile strategy and news platform, providing the latest guides, weapon builds, operator tips, event walkthroughs, and in-depth updates for CODM players. Your one-stop destination for everything about Call of Duty: Mobile! namedescription/>meta contentCOD Mobile guide,CODM tips,Call of Duty Mobile strategies,weapon builds,operator guide,CODM news,game events,loadout tips,Call of Duty Mobile updates,shooter games,game walkthrough namekeywords/>link hrefhttps://codmobilezone.com/ relcanonical/>style> /* Reset and Base Styles */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: Rajdhani, Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background-color: #121212; color: #e0e0e0; background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/312e039b2e29ad8efdee1ded97ae3e1f.jpg); background-size: cover; background-attachment: fixed; line-height: 1.6; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Military-style elements */ .military-border { border: 2px solid #75808a; border-radius: 3px; position: relative; } .military-corner { position: absolute; width: 15px; height: 15px; background-color: #121212; border: 2px solid #ff5e00; } .military-corner.top-left { top: -2px; left: -2px; border-right: none; border-bottom: none; } .military-corner.top-right { top: -2px; right: -2px; border-left: none; border-bottom: none; } .military-corner.bottom-left { bottom: -2px; left: -2px; border-right: none; border-top: none; } .military-corner.bottom-right { bottom: -2px; right: -2px; border-left: none; border-top: none; } /* Header Styles */ header { position: relative; background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(/images/887fbdcef2a0a28a1b5c206f1e09890b.jpg); background-size: cover; padding: 60px 0; text-align: center; border-bottom: 4px solid #ff5e00; } .logo-container { margin-bottom: 20px; } .logo { font-size: 3.5rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 3px; text-shadow: 3px 3px 0 rgba(255, 94, 0, 0.8); margin: 0; position: relative; display: inline-block; } .logo span { color: #ff5e00; } .logo::before { content: ; position: absolute; height: 3px; width: 60%; background-color: #ff5e00; bottom: -5px; left: 20%; } .logo::after { content: FPS GAMING BLOG; display: block; font-size: 0.8rem; letter-spacing: 10px; color: #a0a0a0; text-shadow: none; } .tagline { font-size: 1.2rem; color: #ccc; margin-top: 10px; font-weight: 300; } nav { background-color: rgba(0, 0, 0, 0.8); position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #ff5e00; } .nav-container { display: flex; justify-content: center; /* Center the menu */ align-items: center; padding: 0 20px; } .menu { display: flex; list-style: none; } .menu li { position: relative; margin: 0 5px; } .menu li a { display: block; padding: 15px; color: #fff; text-decoration: none; font-weight: 500; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; transition: all 0.3s ease; } .menu li a:hover { color: #ff5e00; } .menu li.active a { color: #ff5e00; } .menu li.active::after { content: ; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #ff5e00; } /* Hero Section */ .hero { position: relative; padding: 50px 0; background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(/images/f4f38631b16595e6ad0279dd6ef01570.jpg); background-size: cover; background-position: center; color: #fff; text-align: center; overflow: hidden; margin-bottom: 40px; } .hero-content { max-width: 800px; margin: 0 auto; } .hero-title { font-size: 2.8rem; margin-bottom: 20px; text-transform: uppercase; color: #fff; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); } .hero-subtitle { font-size: 1.2rem; margin-bottom: 30px; color: #ddd; } .cta-button { display: inline-block; padding: 12px 30px; background-color: #ff5e00; color: #fff; text-decoration: none; font-weight: 700; border-radius: 3px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; border: none; cursor: pointer; } .cta-button:hover { background-color: #e55400; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 94, 0, 0.4); } /* Main Content Area */ .main-content { display: grid; grid-template-columns: 2fr 1fr; gap: 30px; padding: 20px 0; } /* Featured Article */ .featured-article { position: relative; margin-bottom: 40px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border: 1px solid #333; border-radius: 5px; } .featured-article a { text-decoration: none; } .featured-article-image { width: 100%; height: 300px; object-fit: cover; margin-bottom: 20px; border: 2px solid #ff5e00; border-radius: 5px; } .article-category { position: absolute; top: 40px; left: 0; background-color: #ff5e00; color: #fff; padding: 5px 15px; font-size: 0.8rem; text-transform: uppercase; font-weight: bold; } .article-title { font-size: 1.8rem; margin-bottom: 10px; color: #fff; } .article-meta { display: flex; color: #aaa; margin-bottom: 15px; font-size: 0.9rem; } .article-meta div { margin-right: 20px; display: flex; align-items: center; } .article-meta i { margin-right: 5px; } .article-excerpt { margin-bottom: 20px; line-height: 1.6; } .read-more { color: #ff5e00; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; transition: all 0.3s ease; } .read-more:hover { color: #e55400; } .read-more i { margin-left: 5px; transition: transform 0.3s ease; } .read-more:hover i { transform: translateX(5px); } /* Articles Grid */ .articles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; } .article-card { background-color: rgba(0, 0, 0, 0.6); border: 1px solid #333; border-radius: 5px; overflow: hidden; transition: all 0.3s ease; position: relative; display: flex; flex-direction: column; } .article-card a { text-decoration: none; } .article-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); border-color: #ff5e00; } .article-card-image-link { display: block; } .article-card-image { width: 100%; height: 180px; object-fit: cover; } .article-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; } .article-card-title { font-size: 1.2rem; margin-bottom: 10px; color: #fff; } .article-card-meta { color: #aaa; font-size: 0.8rem; display: flex; margin-bottom: 10px; } .article-card-meta div { margin-right: 15px; } .article-card-excerpt { font-size: 0.9rem; margin-bottom: 15px; flex-grow: 1; } /* Sidebar */ .sidebar { position: sticky; top: 80px; } .sidebar-widget { background-color: rgba(0, 0, 0, 0.6); border: 1px solid #333; border-radius: 5px; padding: 20px; margin-bottom: 30px; } .widget-title { font-size: 1.3rem; color: #fff; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #ff5e00; } .popular-posts .post { display: flex; margin-bottom: 15px; border-bottom: 1px solid #333; padding-bottom: 15px; } .popular-posts .post a { display: flex; text-decoration: none; color: inherit; width: 100%; } .popular-posts .post:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; } .popular-posts .post-image { width: 80px; height: 60px; object-fit: cover; margin-right: 15px; border-radius: 3px; } .popular-posts .post-info { flex: 1; } .popular-posts .post-title { font-size: 0.9rem; margin-bottom: 5px; color: #fff; } .popular-posts .post-meta { font-size: 0.8rem; color: #aaa; } .newsletter-form inputtypeemail { width: 100%; padding: 10px; border: 1px solid #444; background-color: #222; color: #fff; margin-bottom: 15px; border-radius: 3px; } .newsletter-form button { width: 100%; padding: 10px; background-color: #ff5e00; border: none; color: #fff; font-weight: bold; border-radius: 3px; cursor: pointer; transition: background-color 0.3s ease; } .newsletter-form button:hover { background-color: #e55400; } /* Footer */ footer { background-color: #0a0a0a; border-top: 4px solid #ff5e00; padding: 40px 0 20px; } .footer-content { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; } .footer-column h3 { color: #fff; font-size: 1.2rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .footer-column h3::after { content: ; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background-color: #ff5e00; } .footer-column p, .footer-column li { color: #aaa; font-size: 0.9rem; line-height: 1.6; } .footer-links { list-style: none; padding: 0; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #aaa; text-decoration: none; transition: color 0.3s ease; font-size: 0.9rem; display: flex; align-items: center; } .footer-links a i { margin-right: 10px; color: #ff5e00; } .footer-links a:hover { color: #ff5e00; } .social-links { display: flex; gap: 10px; margin-top: 15px; } .social-links a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background-color: #222; color: #fff; border-radius: 50%; transition: all 0.3s ease; text-decoration: none; font-style: italic; } .social-links a:hover { background-color: #ff5e00; transform: translateY(-3px); } .bottom-footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #222; text-align: center; color: #666; font-size: 0.9rem; } /* Section Title */ .section-title-container { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; } .section-title { text-align: left; font-size: 2rem; color: #fff; text-transform: uppercase; position: relative; padding-bottom: 15px; margin: 0; margin-bottom: 30px; } .section-title::after { content: ; position: absolute; bottom: 0; left: 0; width: 80px; height: 3px; background-color: #ff5e00; } .view-more-btn { padding: 8px 20px; background-color: transparent; color: #ff5e00; border: 1px solid #ff5e00; border-radius: 3px; text-decoration: none; text-transform: uppercase; font-weight: 600; transition: all 0.3s ease; } .view-more-btn:hover { background-color: #ff5e00; color: #fff; } /* Popular Tags Section */ .popular-tags-section { padding: 40px 0; } .tags-container { display: flex; flex-wrap: wrap; gap: 10px; } .tags-container a { background-color: rgba(255, 255, 255, 0.1); color: #ccc; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-size: 0.9rem; transition: all 0.3s ease; border: 1px solid #444; } .tags-container a:hover { background-color: #ff5e00; color: #fff; border-color: #ff5e00; } .tags-container a.tag-highlight { background-color: #ff5e00; color: #fff; } /* Subscription Notification */ .subscription-notification { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); background-color: #ff5e00; color: white; padding: 15px 30px; border-radius: 5px; z-index: 2000; opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } .subscription-notification.show { opacity: 1; visibility: visible; } /* Media Queries */ @media (max-width: 992px) { .main-content { grid-template-columns: 1fr; } .footer-content { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .articles-grid { grid-template-columns: 1fr; } .hero-title { font-size: 2.2rem; } .nav-container { flex-direction: column; padding: 10px; } .menu { margin-top: 10px; flex-wrap: wrap; justify-content: center; } } @media (max-width: 576px) { .footer-content { grid-template-columns: 1fr; } .article-card-image { height: 150px; } .logo { font-size: 2.8rem; } .logo::after { font-size: 0.7rem; letter-spacing: 5px; } } /* Animations */ @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } .pulse { animation: pulse 2s infinite; } /style>script typeapplication/ld+json>{ @context: https://schema.org, @type: WebSite, name: CODMobileZone, url: https://codmobilezone.com, publisher: { @type: Organization, @id: https://codmobilezone.com/#website, name: CODMobileZone, url: https://codmobilezone.com, description: CODMobileZone is a professional Call of Duty: Mobile strategy and news platform, providing the latest guides, weapon builds, operator tips, event walkthroughs, and in-depth updates for CODM players. Your one-stop destination for everything about Call of Duty: Mobile!, foundingDate: 2023, logo: { @type: ImageObject, url: https://codmobilezone.com/play_icon.png, caption: CODMobileZone Logo } }}/script>/head>body>!-- Header -->header>div classcontainer>div classlogo-container>h1 classlogo>CODMobileZone/h1>/div>p classtagline>Your Ultimate Source for Call of Duty Mobile Strategies, Updates, and Pro Tips/p>/div>/header>!-- Navigation -->nav>div classcontainer nav-container>ul classmenu idnav-menu>!-- Navigation items will be injected here by JavaScript -->/ul>/div>/nav>!-- Hero Section -->section classhero>div classcontainer>div classhero-content>h2 classhero-title>Master the Battlefield/h2>p classhero-subtitle>Join thousands of players improving their skills, discovering new strategies, and staying up-to-date with the latest Call of Duty Mobile news and updates./p>a classcta-button pulse href#main-content-start>Join the Squad/a>/div>/div>/section>!-- Main Content -->div classcontainer idmain-content-start>main classmain-content>div classcontent>!-- Featured contents -->h2 classsection-title>Featured contents/h2>article classfeatured-article military-border idfeatured-contents>!-- Featured content will be injected here -->/article>!-- Upcoming Releases -->section idupcoming-releases-section>div classsection-title-container>h2 classsection-title>Upcoming Releases/h2>a classview-more-btn href/guides.html>all content/a>/div>div classarticles-grid idupcoming-releases-grid>!-- Upcoming Releases content will be injected here -->/div>/section>!-- Latest Articles -->section idlatest-articles-section>div classsection-title-container>h2 classsection-title>Latest Articles/h2>a classview-more-btn href/news.html>all content/a>/div>div classarticles-grid idlatest-articles-grid>!-- Latest Articles content will be injected here -->/div>/section>/div>!-- Sidebar -->aside classsidebar>div classsidebar-widget>h3 classwidget-title>Popular Events/h3>div classpopular-posts idpopular-events-list>!-- Popular Events content will be injected here -->/div>/div>div classsidebar-widget>h3 classwidget-title>Newsletter/h3>p>Subscribe to get the latest news, weapon balances, and exclusive content delivered straight to your inbox./p>form classnewsletter-form>input placeholderYour email address required typeemail/>button typesubmit>Subscribe/button>/form>/div>/aside>/main>/div>!-- Popular Tags Section -->section classpopular-tags-section>div classcontainer>h2 classsection-title>Popular Tags/h2>div classtags-container idtags-container>!-- Tags will be injected here by JavaScript -->/div>/div>/section>!-- Footer -->footer>div classcontainer>div classfooter-content idfooter-content>!-- Footer columns will be injected here by JavaScript -->/div>div classbottom-footer>p idcopyright-text>© 2023 CODMobileZone. All Rights Reserved./p>/div>/div>/footer>div classsubscription-notification idsubscription-notification>subscribe successful/div>script> document.addEventListener(DOMContentLoaded, function() { // --- DATA FETCHING AND POPULATION --- fetch(/data/index.json) .then(response > response.json()) .then(data > { populateNavigation(data.navigation); populateFeaturedContent(data.latest_all); populateGrid(#upcoming-releases-grid, data.latest_guides); populateGrid(#latest-articles-grid, data.latest_news); populateSidebarList(#popular-events-list, data.latest_articles); populateTags(data.tag); populateFooter(data.footer); updateCopyright(data.copyright); }) .catch(error > console.error(Error fetching data:, error)); // --- POPULATION FUNCTIONS --- function populateNavigation(navItems) { const navMenu document.getElementById(nav-menu); if (!navMenu) return; navMenu.innerHTML ; const currentPage window.location.pathname; navItems.forEach(item > { const li document.createElement(li); const a document.createElement(a); a.href item.link; a.textContent item.label; li.appendChild(a); if (item.link currentPage || (item.link / && currentPage /index.html)) { li.classList.add(active); } navMenu.appendChild(li); }); } function populateFeaturedContent(items) { const container document.getElementById(featured-contents); if (!container || !items || items.length 0) return; const item items0; container.innerHTML ` a href${item.link}> div classmilitary-corner top-left>/div> div classmilitary-corner top-right>/div> div classmilitary-corner bottom-left>/div> div classmilitary-corner bottom-right>/div> span classarticle-category>${item.category}/span> img src${item.image} alt${item.title} classfeatured-article-image> h3 classarticle-title>${item.title}/h3> div classarticle-meta> div classarticle-date>${item.date}/div> div classarticle-author>By ${item.author}/div> div classarticle-views>${(item.views / 1000).toFixed(1)}K Views/div> /div> div classarticle-excerpt> p>${item.excerpt}/p> /div> /a> a href${item.link} classread-more>Read Full Article →/a> `; } function populateGrid(selector, items) { const grid document.querySelector(selector); if (!grid || !items) return; grid.innerHTML ; items.forEach(item > { const articleCard ` article classarticle-card> a href${item.link} classarticle-card-image-link> img src${item.image} alt${item.title} classarticle-card-image> /a> div classarticle-card-content> a href${item.link}> h3 classarticle-card-title>${item.title}/h3> /a> div classarticle-card-meta> div classarticle-date>${item.date}/div> div classarticle-author>By ${item.author}/div> /div> p classarticle-card-excerpt>${item.excerpt}/p> a href${item.link} classread-more>Read More →/a> /div> /article> `; grid.innerHTML + articleCard; }); } function populateSidebarList(selector, items) { const list document.querySelector(selector); if (!list || !items) return; list.innerHTML ; items.slice(0, 4).forEach(item > { // Show max 4 items const post ` div classpost> a href${item.link}> img src${item.image} alt${item.title} classpost-image> div classpost-info> h4 classpost-title>${item.title}/h4> div classpost-meta>${item.date}/div> /div> /a> /div> `; list.innerHTML + post; }); } function populateTags(tags) { const container document.getElementById(tags-container); if (!container || !tags) return; container.innerHTML ; tags.forEach(tag > { const a document.createElement(a); a.href tag.link; a.textContent tag.name.trim(); container.appendChild(a); }); } function populateFooter(footerData) { const container document.getElementById(footer-content); if (!container || !footerData) return; container.innerHTML ; const socialLinksMap { F: https://www.facebook.com/, T: https://x.com/CODMobileZone, I: https://www.instagram.com/CODMobileZone/, Y: https://www.youtube.com/ }; footerData.forEach(columnData > { let contentsHtml ; if (Array.isArray(columnData.contents)) { contentsHtml `ul classfooter-links>${columnData.contents.map(c > `li>${c}/li>`).join()}/ul>`; } else { contentsHtml `p>${columnData.contents}/p>`; } const columnHtml ` div classfooter-column> h3>${columnData.title}/h3> ${contentsHtml} /div> `; container.innerHTML + columnHtml; }); // Add social links to the first column if its the About one const firstCol container.querySelector(.footer-column); if (firstCol) { firstCol.innerHTML + ` div classsocial-links> a href${socialLinksMapF || #} target_blank>i>F/i>/a> a href${socialLinksMapT || #} target_blank>i>T/i>/a> a href${socialLinksMapI || #} target_blank>i>I/i>/a> a href${socialLinksMapY || #} target_blank>i>Y/i>/a> /div> `; } } function updateCopyright(copyrightText) { const copyrightEl document.getElementById(copyright-text); if (copyrightEl && copyrightText) { copyrightEl.textContent copyrightText; } } // --- EVENT LISTENERS --- // Hero button smooth scroll const ctaButton document.querySelector(.cta-button); const mainContent document.querySelector(#main-content-start); if (ctaButton && mainContent) { ctaButton.addEventListener(click, function(e) { e.preventDefault(); mainContent.scrollIntoView({ behavior: smooth }); }); } // Newsletter form submission const newsletterForm document.querySelector(.newsletter-form); if (newsletterForm) { newsletterForm.addEventListener(submit, function(e) { e.preventDefault(); const emailInput this.querySelector(inputtypeemail); if (emailInput.value.trim() ! ) { showSubscriptionNotification(); emailInput.value ; } }); } function showSubscriptionNotification() { const notification document.getElementById(subscription-notification); if (!notification) return; notification.classList.add(show); setTimeout(() > { notification.classList.remove(show); }, 3000); } }); /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
]