Help
RSS
API
Feed
Maltego
Contact
Domain > codetribe.ir
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-09-21
81.171.18.84
(
ClassC
)
2025-01-29
83.149.95.41
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmllast-modified: Sun, 19 Jan 2025 20:34:20 GMTaccept-ranges: bytescontent-length: 5587date: Wed, 29 Jan 2025 15:14:20 GMT !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Profile Page/title> style> /* General Reset */ * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; font-family: Arial, sans-serif; background: #e0e5ec; display: flex; justify-content: center; align-items: center; overflow: hidden; } .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 80%; max-width: 700px; height: 7%; position: absolute; bottom: 5%; } .box { z-index: 10; display: flex; justify-content: center; align-items: center; background: #e0e5ec; border-radius: 15px; box-shadow: 10px 10px 20px #babecc, -10px -10px 20px #ffffff; transition: all 0.4s ease; font-size: 1rem; font-weight: bold; cursor: pointer; } .box:hover { box-shadow: inset 5px 5px 10px #babecc, inset -5px -5px 10px #ffffff; } .box.active { box-shadow: inset 5px 5px 10px #babecc, inset -5px -5px 10px #ffffff; background: #d1d9e6; } /* Hidden Sections */ .hidden-section { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #e0e5ec; z-index: -1; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } .hidden-section.active { z-index: 1; opacity: 1; visibility: visible; } /* Profile Page */ .profile-card { background: #e0e5ec; width: 90%; max-width: 400px; padding: 20px; border-radius: 20px; box-shadow: 10px 10px 20px #babecc, -10px -10px 20px #ffffff; display: flex; flex-direction: column; gap: 20px; } .profile-header { display: flex; align-items: center; gap: 15px; } .profile-header img { width: 80px; height: 80px; border-radius: 50%; box-shadow: 5px 5px 10px #babecc, -5px -5px 10px #ffffff; } .profile-header h2 { font-size: 1.5rem; color: #333; } .profile-info { font-size: 1rem; color: #666; display: flex; flex-direction: column; gap: 10px; } .info-item { display: flex; justify-content: space-between; } .profile-card button { padding: 10px 20px; font-size: 1rem; color: #fff; background: linear-gradient(145deg, #d1d9e6, #ffffff); border: none; border-radius: 10px; box-shadow: 5px 5px 10px #babecc, -5px -5px 10px #ffffff; cursor: pointer; transition: all 0.3s ease; } .profile-card button:hover { background: #babecc; } .activity { background: #ffffff; padding: 15px; border-radius: 15px; box-shadow: 5px 5px 10px #babecc, -5px -5px 10px #ffffff; font-size: 0.9rem; color: #333; } .activity ul { list-style-type: none; padding-left: 0; } .activity ul li { margin-bottom: 10px; } /style>/head>body> div classcontainer> div classbox active data-target1>Profile/div> div classbox data-target2>Box 2/div> div classbox data-target3>Box 3/div> div classbox data-target4>Box 4/div> /div> div classhidden-section box-1 active> div classprofile-card> !-- Profile Header --> div classprofile-header> img srchttps://via.placeholder.com/80 altProfile Picture> h2>John Doe/h2> /div> !-- Profile Info --> div classprofile-info> div classinfo-item>span>Email:/span> span>johndoe@example.com/span>/div> div classinfo-item>span>Phone:/span> span>+1234567890/span>/div> div classinfo-item>span>Address:/span> span>123 Main St, City/span>/div> div classinfo-item>span>Member Since:/span> span>Jan 2023/span>/div> div classinfo-item>span>Referral Code:/span> span>REF12345/span>/div> div classinfo-item>span>Points:/span> span>150/span>/div> /div> !-- Activity --> div classactivity> h3>Recent Activity/h3> ul> li>Predicted match ABC vs XYZ/li> li>Earned 10 points from referrals/li> li>Joined leaderboard challenge/li> /ul> /div> button>Edit Profile/button> /div> /div> div classhidden-section box-2>Content for Box 2/div> div classhidden-section box-3>Content for Box 3/div> div classhidden-section box-4>Content for Box 4/div> script> const boxes document.querySelectorAll(.box); const sections document.querySelectorAll(.hidden-section); boxes.forEach((box) > { box.addEventListener(click, () > { boxes.forEach(b > b.classList.remove(active)); box.classList.add(active); const target box.dataset.target; sections.forEach((section, index) > { if (index + 1 target) { section.classList.add(active); } else { section.classList.remove(active); } }); }); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100content-type: text/htmllast-modified: Sun, 19 Jan 2025 20:34:20 GMTaccept-ranges: bytescontent-length: 5587date: Wed, 29 Jan 2025 15:14:21 GMT !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Profile Page/title> style> /* General Reset */ * { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; font-family: Arial, sans-serif; background: #e0e5ec; display: flex; justify-content: center; align-items: center; overflow: hidden; } .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 80%; max-width: 700px; height: 7%; position: absolute; bottom: 5%; } .box { z-index: 10; display: flex; justify-content: center; align-items: center; background: #e0e5ec; border-radius: 15px; box-shadow: 10px 10px 20px #babecc, -10px -10px 20px #ffffff; transition: all 0.4s ease; font-size: 1rem; font-weight: bold; cursor: pointer; } .box:hover { box-shadow: inset 5px 5px 10px #babecc, inset -5px -5px 10px #ffffff; } .box.active { box-shadow: inset 5px 5px 10px #babecc, inset -5px -5px 10px #ffffff; background: #d1d9e6; } /* Hidden Sections */ .hidden-section { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #e0e5ec; z-index: -1; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } .hidden-section.active { z-index: 1; opacity: 1; visibility: visible; } /* Profile Page */ .profile-card { background: #e0e5ec; width: 90%; max-width: 400px; padding: 20px; border-radius: 20px; box-shadow: 10px 10px 20px #babecc, -10px -10px 20px #ffffff; display: flex; flex-direction: column; gap: 20px; } .profile-header { display: flex; align-items: center; gap: 15px; } .profile-header img { width: 80px; height: 80px; border-radius: 50%; box-shadow: 5px 5px 10px #babecc, -5px -5px 10px #ffffff; } .profile-header h2 { font-size: 1.5rem; color: #333; } .profile-info { font-size: 1rem; color: #666; display: flex; flex-direction: column; gap: 10px; } .info-item { display: flex; justify-content: space-between; } .profile-card button { padding: 10px 20px; font-size: 1rem; color: #fff; background: linear-gradient(145deg, #d1d9e6, #ffffff); border: none; border-radius: 10px; box-shadow: 5px 5px 10px #babecc, -5px -5px 10px #ffffff; cursor: pointer; transition: all 0.3s ease; } .profile-card button:hover { background: #babecc; } .activity { background: #ffffff; padding: 15px; border-radius: 15px; box-shadow: 5px 5px 10px #babecc, -5px -5px 10px #ffffff; font-size: 0.9rem; color: #333; } .activity ul { list-style-type: none; padding-left: 0; } .activity ul li { margin-bottom: 10px; } /style>/head>body> div classcontainer> div classbox active data-target1>Profile/div> div classbox data-target2>Box 2/div> div classbox data-target3>Box 3/div> div classbox data-target4>Box 4/div> /div> div classhidden-section box-1 active> div classprofile-card> !-- Profile Header --> div classprofile-header> img srchttps://via.placeholder.com/80 altProfile Picture> h2>John Doe/h2> /div> !-- Profile Info --> div classprofile-info> div classinfo-item>span>Email:/span> span>johndoe@example.com/span>/div> div classinfo-item>span>Phone:/span> span>+1234567890/span>/div> div classinfo-item>span>Address:/span> span>123 Main St, City/span>/div> div classinfo-item>span>Member Since:/span> span>Jan 2023/span>/div> div classinfo-item>span>Referral Code:/span> span>REF12345/span>/div> div classinfo-item>span>Points:/span> span>150/span>/div> /div> !-- Activity --> div classactivity> h3>Recent Activity/h3> ul> li>Predicted match ABC vs XYZ/li> li>Earned 10 points from referrals/li> li>Joined leaderboard challenge/li> /ul> /div> button>Edit Profile/button> /div> /div> div classhidden-section box-2>Content for Box 2/div> div classhidden-section box-3>Content for Box 3/div> div classhidden-section box-4>Content for Box 4/div> script> const boxes document.querySelectorAll(.box); const sections document.querySelectorAll(.hidden-section); boxes.forEach((box) > { box.addEventListener(click, () > { boxes.forEach(b > b.classList.remove(active)); box.classList.add(active); const target box.dataset.target; sections.forEach((section, index) > { if (index + 1 target) { section.classList.add(active); } else { section.classList.remove(active); } }); }); }); /script>/body>/html>
Subdomains
Date
Domain
IP
cpanel.codetribe.ir
2025-01-29
83.149.95.41
cpcalendars.codetribe.ir
2025-01-17
83.149.95.41
cpcontacts.codetribe.ir
2025-01-29
83.149.95.41
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
]