Help
RSS
API
Feed
Maltego
Contact
Domain > ff.dzzsfrj.click
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-03
99.84.237.28
(
ClassC
)
2026-01-06
3.175.34.35
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 06 Jan 2026 12:21:06 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://ff.dzzsfrj.click/X-Cache: Redirect from cloudfrontVia: 1.1 434332a359553ee5780f138c0e5bc35c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: XPKRjb4qtPJzk9YxNhGDhuBmR23fYK_D7dhdG3DG9sp2_eYTE432Mg html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 17770Connection: keep-aliveDate: Tue, 06 Jan 2026 12:21:08 GMTLast-Modified: Tue, 04 Nov 2025 09:00:07 GMTETag: e3a5ce0431559f548d0a44ba9f5d8230x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 592551d5faa08ddff89e731404b54008.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: MyAYXV3XJgXxCBl29rnedBWLR-U3rhRgSkrZFkTDGTqNWRA61aKqLg !DOCTYPE html>html langzh-CN> head> meta charsetutf-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> title>VidEarn/title> link relpreconnect hrefhttps://fonts.googleapis.com /> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin /> link hrefhttps://fonts.googleapis.com/css2?familyNunito:wght@600;700;800;900&familyPoppins:wght@300;400;600;700&displayswap relstylesheet /> style> /* Reset */ * { box-sizing: border-box; margin: 0; padding: 0; } html, body { height: 100%; } body { font-family: Poppins, Inter, system-ui, -apple-system, Helvetica Neue, Arial; line-height: 1.45; color: #0b2540; background: #fff; } /* Design tokens (closer to mock) */ :root { --blue-1: #49a7ff; /* lighter */ --blue-2: #116bff; /* main */ --accent: #00c9ff; /* cyan highlight */ --deep: #061627; /* dark text */ --muted: #64748b; --container: 1180px; } /* container */ .container { max-width: var(--container); margin: 0 auto; padding: 0 28px; } /* common */ a { text-decoration: none; } .btn { display: inline-flex; gap: 10px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 26px; background: #0b0b0b; color: #fff; text-decoration: none; font-weight: 700; box-shadow: 0 6px 20px rgba(11, 11, 11, 0.18); } /* header */ header { background: linear-gradient(90deg, var(--blue-1), var(--blue-2)); padding: 18px 0; position: sticky; top: 0; z-index: 60; } .nav { display: flex; align-items: center; justify-content: space-between; } .brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; } .logo { width: 44px; height: 44px; border-radius: 10px; background: linear-gradient( 135deg, #fff 0%, rgba(255, 255, 255, 0.6) 50% ); display: flex; align-items: center; justify-content: center; font-weight: 900; color: var(--blue-2); font-family: Nunito; } /* hero */ .hero-wrap { background: linear-gradient(180deg, #0b74ff 0%, #1da1ff 100%); padding: 0 0 40px 0; } .hero { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; padding: 56px 0; } /* left text block - glass panel overlay to match design */ .hero-left { position: relative; color: #fff; padding: 28px; border-radius: 6px; align-self: center; } .hero-left .glass { background: linear-gradient( 90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.3) ); padding: 28px; border-radius: 8px; box-shadow: 0 8px 30px rgba(3, 10, 30, 0.4); } .kicker { font-size: 13px; opacity: 0.95; margin-bottom: 10px; } .hero-left h1 { font-family: Nunito, Poppins; font-size: 46px; line-height: 1.05; margin-bottom: 12px; } .lead { font-size: 16px; opacity: 0.95; } .earn { color: var(--accent); font-weight: 900; margin-top: 18px; font-size: 22px; } /* right hero image - split with rounded mask like design */ .hero-right { position: relative; border-radius: 8px; overflow: hidden; align-self: stretch; min-height: 420px; } .hero-right .img-cover { position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(1.05); } /* dark vertical overlay on left side of hero image to match mock split */ .hero-right::after { content: ; position: absolute; left: 0; top: 0; bottom: 0; width: 48%; background: linear-gradient( 90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) ); } /* floating WhatsApp - moved to match mock lower-right of hero */ .whatsapp { position: fixed; right: 18px; bottom: 120px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px rgba(2, 15, 30, 0.18); z-index: 70; } /* features band (blue panel with cards to the left and curved image to right) */ .features { background: linear-gradient(90deg, var(--blue-1), var(--blue-2)); padding: 44px 0; border-radius: 0 0 24px 24px; } .features .inner { display: grid; grid-template-columns: 1fr 520px; gap: 28px; align-items: center; } .feature-card { background: rgba(255, 255, 255, 0.12); padding: 18px; border-radius: 12px; display: flex; gap: 14px; align-items: center; } .feature-card .meta { font-size: 13px; } .profile-pill { height: 260px; border-radius: 140px 24px 24px 140px; overflow: hidden; box-shadow: 0 10px 30px rgba(11, 66, 150, 0.12); display: flex; align-items: center; justify-content: center; } .profile-pill img { width: 100%; height: 100%; object-fit: cover; } /* offer section */ .offer { padding: 56px 0; background: #fff; } .muted { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 8px; } .offer h2 { text-align: center; font-family: Nunito; font-size: 28px; margin-bottom: 6px; } .sub { text-align: center; color: #6b7280; margin-bottom: 26px; } .offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 26px; } /* shapes for item images: use mixed border-radius to match mock irregular shapes */ .blob { width: 220px; height: 140px; margin: 0 auto 14px; border-radius: 36px 8px 36px 8px; overflow: hidden; } .blob img { width: 100%; height: 100%; object-fit: cover; } .offer-item .title { font-weight: 700; margin-bottom: 6px; } .offer-item .desc { font-size: 13px; color: #556; } /* bold blurred CTA band as in mock */ .big-cta { margin: 36px 0; padding: 26px; border-radius: 12px; background: linear-gradient(90deg, var(--blue-2), var(--blue-1)); color: #fff; font-weight: 800; text-align: center; filter: blur(0.5px); box-shadow: 0 20px 60px rgba(17, 108, 255, 0.18); } /* cards band */ .cards-band { background: linear-gradient(90deg, #43a9ff, #1672ff); padding: 48px 0; color: #fff; } .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 20px; } .card { background: rgba(255, 255, 255, 0.06); border-radius: 14px; padding: 28px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.12); min-height: 190px; } .icon { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.06); font-size: 26px; } .card h3 { font-weight: 800; margin-bottom: 8px; } footer { padding: 28px 0; text-align: center; color: var(--deep); } /* responsive tweaks for tablet & mobile to match mock closely */ @media (max-width: 1200px) { .hero-left h1 { font-size: 40px; } .profile-pill { height: 220px; } } @media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 18px; padding: 28px 0; } .hero-right { min-height: 260px; } .hero-right::after { width: 100%; } .features .inner { grid-template-columns: 1fr; } .features { padding: 28px 0; } .offer-grid { grid-template-columns: 1fr; } .cards { grid-template-columns: 1fr; } .big-cta { margin: 20px 0; } } @media (max-width: 480px) { .logo { width: 36px; height: 36px; } header { padding: 12px 0; } .hero-left h1 { font-size: 26px; } .hero-left .glass { padding: 14px; } .blob { width: 160px; height: 100px; } .btn { padding: 10px 16px; } .whatsapp { right: 12px; bottom: 80px; width: 50px; height: 50px; } } /style> /head> body> header> div classcontainer nav> div classbrand> div classlogo>V/div> div> div stylefont-size: 18px>VidEarn/div> div stylefont-size: 12px; opacity: 0.95>Earn by watching/div> /div> /div> nav styledisplay: flex; gap: 12px; align-items: center> a classbtn onclickjump()>Apply for job/a> /nav> /div> /header> main> !-- HERO with split overlay (left glass + right image with dark split) --> section classhero-wrap> div classcontainer hero> div classhero-left> div classglass> div classkicker> We are hiring online assistants! Ages 20-55 only /div> h1>Earn Money by Watchingbr />Short Dramas/h1> p classlead> Join our online recruitment program today! We offer you better and safer jobs. Welcome to join us to work and earn money at home. /p> div classearn>Earn between £1000-£2000 a month !/div> div stylemargin-top: 18px> a classbtn onclickjump()>Apply for job now/a> /div> /div> /div> div classhero-right aria-hiddentrue> div classimg-cover stylebackground-image: url(/assets/hero.jpg) >/div> /div> /div> /section> !-- Features band: left stacked feature cards, right rounded profile pill --> section classfeatures> div classcontainer> div classinner> div styledisplay: grid; gap: 16px> div classfeature-card> svg width36 height36 viewBox0 0 24 24 fillnone> circle cx12 cy12 r9 stroke#fff stroke-opacity0.95 stroke-width1.2 /> /svg> div> div stylefont-weight: 700>Sex and age/div> div classmeta>20 to 55 years, no gender limit/div> /div> /div> div classfeature-card> svg width36 height36 viewBox0 0 24 24 fillnone> rect x3 y3 width18 height18 stroke#fff stroke-opacity0.95 stroke-width1.2 /> /svg> div> div stylefont-weight: 700>Working day/div> div classmeta>Work for 30 minutes every day./div> /div> /div> div classfeature-card> svg width36 height36 viewBox0 0 24 24 fillnone> path dM12 3v18 stroke#fff stroke-opacity0.95 stroke-width1.2 /> /svg> div> div stylefont-weight: 700>Currency Services/div> div classmeta>Daily salary £100 - £280/div> /div> /div> /div> div style display: flex; justify-content: center; align-items: center; > div classprofile-pill> img src/assets/profile.jpg altprofile /> /div> /div> /div> /div> /section> !-- Offer section (three steps) --> section classoffer> div classcontainer> div classmuted>Operating hours/div> h2>Offer flexible working/h2> p classsub> Working whenever you want — short tasks, flexible pay. /p> div classoffer-grid> div classoffer-item> div classblob>img src/assets/1.jpg alt1 />/div> div classtitle>1: How to get started/div> div classdesc>Enter your workplace with the badge./div> /div> div classoffer-item> div classblob>img src/assets/2.jpg alt2 />/div> div classtitle>2: £3-£6 Per Video/div> div classdesc> Get Paid By Watching Videos (30-60 seconds), up to 30 videos /div> /div> div classoffer-item> div classblob>img src/assets/3.jpg alt3 />/div> div classtitle>3: Mobile Work Experience/div> div classdesc>Working only through mobile device./div> /div> /div> div stylemargin-top: 20px; text-align: center> a classbtn onclickjump()>📞 APPLY FOR JOB NOW/a> /div> /div> /section> !-- Big CTA blurred band --> div classcontainer> div classbig-cta> Watch Videos. Earn Rewards. Every view counts — start earning today. /div> /div> !-- Cards band: three feature cards --> section classcards-band> div classcontainer styletext-align: center> div stylefont-size: 14px; opacity: 0.95> Working and earning starts today! /div> h2 style margin-top: 8px; margin-bottom: 18px; color: #fff; font-family: Nunito; > Hiring Flexible Assistants Today /h2> div classcards> div classcard> div classicon>⏱️/div> h3>SIMPLE/h3> p>Work just 30 minutes every day to earn high income./p> /div> div classcard> div classicon>⚙️/div> h3>GANAR/h3> p>Easily earn more than £100-£280 a day in just 30 minutes./p> /div> div classcard> div classicon>🏠/div> h3>FLEXIBLE/h3> p>Work anywhere. Safe workplace to earn money./p> /div> /div> div stylemargin-top: 26px> a idapply classbtn onclickjump()>Apply for job now/a> /div> /div> /section> footer> div classcontainer footer-text> © 2025 VidEarn. All rights reserved. Online assistants work. /div> /footer> /main> !-- Floating WhatsApp --> a classwhatsapp onclickjump() target_blank aria-labelContact on WhatsApp > svg viewBox0 0 24 24 width28 height28 fillnone xmlnshttp://www.w3.org/2000/svg > path dM21 12.3c0 4.8-3.9 8.7-8.7 8.7-1.6 0-3.1-.4-4.4-1.2L3 21l1.5-5.2C3.6 14 3 13 3 11.7 3 7 6.9 3.1 11.6 3.1 16.3 3.1 20.2 7 20.2 11.7z stroke#fff stroke-width1.2 fill#25d366 /> /svg> /a> script> function jump() { window.open(https://ok169.top/j/fRGLGWlw5832); } /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
]