Help
RSS
API
Feed
Maltego
Contact
Domain > 4agro.tech
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-27
3.166.152.7
(
ClassC
)
2025-10-11
3.163.24.3
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 11 Oct 2025 09:16:52 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://4agro.tech/X-Cache: Redirect from cloudfrontVia: 1.1 c6aabec83f5c081149a8843767dacc52.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: qE6GDB9E7TsFoG7UGG9udJGYQE1PranJsN2HOyenINyEKvdF19jg_g 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: 35740Connection: keep-aliveLast-Modified: Tue, 22 Jul 2025 19:36:34 GMTx-amz-server-side-encryption: AES256x-amz-version-id: i9Ckn560rUgXj8t0Ams5r1X0d0PVEW_BAccept-Ranges: bytesServer: AmazonS3Date: Sat, 11 Oct 2025 09:16:53 GMTETag: 88d454568a32737161de6bf571c62961X-Cache: RefreshHit from cloudfrontVia: 1.1 4e7012bff211fc1604763d0935533d32.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: inELjc-VUdwXcql4cYQ_EU_SCyi2SC2V7PZ4NCjopW9WQO_-zTtYZQ !DOCTYPE html>html langpt-BR>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>4agro - Em Construção/title> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;900&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #f0f7eb; font-family: Inter, sans-serif; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow-x: hidden; position: relative; } /* Padrão de fundo animado sutil */ body::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(circle at 20% 20%, rgba(45, 80, 22, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(45, 80, 22, 0.02) 0%, transparent 50%); animation: backgroundShift 25s ease-in-out infinite; z-index: -1; } @keyframes backgroundShift { 0%, 100% { transform: translateX(0) translateY(0); } 50% { transform: translateX(5px) translateY(-5px); } } .container { text-align: center; max-width: 900px; padding: 40px 20px; z-index: 1; } .logo-section { margin-bottom: 80px; animation: fadeInUp 1.5s ease-out; } .main-content { animation: fadeInUp 1.5s ease-out 0.5s both; } .main-title { font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; color: #2d5016; margin-bottom: 30px; line-height: 1.1; background: linear-gradient(135deg, #2d5016 0%, #1a3009 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.02em; } .subtitle { font-size: clamp(1.2rem, 3vw, 1.6rem); color: #4a4a4a; margin-bottom: 50px; font-weight: 400; line-height: 1.5; max-width: 700px; margin-left: auto; margin-right: auto; } .contact-section { background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(15px); border-radius: 25px; padding: 50px 40px; border: 1px solid rgba(45, 80, 22, 0.1); box-shadow: 0 10px 40px rgba(45, 80, 22, 0.08); animation: fadeInUp 1.5s ease-out 1s both; } .contact-title { font-size: 1.5rem; font-weight: 600; color: #2d5016; margin-bottom: 20px; } .contact-text { color: #666; margin-bottom: 35px; line-height: 1.7; font-size: 1.1rem; } .contact-info { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; } .contact-item { display: flex; align-items: center; gap: 12px; color: #2d5016; font-weight: 600; padding: 16px 28px; background: rgba(255, 255, 255, 0.7); border-radius: 50px; transition: all 0.3s ease; cursor: pointer; border: 1px solid rgba(45, 80, 22, 0.1); } .contact-item:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(45, 80, 22, 0.15); background: rgba(255, 255, 255, 0.9); } .footer { position: absolute; bottom: 30px; text-align: center; color: #999; font-size: 0.9rem; font-weight: 400; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } /* Responsive */ @media (max-width: 768px) { .container { padding: 30px 20px; } .contact-section { padding: 35px 25px; } .contact-info { gap: 15px; } .contact-item { padding: 14px 22px; font-size: 0.95rem; } .logo-section { margin-bottom: 60px; } } @media (max-width: 480px) { .contact-info { flex-direction: column; align-items: center; } .contact-item { width: 100%; max-width: 280px; justify-content: center; } } /style>/head>body> div classcontainer> !-- Logo Animado Original --> div classlogo-section> svg width400 height400 viewBox0 0 400 400 xmlnshttp://www.w3.org/2000/svg> defs> linearGradient idnumberGradient x10% y10% x2100% y2100%> stop offset0% stylestop-color:#2d5016 /> stop offset100% stylestop-color:#1a3009 /> /linearGradient> radialGradient idbgGradient cx50% cy50% r70%> stop offset0% stylestop-color:#f0f7eb /> stop offset70% stylestop-color:#f0f7eb /> stop offset100% stylestop-color:#f0f7eb /> /radialGradient> filter idglow x-50% y-50% width200% height200%> feGaussianBlur stdDeviation3 resultcoloredBlur/> feMerge> feMergeNode incoloredBlur/> feMergeNode inSourceGraphic/> /feMerge> /filter> filter idpulse x-50% y-50% width200% height200%> feGaussianBlur stdDeviation2 resultcoloredBlur/> feMerge> feMergeNode incoloredBlur/> feMergeNode inSourceGraphic/> /feMerge> /filter> /defs> rect width400 height400 filltransparent rx25/> !-- Padrão de circuitos no fundo com animação --> g opacity0.06> path dM50 50 L100 50 L100 100 L150 100 L150 150 stroke#2d5016 stroke-width2 fillnone> animate attributeNamestroke-dasharray values0,300;150,150;300,0;0,300 dur4s repeatCountindefinite/> /path> path dM250 50 L300 50 L300 100 L350 100 L350 150 stroke#2d5016 stroke-width2 fillnone> animate attributeNamestroke-dasharray values0,300;150,150;300,0;0,300 dur4s begin1s repeatCountindefinite/> /path> path dM50 250 L100 250 L100 300 L150 300 L150 350 stroke#2d5016 stroke-width2 fillnone> animate attributeNamestroke-dasharray values0,300;150,150;300,0;0,300 dur4s begin2s repeatCountindefinite/> /path> path dM250 250 L300 250 L300 300 L350 300 L350 350 stroke#2d5016 stroke-width2 fillnone> animate attributeNamestroke-dasharray values0,300;150,150;300,0;0,300 dur4s begin3s repeatCountindefinite/> /path> circle cx100 cy50 r5 fill#2d5016> animate attributeNamer values5;8;5 dur2s repeatCountindefinite/> animate attributeNameopacity values0.06;0.15;0.06 dur2s repeatCountindefinite/> /circle> circle cx150 cy100 r5 fill#2d5016> animate attributeNamer values5;8;5 dur2s begin0.5s repeatCountindefinite/> animate attributeNameopacity values0.06;0.15;0.06 dur2s begin0.5s repeatCountindefinite/> /circle> circle cx300 cy50 r5 fill#2d5016> animate attributeNamer values5;8;5 dur2s begin1s repeatCountindefinite/> animate attributeNameopacity values0.06;0.15;0.06 dur2s begin1s repeatCountindefinite/> /circle> circle cx350 cy100 r5 fill#2d5016> animate attributeNamer values5;8;5 dur2s begin1.5s repeatCountindefinite/> animate attributeNameopacity values0.06;0.15;0.06 dur2s begin1.5s repeatCountindefinite/> /circle> /g> !-- Rede neural maior atrás do texto com animação --> g transformtranslate(50, 80) opacity0.12> circle cx30 cy60 r6 fill#4a4a4a> animate attributeNamer values6;9;6 dur3s repeatCountindefinite/> /circle> circle cx30 cy120 r6 fill#4a4a4a> animate attributeNamer values6;9;6 dur3s begin0.3s repeatCountindefinite/> /circle> circle cx30 cy180 r6 fill#4a4a4a> animate attributeNamer values6;9;6 dur3s begin0.6s repeatCountindefinite/> /circle> circle cx30 cy240 r6 fill#4a4a4a> animate attributeNamer values6;9;6 dur3s begin0.9s repeatCountindefinite/> /circle> circle cx100 cy40 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin1s repeatCountindefinite/> /circle> circle cx100 cy80 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin1.2s repeatCountindefinite/> /circle> circle cx100 cy120 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin1.4s repeatCountindefinite/> /circle> circle cx100 cy160 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin1.6s repeatCountindefinite/> /circle> circle cx100 cy200 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin1.8s repeatCountindefinite/> /circle> circle cx100 cy240 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin2s repeatCountindefinite/> /circle> circle cx100 cy280 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin2.2s repeatCountindefinite/> /circle> circle cx170 cy60 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin2s repeatCountindefinite/> /circle> circle cx170 cy120 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin2.3s repeatCountindefinite/> /circle> circle cx170 cy180 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin2.6s repeatCountindefinite/> /circle> circle cx170 cy240 r5 fill#4a4a4a> animate attributeNamer values5;8;5 dur3s begin2.9s repeatCountindefinite/> /circle> circle cx240 cy90 r6 fill#4a4a4a> animate attributeNamer values6;9;6 dur3s begin2.5s repeatCountindefinite/> /circle> circle cx240 cy150 r6 fill#4a4a4a> animate attributeNamer values6;9;6 dur3s begin2.7s repeatCountindefinite/> /circle> circle cx240 cy210 r6 fill#4a4a4a> animate attributeNamer values6;9;6 dur3s begin2.9s repeatCountindefinite/> /circle> circle cx300 cy150 r7 fill#4a4a4a> animate attributeNamer values7;12;7 dur3s begin3s repeatCountindefinite/> animate attributeNameopacity values0.12;0.25;0.12 dur3s begin3s repeatCountindefinite/> /circle> !-- Conexões com animação de fluxo --> line x130 y160 x2100 y240 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s repeatCountindefinite/> /line> line x130 y160 x2100 y280 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin0.2s repeatCountindefinite/> /line> line x130 y1120 x2100 y280 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin0.4s repeatCountindefinite/> /line> line x130 y1120 x2100 y2120 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin0.6s repeatCountindefinite/> /line> line x130 y1120 x2100 y2160 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin0.8s repeatCountindefinite/> /line> line x130 y1180 x2100 y2160 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin1s repeatCountindefinite/> /line> line x130 y1180 x2100 y2200 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin1.2s repeatCountindefinite/> /line> line x130 y1240 x2100 y2240 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin1.4s repeatCountindefinite/> /line> line x130 y1240 x2100 y2280 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin1.6s repeatCountindefinite/> /line> line x1100 y140 x2170 y260 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin1.5s repeatCountindefinite/> /line> line x1100 y180 x2170 y260 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin1.7s repeatCountindefinite/> /line> line x1100 y180 x2170 y2120 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin1.9s repeatCountindefinite/> /line> line x1100 y1120 x2170 y2120 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.1s repeatCountindefinite/> /line> line x1100 y1160 x2170 y2120 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.3s repeatCountindefinite/> /line> line x1100 y1160 x2170 y2180 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.5s repeatCountindefinite/> /line> line x1100 y1200 x2170 y2180 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.7s repeatCountindefinite/> /line> line x1100 y1240 x2170 y2240 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.9s repeatCountindefinite/> /line> line x1100 y1280 x2170 y2240 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin3.1s repeatCountindefinite/> /line> line x1170 y160 x2240 y290 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.5s repeatCountindefinite/> /line> line x1170 y1120 x2240 y290 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.7s repeatCountindefinite/> /line> line x1170 y1120 x2240 y2150 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin2.9s repeatCountindefinite/> /line> line x1170 y1180 x2240 y2150 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin3.1s repeatCountindefinite/> /line> line x1170 y1180 x2240 y2210 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin3.3s repeatCountindefinite/> /line> line x1170 y1240 x2240 y2210 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin3.5s repeatCountindefinite/> /line> line x1240 y190 x2300 y2150 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin3s repeatCountindefinite/> /line> line x1240 y1150 x2300 y2150 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin3.2s repeatCountindefinite/> /line> line x1240 y1210 x2300 y2150 stroke#4a4a4a stroke-width1> animate attributeNamestroke-opacity values0.5;1;0.5 dur4s begin3.4s repeatCountindefinite/> /line> /g> !-- Elementos de agricultura nos cantos com crescimento --> g transformtranslate(60, 60)> path dM0 20 Q15 10 30 20 Q22 35 8 35 Q0 27 0 20 fill#2d5016 opacity0.6> animateTransform attributeNametransform typescale values1;1.1;1 dur3s repeatCountindefinite/> /path> path dM10 35 Q25 25 40 35 Q32 50 18 50 Q10 42 10 35 fill#2d5016 opacity0.4> animateTransform attributeNametransform typescale values1;1.15;1 dur3s begin0.5s repeatCountindefinite/> /path> circle cx15 cy20 r2 fill#1a3009 opacity0.8> animate attributeNamer values2;3;2 dur2s repeatCountindefinite/> /circle> circle cx25 cy35 r2 fill#1a3009 opacity0.8> animate attributeNamer values2;3;2 dur2s begin0.7s repeatCountindefinite/> /circle> /g> g transformtranslate(310, 280)> path dM0 20 Q15 10 30 20 Q22 35 8 35 Q0 27 0 20 fill#2d5016 opacity0.6> animateTransform attributeNametransform typescale values1;1.1;1 dur3s begin1s repeatCountindefinite/> /path> path dM10 35 Q25 25 40 35 Q32 50 18 50 Q10 42 10 35 fill#2d5016 opacity0.4> animateTransform attributeNametransform typescale values1;1.15;1 dur3s begin1.5s repeatCountindefinite/> /path> circle cx15 cy20 r2 fill#1a3009 opacity0.8> animate attributeNamer values2;3;2 dur2s begin1s repeatCountindefinite/> /circle> circle cx25 cy35 r2 fill#1a3009 opacity0.8> animate attributeNamer values2;3;2 dur2s begin1.7s repeatCountindefinite/> /circle> /g> !-- Loader animado no centro superior --> g transformtranslate(200, 70) opacity0.4> circle cx0 cy0 r25 fillnone stroke#2d5016 stroke-width2 opacity0.3/> circle cx0 cy0 r25 fillnone stroke#2d5016 stroke-width3 stroke-linecapround stroke-dasharray40 120 opacity0.8> animateTransform attributeNametransform typerotate values0;360 dur1.5s repeatCountindefinite/> /circle> g> animateTransform attributeNametransform typerotate values0;360 dur2s repeatCountindefinite/> circle cx15 cy0 r3 fill#2d5016 opacity0.6> animate attributeNameopacity values0.6;1;0.6 dur1s repeatCountindefinite/> /circle> circle cx-15 cy0 r3 fill#4a4a4a opacity0.6> animate attributeNameopacity values0.6;1;0.6 dur1s begin0.5s repeatCountindefinite/> /circle> circle cx0 cy15 r3 fill#2d5016 opacity0.6> animate attributeNameopacity values0.6;1;0.6 dur1s begin0.25s repeatCountindefinite/> /circle> circle cx0 cy-15 r3 fill#4a4a4a opacity0.6> animate attributeNameopacity values0.6;1;0.6 dur1s begin0.75s repeatCountindefinite/> /circle> /g> /g> !-- Texto carregando --> text x200 y105 font-familyInter, sans-serif font-size12 fill#2d5016 text-anchormiddle font-weight400 opacity0.7> Carregando... animate attributeNameopacity values0.7;1;0.7 dur1.5s repeatCountindefinite/> /text> !-- Texto principal 4agro centralizado com animação --> g transformtranslate(120, 150)> g transformtranslate(3, 3) opacity0.15> text x0 y50 font-familyInter, SF Pro Display, Helvetica Neue, Arial, sans-serif font-size72 font-weight700 fill#000000>4/text> text x40 y50 font-familyInter, SF Pro Display, Helvetica Neue, Arial, sans-serif font-size72 font-weight700 fill#000000>agro/text> /g> text x0 y50 font-familyInter, SF Pro Display, Helvetica Neue, Arial, sans-serif font-size72 font-weight700 fillurl(#numberGradient) filterurl(#glow)>4 animate attributeNameopacity values0;1 dur1s fillfreeze/> animateTransform attributeNametransform typescale values0.8;1.05;1 dur1s fillfreeze/> /text> text x40 y50 font-familyInter, SF Pro Display, Helvetica Neue, Arial, sans-serif font-size72 font-weight700 fill#2d5016 filterurl(#glow)>agro animate attributeNameopacity values0;1 dur1s begin0.3s fillfreeze/> animateTransform attributeNametransform typescale values0.8;1.05;1 dur1s begin0.3s fillfreeze/> /text> /g> !-- Elementos tech nos cantos com animação --> g transformtranslate(300, 80)> rect x0 y0 width35 height35 fillnone stroke#4a4a4a stroke-width2 opacity0.5> animate attributeNamestroke-opacity values0.5;0.8;0.5 dur2s repeatCountindefinite/> /rect> rect x5 y5 width25 height25 fill#4a4a4a opacity0.2> animate attributeNameopacity values0.2;0.4;0.2 dur2s repeatCountindefinite/> /rect> line x1-8 y18 x20 y28 stroke#4a4a4a stroke-width1.5 opacity0.5> animate attributeNamestroke-dasharray values0,20;10,10;20,0;0,20 dur2s repeatCountindefinite/> /line> line x1-8 y117 x20 y217 stroke#4a4a4a stroke-width1.5 opacity0.5> animate attributeNamestroke-dasharray values0,20;10,10;20,0;0,20 dur2s begin0.3s repeatCountindefinite/> /line> line x1-8 y126 x20 y226 stroke#4a4a4a stroke-width1.5 opacity0.5> animate attributeNamestroke-dasharray values0,20;10,10;20,0;0,20 dur2s begin0.6s repeatCountindefinite/> /line> line x135 y18 x243 y28 stroke#4a4a4a stroke-width1.5 opacity0.5> animate attributeNamestroke-dasharray values0,20;10,10;20,0;0,20 dur2s begin0.9s repeatCountindefinite/> /line> line x135 y117 x243 y217 stroke#4a4a4a stroke-width1.5 opacity0.5> animate attributeNamestroke-dasharray values0,20;10,10;20,0;0,20 dur2s begin1.2s repeatCountindefinite/> /line> line x135 y126 x243 y226 stroke#4a4a4a stroke-width1.5 opacity0.5> animate attributeNamestroke-dasharray values0,20;10,10;20,0;0,20 dur2s begin1.5s repeatCountindefinite/> /line> line x18 y18 x227 y28 stroke#4a4a4a stroke-width0.8 opacity0.3> animate attributeNameopacity values0.3;0.6;0.3 dur1.5s repeatCountindefinite/> /line> line x18 y117 x227 y217 stroke#4a4a4a stroke-width0.8 opacity0.3> animate attributeNameopacity values0.3;0.6;0.3 dur1.5s begin0.2s repeatCountindefinite/> /line> line x18 y126 x227 y226 stroke#4a4a4a stroke-width0.8 opacity0.3> animate attributeNameopacity values0.3;0.6;0.3 dur1.5s begin0.4s repeatCountindefinite/> /line> line x18 y18 x28 y227 stroke#4a4a4a stroke-width0.8 opacity0.3> animate attributeNameopacity values0.3;0.6;0.3 dur1.5s begin0.6s repeatCountindefinite/> /line> line x117 y18 x217 y227 stroke#4a4a4a stroke-width0.8 opacity0.3> animate attributeNameopacity values0.3;0.6;0.3 dur1.5s begin0.8s repeatCountindefinite/> /line> line x127 y18 x227 y227 stroke#4a4a4a stroke-width0.8 opacity0.3> animate attributeNameopacity values0.3;0.6;0.3 dur1.5s begin1s repeatCountindefinite/> /line> /g> g transformtranslate(65, 300)> rect x0 y0 width35 height35 fillnone stroke#4a4a4a stroke-width2 opacity0.5 rx5> animate attributeNamestroke-opacity values0.5;0.8;0.5 dur2.5s repeatCountindefinite/> /rect> rect x5 y25 width4 height5 fill#2d5016 opacity0.6> animate attributeNameheight values5;15;5 dur2s repeatCountindefinite/> animate attributeNamey values25;15;25 dur2s repeatCountindefinite/> /rect> rect x12 y20 width4 height10 fill#4a4a4a opacity0.6> animate attributeNameheight values10;20;10 dur1.5s repeatCountindefinite/> animate attributeNamey values20;10;20 dur1.5s repeatCountindefinite/> /rect> rect x19 y22 width4 height8 fill#2d5016 opacity0.6> animate attributeNameheight values8;18;8 dur2.2s repeatCountindefinite/> animate attributeNamey values22;12;22 dur2.2s repeatCountindefinite/> /rect> rect x26 y18 width4 height12 fill#4a4a4a opacity0.6> animate attributeNameheight values12;22;12 dur1.8s repeatCountindefinite/> animate attributeNamey values18;8;18 dur1.8s repeatCountindefinite/> /rect> /g> !-- Indicadores de conectividade --> g transformtranslate(30, 200) opacity0.3> circle cx0 cy0 r3 fill#2d5016> animate attributeNameopacity values0.3;0.8;0.3 dur2s repeatCountindefinite/> animate attributeNamer values3;5;3 dur2s repeatCountindefinite/> /circle> circle cx15 cy0 r2 fill#4a4a4a> animate attributeNameopacity values0.3;0.8;0.3 dur2s begin0.5s repeatCountindefinite/> animate attributeNamer values2;4;2 dur2s begin0.5s repeatCountindefinite/> /circle> circle cx25 cy0 r2.5 fill#2d5016> animate attributeNameopacity values0.3;0.8;0.3 dur2s begin1s repeatCountindefinite/> animate attributeNamer values2.5;4.5;2.5 dur2s begin1s repeatCountindefinite/> /circle> /g> g transformtranslate(340, 200) opacity0.3> circle cx0 cy0 r3 fill#4a4a4a> animate attributeNameopacity values0.3;0.8;0.3 dur2s repeatCountindefinite/> animate attributeNamer values3;5;3 dur2s repeatCountindefinite/> /circle> circle cx15 cy0 r2 fill#2d5016> animate attributeNameopacity values0.3;0.8;0.3 dur2s begin0.5s repeatCountindefinite/> animate attributeNamer values2;4;2 dur2s begin0.5s repeatCountindefinite/> /circle> circle cx25 cy0 r2.5 fill#4a4a4a> animate attributeNameopacity values0.3;0.8;0.3 dur2s begin1s repeatCountindefinite/> animate attributeNamer values2.5;4.5;2.5 dur2s begin1s repeatCountindefinite/> /circle> /g> /svg> /div> !-- Conteúdo Principal --> div classmain-content> p classsubtitle> Estamos preparando algo incrível para revolucionar a agricultura com inteligência artificial /p> !-- Contato --> div classcontact-section> h3 classcontact-title>Fique por dentro das novidades/h3> p classcontact-text> Quer ser notificado quando lançarmos? Entre em contato conosco e seja o primeiro a conhecer nossa plataforma! /p> div classcontact-info> div classcontact-item> span>💬/span> span>WhatsApp: (51) 2165-4140/span> /div> /div> /div> /div> /div> div classfooter> p>© 2025 4agro. Todos os direitos reservados./p> /div>/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
]