Help
RSS
API
Feed
Maltego
Contact
Domain > bopcord.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-03-07
104.21.52.172
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sat, 07 Mar 2026 13:14:43 GMTContent-Type: text/htmlContent-Length: 14837Connection: keep-aliveCF-Cache-Status: HITCache-Control: public, max-age0, must-revalidateETag: 45aa2b6dc34ae9c30a7b3dcf050c7bc6Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sYm4LVElWHo42rnoKBGiK9Iueryse6woKSB9vcrhk7IQOBlEJfMUGcg9Dw0NPdkca2TCdz%2BifuaDj5%2B2wcX3BsQrJyyOp9oMagK%2Bf}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9d89dd64982e5913-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>BopCord | #1 NSFW Community/title> meta namedescription contentJoin the largest free Leaks & NSFW community!> meta namekeywords contentbopcord, bop cord, megaleakz, megaleakzhub, nsfw discord> meta namerobots contentindex, follow> link relicon hrefimages/onlyfans.png> link hrefhttps://fonts.googleapis.com/css2?familyOutfit:wght@300;500;700;900&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> script srchttps://unpkg.com/lucide@latest>/script> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://bopcord.net> meta propertyog:title contentBopCord | #1 Exclusive Community> meta propertyog:description contentJoin 11,287+ members saving thousands. 18+ Only - Exclusive NSFW content. 😈> meta propertyog:image contenthttps://bopcord.net/images/onlyfans.png> meta nametwitter:card contentsummary_large_image> meta nametwitter:image contenthttps://bopcord.net/images/onlyfans.png>/head> style> :root { --primary: #FF3E6C; --secondary: #7A2C8C; --accent: #00f2ff; --bg-dark: #0a0a0a; --glass: rgba(255, 255, 255, 0.05); --glass-border: rgba(255, 255, 255, 0.1); --gold: #FFD700; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Outfit, sans-serif; } body { background-color: var(--bg-dark); color: white; min-height: 100vh; overflow-x: hidden; display: flex; align-items: center; justify-content: center; } /* --- Background Effects --- */ .gif-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; z-index: -2; /* FIXED: Restored the dark blur per your request */ filter: brightness(0.4) contrast(1.2) blur(3px); transform: scale(1.1); } .gif-half { flex: 1; position: relative; } .gif-half img { width: 100%; height: 100%; object-fit: cover; } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/svg+xml,%3Csvg viewBox0 0 200 200 xmlnshttp://www.w3.org/2000/svg%3E%3Cfilter idnoiseFilter%3E%3CfeTurbulence typefractalNoise baseFrequency0.65 numOctaves3 stitchTilesstitch/%3E%3C/filter%3E%3Crect width100%25 height100%25 filterurl(%23noiseFilter) opacity0.05/%3E%3C/svg%3E); pointer-events: none; z-index: -1; opacity: 0.4; } .container { max-width: 600px; width: 90%; display: flex; flex-direction: column; align-items: center; z-index: 10; padding: 2rem 0; } /* --- Logo & Header --- */ header { text-align: center; margin-bottom: 3rem; animation: slideDown 1s cubic-bezier(0.2, 0.8, 0.2, 1); } .logo { font-size: 4rem; font-weight: 900; letter-spacing: -2px; background: linear-gradient(135deg, #fff 30%, var(--primary)); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 30px rgba(255, 62, 108, 0.5); position: relative; transition: 0.3s ease-in-out; cursor: pointer; } .logo:hover { color: #ffffff; text-shadow: 0 0 10px #ffffff, 0 0 20px var(--primary); } .tagline-container { display: inline-block; } .tagline { font-size: 1.1rem; color: rgba(255, 255, 255, 0.8); font-weight: 500; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; background: rgba(0,0,0,0.3); padding: 5px 15px; border-radius: 50px; backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.1); display: inline-block; overflow: hidden; border-right: 2px solid var(--primary); white-space: nowrap; animation: typing 3s steps(30, end), blink-caret .75s step-end infinite; max-width: 100%; } /* --- Links Container --- */ .links { width: 100%; display: flex; flex-direction: column; gap: 1.5rem; perspective: 1000px; } .link { position: relative; background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--glass-border); border-radius: 16px; padding: 1.2rem; display: flex; align-items: center; gap: 1.2rem; text-decoration: none; color: white; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; animation: fadeInUp 0.8s backwards; } .link:nth-child(1) { animation-delay: 0.2s; } .link:nth-child(2) { animation-delay: 0.4s; } .link:hover { transform: translateY(-5px) scale(1.02); border-color: rgba(255,255,255,0.3); background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05)); box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1); } .link::after { content: ; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transform: skewX(-25deg); transition: 0.5s; pointer-events: none; } .link:hover::after { left: 150%; transition: 0.7s ease-in-out; } .link-icon { width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 1.8rem; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease; position: relative; z-index: 2; } .link:hover .link-icon { transform: scale(1.1) rotate(5deg); } /* --- Discord Styles --- */ .discord-bg { background: linear-gradient(135deg, #5865F2, #4752C4); box-shadow: 0 0 20px rgba(88, 101, 242, 0.4); } /* --- VIP Styles --- */ .vip-bg { background: linear-gradient(135deg, #FFD700, #FFA500); box-shadow: 0 0 20px rgba(255, 215, 0, 0.4); /* Crown Glow Animation */ animation: gold-glow 3s infinite alternate; } .link-text { flex: 1; } .link-title { font-weight: 700; font-size: 1.1rem; margin-bottom: 4px; display: flex; align-items: center; gap: 8px; } /* Discord Green Dot */ .live-dot { height: 8px; width: 8px; background-color: #43b581; border-radius: 50%; display: inline-block; box-shadow: 0 0 0 0 rgba(67, 181, 129, 0.7); animation: pulse-green 2s infinite; margin-top: 1px; } /* VIP Gold Star (New Indicator) */ .vip-star { color: var(--gold); font-size: 0.8rem; animation: spin-pulse 3s infinite linear; filter: drop-shadow(0 0 5px var(--gold)); } /* New Member Count Text (from your image) */ .member-count { display: block; font-size: 0.75rem; color: #ccc; margin-bottom: 4px; font-weight: 400; } .member-count b { color: white; font-weight: 700; } .badge { font-size: 0.6rem; background: var(--primary); padding: 2px 6px; border-radius: 4px; text-transform: uppercase; font-weight: 800; letter-spacing: 0.5px; animation: pulse 2s infinite; } .link-desc { font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); line-height: 1.3; font-weight: 400; } .arrow-icon { opacity: 0.5; transition: 0.3s; } .link:hover .arrow-icon { opacity: 1; transform: translateX(5px); color: var(--primary); } footer { margin-top: 4rem; text-align: center; opacity: 0.6; font-size: 0.8rem; animation: fadeIn 2s ease; } footer p { margin-bottom: 5px; } /* --- Animations --- */ @keyframes slideDown { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes fadeInUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 0.6; } } @keyframes typing { from { width: 0 } to { width: 100% } } @keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: var(--primary); } } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 62, 108, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(255, 62, 108, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 62, 108, 0); } } @keyframes pulse-green { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(67, 181, 129, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(67, 181, 129, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(67, 181, 129, 0); } } /* NEW: Gold Glow for Crown */ @keyframes gold-glow { from { box-shadow: 0 0 10px rgba(255, 215, 0, 0.2); } to { box-shadow: 0 0 25px rgba(255, 215, 0, 0.6); } } /* NEW: Spin Pulse for VIP Star */ @keyframes spin-pulse { 0% { transform: rotate(0deg) scale(1); opacity: 0.8; } 50% { transform: rotate(180deg) scale(1.2); opacity: 1; text-shadow: 0 0 10px var(--gold); } 100% { transform: rotate(360deg) scale(1); opacity: 0.8; } } @media (max-width: 768px) { .logo { font-size: 3rem; } .container { width: 95%; } .gif-background { flex-direction: column; } } /style>/head>body> div classgif-background> div classgif-half> img srcimages/FB7RWF9.gif loadinglazy altBackground> /div> div classgif-half> img srcimages/FBuyTn1.gif loadinglazy altBackground> /div> /div> div classoverlay>/div> div classcontainer> header> h1 classlogo>BopCord/h1> div classtagline-container> div classtagline> i classfas fa-heart stylecolor: #ff0000; margin-right: 5px;>/i> #1 NSFW Community /div> /div> /header> div classlinks> a hrefhttps://discord.gg/WXyMnszvFr classlink target_blank relnoopener noreferrer> div classlink-icon discord-bg> i classfab fa-discord>/i> /div> div classlink-text> div classlink-title> Join Discord span classlive-dot>/span> span classbadge>Free/span> /div> div classlink-desc>Daily OnlyFans Leaks, Mega folders & NSFW Videos. Join 100k+ Members. 😈/div> /div> i data-lucidearrow-right classarrow-icon>/i> /a> a hrefhttps://goonhub.vip classlink target_blank relnoopener noreferrer> div classlink-icon vip-bg> i classfas fa-crown>/i> /div> div classlink-text> div classlink-title> VIP Access i classfas fa-star vip-star>/i> span classbadge stylebackground:#FFA500; color:black;>Premium/span> /div> span classmember-count>Join b>11,287+/b> members saving b>thousands/b> monthly/span> div classlink-desc>PYT, ABG, SNOWBUNNYS, PAWGS, Homemade Videos & Leaks. Anything you can think of they have it. 🤫/div> /div> i data-lucidearrow-right classarrow-icon>/i> /a> /div> footer> p>© 2026 BopCord • All rights reserved/p> small styleopacity: 0.7;>Disclaimer: Not affiliated with listed sites/small> /footer> /div> script> lucide.createIcons(); const cards document.querySelectorAll(.link); cards.forEach(card > { card.addEventListener(mousemove, (e) > { const rect card.getBoundingClientRect(); const x e.clientX - rect.left; const y e.clientY - rect.top; card.style.setProperty(--x, `${x}px`); card.style.setProperty(--y, `${y}px`); }); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 07 Mar 2026 13:14:43 GMTContent-Type: text/htmlContent-Length: 14837Connection: keep-aliveCF-Cache-Status: HITCache-Control: public, max-age0, must-revalidateETag: 45aa2b6dc34ae9c30a7b3dcf050c7bc6Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sAGPo8jAWwKxZ8X0wTOGuYs2sIuj9jMdp%2FFdXoT9ogtTzBMvPG3BbpZPqKXs8EBXrIctfRb7uAR%2B5lvLoynyBEy49lmt3sG%2FNmQ%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9d89dd652b3f3abd-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>BopCord | #1 NSFW Community/title> meta namedescription contentJoin the largest free Leaks & NSFW community!> meta namekeywords contentbopcord, bop cord, megaleakz, megaleakzhub, nsfw discord> meta namerobots contentindex, follow> link relicon hrefimages/onlyfans.png> link hrefhttps://fonts.googleapis.com/css2?familyOutfit:wght@300;500;700;900&displayswap relstylesheet> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> script srchttps://unpkg.com/lucide@latest>/script> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://bopcord.net> meta propertyog:title contentBopCord | #1 Exclusive Community> meta propertyog:description contentJoin 11,287+ members saving thousands. 18+ Only - Exclusive NSFW content. 😈> meta propertyog:image contenthttps://bopcord.net/images/onlyfans.png> meta nametwitter:card contentsummary_large_image> meta nametwitter:image contenthttps://bopcord.net/images/onlyfans.png>/head> style> :root { --primary: #FF3E6C; --secondary: #7A2C8C; --accent: #00f2ff; --bg-dark: #0a0a0a; --glass: rgba(255, 255, 255, 0.05); --glass-border: rgba(255, 255, 255, 0.1); --gold: #FFD700; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Outfit, sans-serif; } body { background-color: var(--bg-dark); color: white; min-height: 100vh; overflow-x: hidden; display: flex; align-items: center; justify-content: center; } /* --- Background Effects --- */ .gif-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; z-index: -2; /* FIXED: Restored the dark blur per your request */ filter: brightness(0.4) contrast(1.2) blur(3px); transform: scale(1.1); } .gif-half { flex: 1; position: relative; } .gif-half img { width: 100%; height: 100%; object-fit: cover; } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/svg+xml,%3Csvg viewBox0 0 200 200 xmlnshttp://www.w3.org/2000/svg%3E%3Cfilter idnoiseFilter%3E%3CfeTurbulence typefractalNoise baseFrequency0.65 numOctaves3 stitchTilesstitch/%3E%3C/filter%3E%3Crect width100%25 height100%25 filterurl(%23noiseFilter) opacity0.05/%3E%3C/svg%3E); pointer-events: none; z-index: -1; opacity: 0.4; } .container { max-width: 600px; width: 90%; display: flex; flex-direction: column; align-items: center; z-index: 10; padding: 2rem 0; } /* --- Logo & Header --- */ header { text-align: center; margin-bottom: 3rem; animation: slideDown 1s cubic-bezier(0.2, 0.8, 0.2, 1); } .logo { font-size: 4rem; font-weight: 900; letter-spacing: -2px; background: linear-gradient(135deg, #fff 30%, var(--primary)); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 30px rgba(255, 62, 108, 0.5); position: relative; transition: 0.3s ease-in-out; cursor: pointer; } .logo:hover { color: #ffffff; text-shadow: 0 0 10px #ffffff, 0 0 20px var(--primary); } .tagline-container { display: inline-block; } .tagline { font-size: 1.1rem; color: rgba(255, 255, 255, 0.8); font-weight: 500; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; background: rgba(0,0,0,0.3); padding: 5px 15px; border-radius: 50px; backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.1); display: inline-block; overflow: hidden; border-right: 2px solid var(--primary); white-space: nowrap; animation: typing 3s steps(30, end), blink-caret .75s step-end infinite; max-width: 100%; } /* --- Links Container --- */ .links { width: 100%; display: flex; flex-direction: column; gap: 1.5rem; perspective: 1000px; } .link { position: relative; background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--glass-border); border-radius: 16px; padding: 1.2rem; display: flex; align-items: center; gap: 1.2rem; text-decoration: none; color: white; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; animation: fadeInUp 0.8s backwards; } .link:nth-child(1) { animation-delay: 0.2s; } .link:nth-child(2) { animation-delay: 0.4s; } .link:hover { transform: translateY(-5px) scale(1.02); border-color: rgba(255,255,255,0.3); background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05)); box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 0 0 1px rgba(255,255,255,0.1); } .link::after { content: ; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transform: skewX(-25deg); transition: 0.5s; pointer-events: none; } .link:hover::after { left: 150%; transition: 0.7s ease-in-out; } .link-icon { width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 1.8rem; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease; position: relative; z-index: 2; } .link:hover .link-icon { transform: scale(1.1) rotate(5deg); } /* --- Discord Styles --- */ .discord-bg { background: linear-gradient(135deg, #5865F2, #4752C4); box-shadow: 0 0 20px rgba(88, 101, 242, 0.4); } /* --- VIP Styles --- */ .vip-bg { background: linear-gradient(135deg, #FFD700, #FFA500); box-shadow: 0 0 20px rgba(255, 215, 0, 0.4); /* Crown Glow Animation */ animation: gold-glow 3s infinite alternate; } .link-text { flex: 1; } .link-title { font-weight: 700; font-size: 1.1rem; margin-bottom: 4px; display: flex; align-items: center; gap: 8px; } /* Discord Green Dot */ .live-dot { height: 8px; width: 8px; background-color: #43b581; border-radius: 50%; display: inline-block; box-shadow: 0 0 0 0 rgba(67, 181, 129, 0.7); animation: pulse-green 2s infinite; margin-top: 1px; } /* VIP Gold Star (New Indicator) */ .vip-star { color: var(--gold); font-size: 0.8rem; animation: spin-pulse 3s infinite linear; filter: drop-shadow(0 0 5px var(--gold)); } /* New Member Count Text (from your image) */ .member-count { display: block; font-size: 0.75rem; color: #ccc; margin-bottom: 4px; font-weight: 400; } .member-count b { color: white; font-weight: 700; } .badge { font-size: 0.6rem; background: var(--primary); padding: 2px 6px; border-radius: 4px; text-transform: uppercase; font-weight: 800; letter-spacing: 0.5px; animation: pulse 2s infinite; } .link-desc { font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); line-height: 1.3; font-weight: 400; } .arrow-icon { opacity: 0.5; transition: 0.3s; } .link:hover .arrow-icon { opacity: 1; transform: translateX(5px); color: var(--primary); } footer { margin-top: 4rem; text-align: center; opacity: 0.6; font-size: 0.8rem; animation: fadeIn 2s ease; } footer p { margin-bottom: 5px; } /* --- Animations --- */ @keyframes slideDown { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes fadeInUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 0.6; } } @keyframes typing { from { width: 0 } to { width: 100% } } @keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: var(--primary); } } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 62, 108, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(255, 62, 108, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 62, 108, 0); } } @keyframes pulse-green { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(67, 181, 129, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(67, 181, 129, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(67, 181, 129, 0); } } /* NEW: Gold Glow for Crown */ @keyframes gold-glow { from { box-shadow: 0 0 10px rgba(255, 215, 0, 0.2); } to { box-shadow: 0 0 25px rgba(255, 215, 0, 0.6); } } /* NEW: Spin Pulse for VIP Star */ @keyframes spin-pulse { 0% { transform: rotate(0deg) scale(1); opacity: 0.8; } 50% { transform: rotate(180deg) scale(1.2); opacity: 1; text-shadow: 0 0 10px var(--gold); } 100% { transform: rotate(360deg) scale(1); opacity: 0.8; } } @media (max-width: 768px) { .logo { font-size: 3rem; } .container { width: 95%; } .gif-background { flex-direction: column; } } /style>/head>body> div classgif-background> div classgif-half> img srcimages/FB7RWF9.gif loadinglazy altBackground> /div> div classgif-half> img srcimages/FBuyTn1.gif loadinglazy altBackground> /div> /div> div classoverlay>/div> div classcontainer> header> h1 classlogo>BopCord/h1> div classtagline-container> div classtagline> i classfas fa-heart stylecolor: #ff0000; margin-right: 5px;>/i> #1 NSFW Community /div> /div> /header> div classlinks> a hrefhttps://discord.gg/WXyMnszvFr classlink target_blank relnoopener noreferrer> div classlink-icon discord-bg> i classfab fa-discord>/i> /div> div classlink-text> div classlink-title> Join Discord span classlive-dot>/span> span classbadge>Free/span> /div> div classlink-desc>Daily OnlyFans Leaks, Mega folders & NSFW Videos. Join 100k+ Members. 😈/div> /div> i data-lucidearrow-right classarrow-icon>/i> /a> a hrefhttps://goonhub.vip classlink target_blank relnoopener noreferrer> div classlink-icon vip-bg> i classfas fa-crown>/i> /div> div classlink-text> div classlink-title> VIP Access i classfas fa-star vip-star>/i> span classbadge stylebackground:#FFA500; color:black;>Premium/span> /div> span classmember-count>Join b>11,287+/b> members saving b>thousands/b> monthly/span> div classlink-desc>PYT, ABG, SNOWBUNNYS, PAWGS, Homemade Videos & Leaks. Anything you can think of they have it. 🤫/div> /div> i data-lucidearrow-right classarrow-icon>/i> /a> /div> footer> p>© 2026 BopCord • All rights reserved/p> small styleopacity: 0.7;>Disclaimer: Not affiliated with listed sites/small> /footer> /div> script> lucide.createIcons(); const cards document.querySelectorAll(.link); cards.forEach(card > { card.addEventListener(mousemove, (e) > { const rect card.getBoundingClientRect(); const x e.clientX - rect.left; const y e.clientY - rect.top; card.style.setProperty(--x, `${x}px`); card.style.setProperty(--y, `${y}px`); }); }); /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
]