Help
RSS
API
Feed
Maltego
Contact
Domain > app.assis.co
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-17
18.222.3.163
(
ClassC
)
2026-01-26
3.169.173.88
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 26 Jan 2026 20:27:02 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://app.assis.co/X-Cache: Redirect from cloudfrontVia: 1.1 7d14d4fc1c149f1d429681a4c414c21a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: -UX7ihxnlG08NU_DUQU7xrEbGHpKHsvKY5v9Eiy_2Ruorr6i5JfWWw 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/html;charsetUTF-8Content-Length: 7940Connection: keep-aliveDate: Mon, 26 Jan 2026 20:27:04 GMTLast-Modified: Mon, 26 Jan 2026 20:23:33 GMTETag: cc6608342146b4253e796ee16fa8479fx-amz-server-side-encryption: AES256Cache-Control: max-age0,no-cache,no-store,must-revalidateAccept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 743dabf2fdbfd64c0bd7adf3cea9dbec.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 1iQYJvSGvgw_cTZvcMR3fArqnz1GfxGM70zEuBiiTl3mKqhcoYh8GA !doctype html>html langpt-BR> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>Assis - Assistente de vendas via WhatsApp/title> link relshortcut icon href/assis-favicon.png typeimage/png /> link relicon href/assis-favicon.png typeimage/png /> !-- Preconnect to analytics domains for faster connection --> link relpreconnect hrefhttps://events-mp.assis.co crossorigin> link relpreconnect hrefhttps://events-ddrum.assis.co crossorigin> link relpreconnect hrefhttps://widget.intercom.io crossorigin> !-- Preload analytics scripts with low priority --> link relpreload asscript hrefhttps://events-mp.assis.co/lib.min.js fetchprioritylow crossorigin> link relpreload asscript hrefhttps://events-ddrum.assis.co/datadog-rum.js fetchprioritylow crossorigin> link relpreload asscript hrefhttps://widget.intercom.io/widget/qyl7eude fetchprioritylow> style> #splash-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9999; transition: opacity 0.3s ease-out; } #splash-screen.fade-out { opacity: 0; pointer-events: none; } #splash-screen svg { width: 80px; height: 98px; margin-bottom: 24px; animation: pulse 1.5s ease-in-out infinite; } #splash-screen .loading-text { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; font-size: 18px; color: #666666; margin-top: 16px; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.95); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } } /* Hide splash screen when root has content */ body:has(#root:not(:empty)) #splash-screen { display: none; } /style> script typemodule crossorigin src/assets/index-B8gC8_5y.js>/script> link relstylesheet crossorigin href/assets/index-CqFXCAtB.css> /head> body> !-- Splash Screen --> div idsplash-screen> svg width26 height32 viewBox0 0 26 32 fillnone xmlnshttp://www.w3.org/2000/svg> g clip-pathurl(#clip0_3201_897)> path dM15.1035 16.1053L18.4107 25.1174H14.457L14.4771 29.3045H19.9479L20.927 31.971H25.8746L19.2427 13.9121C18.0983 14.9908 16.6687 15.7169 15.1035 16.1053Z fill#F9763A/> path dM19.7888 6.84934C19.7888 3.06641 16.7223 0 12.9391 0C9.15597 0 6.08852 3.06641 6.08852 6.84934C6.08852 8.48883 6.66509 9.99275 7.62574 11.172L0 31.9729H4.94763L5.92579 29.3063H11.4176L11.3975 25.1192H7.46126L11.6906 13.5841C12.0957 13.6584 12.513 13.6996 12.94 13.6996C16.7231 13.6996 19.7896 10.6331 19.7896 6.8502L19.7888 6.84934ZM12.9391 9.51332C11.4675 9.51332 10.275 8.32086 10.275 6.84934C10.275 5.37781 11.4675 4.18536 12.9391 4.18536C14.4107 4.18536 15.6032 5.37781 15.6032 6.84934C15.6032 8.32086 14.4107 9.51332 12.9391 9.51332Z fill#F9763A/> /g> defs> clipPath idclip0_3201_897> rect width26 height32 fillwhite/> /clipPath> /defs> /svg> div classloading-text>Carregando.../div> /div> !-- React Root --> div idroot>/div> !-- Splash Screen Hide Script --> script> // Fallback to hide splash screen after a maximum time setTimeout(function() { const splash document.getElementById(splash-screen); if (splash) { splash.classList.add(fade-out); setTimeout(function() { splash.style.display none; }, 300); } }, 5000); // Hide after 5 seconds maximum // Also hide when React mounts (backup method) const observer new MutationObserver(function(mutations) { const root document.getElementById(root); if (root && root.children.length > 0) { const splash document.getElementById(splash-screen); if (splash) { splash.classList.add(fade-out); setTimeout(function() { splash.style.display none; }, 300); observer.disconnect(); } } }); const root document.getElementById(root); if (root) { observer.observe(root, { childList: true, subtree: true }); } /script> !-- Analytics Scripts - Load after page content --> !-- Mixpanel SDK (async) --> script> window.MIXPANEL_CUSTOM_LIB_URL https://events-mp.assis.co/lib.min.js; /script> script idmixpanel-script async> (function (f, b) { if (!b.__SV) { var e, g, i, h; window.mixpanel b; b._i ; b.init function (e, f, c) { function g(a, d) { var b d.split(.); 2 b.length && ((a ab0), (d b1)); ad function () { a.push(d.concat(Array.prototype.slice.call(arguments, 0))); }; } var a b; undefined ! typeof c ? (a bc ) : (c mixpanel); a.people a.people || ; a.toString function (a) { var d mixpanel; mixpanel ! c && (d + . + c); a || (d + (stub)); return d; }; a.people.toString function () { return a.toString(1) + .people (stub); }; i disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking start_batch_senders people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove.split( ); for (h 0; h i.length; h++) g(a, ih); var j set set_once union unset remove delete.split( ); a.get_group function () { function b(c) { dc function () { call2_args arguments; call2 c.concat(Array.prototype.slice.call(call2_args, 0)); a.push(e, call2); }; } for ( var d {}, e get_group.concat( Array.prototype.slice.call(arguments, 0)), c 0; c j.length; c++) b(jc); return d; }; b._i.push(e, f, c); }; b.__SV 1.2; e f.createElement(script); e.type text/javascript; e.async !0; e.src undefined ! typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : file: f.location.protocol && //cdn.mxpnl.com/libs/mixpanel-2-latest.min.js.match(/^\/\//) ? https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js : //cdn.mxpnl.com/libs/mixpanel-2-latest.min.js; g f.getElementsByTagName(script)0; g.parentNode.insertBefore(e, g); } })(document, window.mixpanel || ); /script> !-- DataDog RUM SDK (async) --> script async iddatadog-rum srchttps://events-ddrum.assis.co/datadog-rum.js crossorigin>/script> script> (function(){var wwindow;var icw.Intercom;if(typeof icfunction){ic(reattach_activator);ic(update,w.intercomSettings);}else{var ddocument;var ifunction(){i.c(arguments);};i.q;i.cfunction(args){i.q.push(args);};w.Intercomi;var lfunction(){var sd.createElement(script);s.typetext/javascript;s.asynctrue;s.srchttps://widget.intercom.io/widget/qyl7eude;var xd.getElementsByTagName(script)0;x.parentNode.insertBefore(s,x);};if(document.readyStatecomplete){l();}else if(w.attachEvent){w.attachEvent(onload,l);}else{w.addEventListener(load,l,false);}}})(); /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
]