Help
RSS
API
Feed
Maltego
Contact
Domain > staging.lending.py.tigomoney.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-12-22
99.84.238.194
(
ClassC
)
2026-01-25
18.161.6.106
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sun, 25 Jan 2026 10:54:19 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://staging.lending.py.tigomoney.com/X-Cache: Redirect from cloudfrontVia: 1.1 e92cc925fc8895560cd0628c67f58828.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: Rl15cDwjXXv1D5nGznwCMRoBRXqC-0IPGKHVOyIX44ZPnl0Imt02fg 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: 7035Connection: keep-aliveDate: Sun, 25 Jan 2026 10:54:19 GMTCache-Control: public, max-age0, s-maxage2Server: AmazonS3Accept-Ranges: bytesETag: fc32aa0de3308029bd91afa94e17d73aLast-Modified: Wed, 15 Nov 2023 21:38:56 GMTX-Cache: Miss from cloudfrontVia: 1.1 8ead054384c1626556ee4410cad35692.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: 33im6MNQpvpd9iw1xOSDVkAcSbw79qVEzbfou5h40pfwZKFUAqHY3Q !DOCTYPE html>html>head> !-- If you are serving your web app in a path other than the root, change the href value below to reflect the base path you are serving from. The path provided below has to start and end with a slash / in order for it to work correctly. For more details: * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base This is a placeholder for base href that will be replaced by the value of the `--base-href` argument provided to `flutter build`. --> base href/> meta charsetUTF-8> meta contentIEEdge http-equivX-UA-Compatible> meta namedescription contentAmigo Tigo> !-- iOS meta tags & icons --> meta nameapple-mobile-web-app-capable contentyes> meta nameapple-mobile-web-app-status-bar-style contentblack> meta nameapple-mobile-web-app-title contentAmigo Tigo> link relapple-touch-icon hreficons/icon.svg> !-- Favicon --> link relicon typeimage/svg hreficons/icon.svg/> title>Amigo Tigo/title> link relmanifest hrefmanifest.json> script srcchannelscript.js>/script>script> window.iswebview { isWB : false } function setIsWebView(data) { window.iswebview.isWB data; console.log(window.iswebview.isWB, data); } function getIsWebView(){ return window.iswebview.isWB } window.geolocation { latitude: 0.0, longitude: 0.0 } function getLatitude() { return geolocation.latitude.toString(); } function getLongitude() { return geolocation.longitude.toString(); } function getGeolocation() { return { latitude: geolocation.latitude.toString(), longitude: geolocation.longitude.toString() }; } function setgeolocation(latitude, longitude) { geolocation.latitude latitude; geolocation.longitude longitude; console.log(longitude, latitude); } function loadSegmentAnalytics(secretValue) { secretValue secretValue.replace(//gi, ); //console.log(loading analytics: + secretValue); if (secretValue ! ) { var analytics window.analytics window.analytics || ; if (!analytics.initialize) if (analytics.invoked) window.console && console.error && console.error(Segment snippet included twice.); else { analytics.invoked !0; analytics.methods trackSubmit, trackClick, trackLink, trackForm, pageview, identify, reset, group, track, ready, alias, debug, page, once, off, on, addSourceMiddleware, addIntegrationMiddleware, setAnonymousId, addDestinationMiddleware; analytics.factory function (e) { return function () { var t Array.prototype.slice.call(arguments); t.unshift(e); analytics.push(t); return analytics } }; for (var e 0; e analytics.methods.length; e++) { var key analytics.methodse; analyticskey analytics.factory(key) } analytics.load function (key, e) { var t document.createElement(script); t.type text/javascript; t.async !0; t.src https://cdn.segment.com/analytics.js/v1/ + key + /analytics.min.js; var n document.getElementsByTagName(script)0; n.parentNode.insertBefore(t, n); analytics._loadOptions e }; analytics.SNIPPET_VERSION 4.15.3; analytics._writeKey secretValue; analytics.load(secretValue); } } } function closeWindow() { window.close(); return window.closed; } function isWindowClosed() { return window.closed; } function getUserAgent() { return window.navigator.userAgent.toString().toLowerCase(); } function getPlatform() { var platform window.navigator.platform; return platform null ? : platform.toLowerCase(); } function getMaxTouchPoints() { return window.navigator.maxTouchPoints; }/script>/head>body> !-- This script installs service_worker.js to provide PWA functionality to application. For more information, see: https://developers.google.com/web/fundamentals/primers/service-workers --> script> var serviceWorkerVersion 2024021506; var scriptLoaded false; function loadMainDartJs() { if (scriptLoaded) { return; } scriptLoaded true; var scriptTag document.createElement(script); scriptTag.src main.dart.js?version1; scriptTag.type application/javascript; document.body.append(scriptTag); } if (serviceWorker in navigator) { // Service workers are supported. Use them. window.addEventListener(load, function () { // Wait for registration to finish before dropping the script> tag. // Otherwise, the browser will load the script multiple times, // potentially different versions. var serviceWorkerUrl flutter_service_worker.js?v + serviceWorkerVersion; navigator.serviceWorker.register(serviceWorkerUrl) .then((reg) > { function waitForActivation(serviceWorker) { serviceWorker.addEventListener(statechange, () > { if (serviceWorker.state activated) { console.log(Installed new service worker.); loadMainDartJs(); } }); } if (!reg.active && (reg.installing || reg.waiting)) { // No active web worker and we have installed or are installing // one for the first time. Simply wait for it to activate. waitForActivation(reg.installing || reg.waiting); } else if (!reg.active.scriptURL.endsWith(serviceWorkerVersion)) { // When the app updates the serviceWorkerVersion changes, so we // need to ask the service worker to update. console.log(New service worker available.); reg.update(); waitForActivation(reg.installing); } else { // Existing service worker is still good. console.log(Loading app from service worker.); loadMainDartJs(); } }); // If service worker doesnt succeed in a reasonable amount of time, // fallback to plaint script> tag. setTimeout(() > { if (!scriptLoaded) { console.warn( Failed to load app from service worker. Falling back to plain script> tag., ); loadMainDartJs(); } }, 4000); }); } else { // Service workers not supported. Just drop the script> tag. loadMainDartJs(); } window.addEventListener(beforeinstallprompt, function (e) { e.preventDefault(); return 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
]