Kestrel
tcp/443 tcp/80
Microsoft-IIS 10.0
tcp/443 tcp/80
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1aad03549f689e1907155ff13e2da7f0fe2da7f0fe2da7f0f
Public Swagger UI/API detected at path: /swagger/index.html - sample paths: GET /Reports/Counts GET /Reports/Details GET /Reports/NewPartial
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd12ec8532c2ec8532c2ec8532c2ec8532c2ec8532c2ec8532c
Public Swagger UI/API detected at path: /swagger/index.html
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1aad03549e9e118992b253c3eef2fbb53ca4cd8585268a4d2
Public Swagger UI/API detected at path: /swagger/index.html - sample paths: GET /api/MobileAuthentication/account GET /api/MobileAuthentication/current-stored-data GET /api/MobileAuthentication/service-status POST /api/MobileAuthentication/create-account POST /api/MobileAuthentication/login POST /api/MobileAuthentication/password-reset POST /api/MobileAuthentication/start-password-reset POST /api/MobileAuthentication/update-stored-data POST /api/MobileAuthentication/validate-email
Open service 40.86.86.144:443 · deliver-api-uat.synapsehealth.com
2026-02-04 06:12
HTTP/1.1 200 OK
Content-Length: 2334
Connection: close
Content-Type: text/html
Date: Wed, 04 Feb 2026 06:12:37 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "1dc9525084f191e"
Last-Modified: Tue, 03 Feb 2026 15:52:00 GMT
Set-Cookie: ARRAffinity=f03c4b830ed10b4aedd936f0021d9d53324926252674af56ce9fad02dcff577e;Path=/;HttpOnly;Secure;Domain=deliver-api-uat.synapsehealth.com
Set-Cookie: ARRAffinitySameSite=f03c4b830ed10b4aedd936f0021d9d53324926252674af56ce9fad02dcff577e;Path=/;HttpOnly;SameSite=None;Secure;Domain=deliver-api-uat.synapsehealth.com
Strict-Transport-Security: max-age=5184000; includeSubDomains
Request-Context: appId=cid-v1:61f12c3e-82b5-48d3-9e89-2f9fe00879d2
x-correlation-id: 1813722c-3c9e-4bad-a86a-1b5ace63eaab
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Referrer-Policy: strict-origin-when-cross-origin
Content-Security-Policy: object-src 'none'; form-action 'self'; frame-ancestors 'none'
Permissions-Policy: accelerometer=(), autoplay=(), camera=(), encrypted-media=(), fullscreen=*, geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), sync-xhr=(), usb=()
X-Powered-By: ASP.NET
Page title: Synapse Delivery API
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Synapse Delivery API</title>
<style>
body {
background-color: #f5f5f5;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
h1 {
color: #444444;
font-size: 28px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 20px;
}
.btn {
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
color: #444444;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
height: 150px;
margin: 10px;
text-align: center;
text-decoration: none;
transition: all 0.2s ease-in-out;
width: 150px;
}
.btn:hover {
background-color: #f5f5f5;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.icon {
font-size: 50px;
margin-bottom: 10px;
}
.swagger-icon:before {
content: url('./icons/swagger.svg');
}
.healthcheck-dashboard-icon:before {
content: url('./icons/healthcheck-dashboard.svg');
}
.healthcheck-icon:before {
content: url('./icons/simple-healthcheck.svg');
}
</style>
</head>
<body>
<h1>Synapse Delivery API</h1>
<div class="container">
<a href="./swagger" class="btn">
<div class="icon swagger-icon"></div>
<div>Swagger</div>
</a>
<a href="./healthcheck-dashboard" class="btn">
<div class="icon healthcheck-dashboard-icon"></div>
<div>Health Check Dashboard</div>
</a>
<a href="./healthcheck" class="btn">
<div class="icon healthcheck-icon"></div>
<div>Simple Health Check</div>
</a>
</div>
</body>
</html>
Open service 40.86.86.144:443
2026-01-26 22:32
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Mon, 26 Jan 2026 22:32:46 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:80 · domaindata.licensing.microsoft.com
2026-01-26 14:20
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 26 Jan 2026 14:20:56 GMT Location: https://domaindata.licensing.microsoft.com/
Open service 40.86.86.144:443 · domaindata.licensing.microsoft.com
2026-01-26 14:20
HTTP/1.1 404 Not Found Content-Length: 103 Connection: close Content-Type: text/html Date: Mon, 26 Jan 2026 14:20:57 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=faf3a2d5b9e7f5f2005e862c8cf5071a68f8b4d325d775d6b7863ab2bab4c68c;Path=/;HttpOnly;Secure;Domain=domaindata.licensing.microsoft.com Set-Cookie: ARRAffinitySameSite=faf3a2d5b9e7f5f2005e862c8cf5071a68f8b4d325d775d6b7863ab2bab4c68c;Path=/;HttpOnly;SameSite=None;Secure;Domain=domaindata.licensing.microsoft.com X-Powered-By: ASP.NET The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Open service 40.86.86.144:443 · productcatalog.licensing.microsoft.com
2026-01-26 13:37
HTTP/1.1 404 Not Found Content-Length: 103 Connection: close Content-Type: text/html Date: Mon, 26 Jan 2026 13:37:42 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=65a94486ed846ec01fb0464a7576bd4ef2ffb6bdab9407964ea945696d112eec;Path=/;HttpOnly;Secure;Domain=productcatalog.licensing.microsoft.com Set-Cookie: ARRAffinitySameSite=65a94486ed846ec01fb0464a7576bd4ef2ffb6bdab9407964ea945696d112eec;Path=/;HttpOnly;SameSite=None;Secure;Domain=productcatalog.licensing.microsoft.com X-Powered-By: ASP.NET The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Open service 40.86.86.144:80 · productcatalog.licensing.microsoft.com
2026-01-26 13:37
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 26 Jan 2026 13:37:41 GMT Location: https://productcatalog.licensing.microsoft.com/
Open service 40.86.86.144:443 · b2b.licensing.microsoft.com
2026-01-26 11:16
HTTP/1.1 401 Unauthorized Content-Length: 0 Connection: close Date: Mon, 26 Jan 2026 11:16:48 GMT Server: Microsoft-IIS/10.0 Cache-Control: no-cache Expires: -1 Pragma: no-cache Set-Cookie: ARRAffinity=dde4851775c7403d2b4f502c9c3aa9585e678947d91287eb720d59df4ec13b9c;Path=/;HttpOnly;Secure;Domain=b2b.licensing.microsoft.com Set-Cookie: ARRAffinitySameSite=dde4851775c7403d2b4f502c9c3aa9585e678947d91287eb720d59df4ec13b9c;Path=/;HttpOnly;SameSite=None;Secure;Domain=b2b.licensing.microsoft.com WWW-Authenticate: Bearer error="invalid_token" TrackingID: 0299dfe4-c10b-4187-b748-3bfe326e599a X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · b2b.licensing.microsoft.com
2026-01-26 11:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 26 Jan 2026 11:16:47 GMT Location: https://b2b.licensing.microsoft.com/
Open service 40.86.86.144:443 · v3-api.jifulive.com
2026-01-24 08:39
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sat, 24 Jan 2026 08:40:19 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fe61ef30b222b0064b095685b9f27957963331976ee6eab25693465bd5ab6695;Path=/;HttpOnly;Domain=v3-api.jifulive.com
Set-Cookie: ARRAffinity=bc706eaf79381a64b640e30eb1b820b5dc13e68ec8465de92abfccc9627ecf36;Path=/;HttpOnly;Secure;Domain=v3-api.jifulive.com
Set-Cookie: ARRAffinitySameSite=bc706eaf79381a64b640e30eb1b820b5dc13e68ec8465de92abfccc9627ecf36;Path=/;HttpOnly;SameSite=None;Secure;Domain=v3-api.jifulive.com
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
Request-Context: appId=cid-v1:106cfc45-960a-4be0-ab4b-f18b05b7758d
X-Powered-By: ASP.NET
Page title: Home Page - JifuLive - V3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home Page - JifuLive - V3</title>
<link rel="stylesheet" href="/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/site.css?v=j6fhJSuuyLpOSLuPJU0TsDV0iNjor5S3rDnvxJrt4bg" />
<link rel="stylesheet" href="/JifuLive_Server.styles.css" />
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c]);var u=T[c];T[c]=function(e,t,n,a,i){var r=u&&u(e,t,n,a,i);return!0!==r&&m["_"+c]({message:e,url:t,lineNumber:n,columnNumber:a,error:i}),r},d.autoExc
Open service 40.86.86.144:80 · v3-api.jifulive.com
2026-01-24 08:39
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 24 Jan 2026 08:40:19 GMT Location: https://v3-api.jifulive.com/
Open service 40.86.86.144:80 · endpoint.postercompliance.com
2026-01-24 07:44
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 24 Jan 2026 07:45:25 GMT Location: https://endpoint.postercompliance.com/
Open service 40.86.86.144:443 · endpoint.postercompliance.com
2026-01-24 07:44
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Sat, 24 Jan 2026 07:45:25 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=33e53efcb602cae91a1897e879cec98c196c076eb356b382ef73d65c08943f25;Path=/;HttpOnly;Secure;Domain=endpoint.postercompliance.com Set-Cookie: ARRAffinitySameSite=33e53efcb602cae91a1897e879cec98c196c076eb356b382ef73d65c08943f25;Path=/;HttpOnly;SameSite=None;Secure;Domain=endpoint.postercompliance.com Request-Context: appId=cid-v1:470f13e2-6b3d-464b-a16c-6f9e63f784fe X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · testcrm.porkapi.org
2026-01-24 07:43
HTTP/1.1 403 Forbidden Content-Length: 58 Connection: close Content-Type: text/html Date: Sat, 24 Jan 2026 07:44:15 GMT Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET You do not have permission to view this directory or page.
Open service 40.86.86.144:80 · testcrm.porkapi.org
2026-01-24 07:43
HTTP/1.1 403 Forbidden Content-Length: 58 Connection: close Content-Type: text/html Date: Sat, 24 Jan 2026 07:44:15 GMT Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET You do not have permission to view this directory or page.
Open service 40.86.86.144:443 · test.manga.ag
2026-01-24 07:41
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Sat, 24 Jan 2026 07:41:57 GMT Server: Microsoft-IIS/10.0 Location: \login Set-Cookie: ARRAffinity=597fa865f1cd422156a534f738cbe8e5a3f46d50af9616c5faf42cfee45a2c35;Path=/;HttpOnly;Secure;Domain=test.manga.ag Set-Cookie: ARRAffinitySameSite=597fa865f1cd422156a534f738cbe8e5a3f46d50af9616c5faf42cfee45a2c35;Path=/;HttpOnly;SameSite=None;Secure;Domain=test.manga.ag Strict-Transport-Security: max-age=2592000 X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · test.manga.ag
2026-01-24 07:41
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 24 Jan 2026 07:41:55 GMT Location: https://test.manga.ag/
Open service 40.86.86.144:443 · mitchelsellers.com
2026-01-24 05:51
HTTP/1.1 200 OK
Content-Length: 21084
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sat, 24 Jan 2026 05:51:43 GMT
Server: Microsoft-IIS/10.0
Age: 9
Cache-Control: public,max-age=1200
Strict-Transport-Security: max-age=2592000
X-Powered-By: ASP.NET
Page title: Leader, Guru, Expert, Consultant, Speaker | Mitchel Sellers
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Leader, Guru, Expert, Consultant, Speaker | Mitchel Sellers</title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.mitchelsellers.com/blog/rss">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/style.min.css?v=lWL-0j0qruy0qaoXYDVk4WAd-vMjkRICW7tW3OYhNvo">
<link rel="preload" href="/fonts/Lato-LightItalic.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/Lato-Regular.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/Lato-Light.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/Lato-Italic.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/fontello.woff2" as="font" type="font/woff2" crossorigin />
<link rel="canonical" href="https://mitchelsellers.com/" />
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-biqai-8IcAOB1KuXozugv.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
</head>
<body>
<a class="sr-only sr-only-focusable" href="#main">Skip to main content</a>
<header class="">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/images/logo.png" width="38" height="30" class="d-inline-block align-top" alt="Mitchel Sellers Logo">
Mitchel Sellers
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/speaking">Speaking</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/consulting">Consulting </a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main role="main" id="main" tabindex="-1">
<section class="home-hero">
<div class="hero-overlay"></div>
<div class="hero-content p-90 container">
<h1 class="hero-heading">.NET & DNN</h1>
<ul class="hero-subheads">
<li>Leader</li>
<li>Guru</li>
<li>Expert</li>
<li>Consultant</li>
<li>Speaker</li>
</ul>
<a class="btn btn-lg btn--outline btn--outline--shadow" href="/contact">Hire Mitch</a>
</div>
</section>
<section class="affiliations bg-gray-xlight p-90">
<h2 class="sr-only">Professional Honors</h2>
<div class="container">
<div class="row">
<div class="col-12 col-sm-4">
<picture>
<source type="image/webp" srcset="/images/microsoft-mvp.webp">
<source type="image/png" srcset="/images/microsoft-mvp.png">
Open service 40.86.86.144:80 · mitchelsellers.com
2026-01-24 05:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 24 Jan 2026 05:51:41 GMT Location: https://mitchelsellers.com/
Open service 40.86.86.144:443 · sandbox.thecreditpeople.com
2026-01-23 16:45
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 23 Jan 2026 16:45:37 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=02f495fc5cf9770e407f57011ddcac06d736476d11f2deeb46c3ba87332cd372;Path=/;HttpOnly;Secure;Domain=sandbox.thecreditpeople.com Set-Cookie: ARRAffinitySameSite=02f495fc5cf9770e407f57011ddcac06d736476d11f2deeb46c3ba87332cd372;Path=/;HttpOnly;SameSite=None;Secure;Domain=sandbox.thecreditpeople.com Strict-Transport-Security: max-age=7776000; includeSubDomains; preload Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff X-Frame-Options: DENY X-Permitted-Cross-Domain-Policies: none X-XSS-Protection: 1; mode=block Expect-CT: max-age=0, enforce, report-uri="https://example.report-uri.com/r/d/ct/enforce" Feature-Policy: accelerometer 'none';ambient-light-sensor 'none';autoplay 'none';battery 'none';camera 'none';display-capture 'none';document-domain 'none';encrypted-media 'none';execution-while-not-rendered 'none';execution-while-out-of-viewport 'none';gyroscope 'none';magnetometer 'none';microphone 'none';midi 'none';navigation-override 'none';payment 'none';picture-in-picture 'none';publickey-credentials-get 'none';sync-xhr 'none';usb 'none';wake-lock 'none';xr-spatial-tracking 'none'; Content-Security-Policy: base-uri 'none';block-all-mixed-content;child-src 'none';connect-src 'none';default-src 'none';font-src 'none';form-action 'none';frame-ancestors 'none';frame-src 'none';img-src 'none';manifest-src 'none';media-src 'none';object-src 'none';sandbox;script-src 'none';script-src-attr 'none';script-src-elem 'none';style-src 'none';style-src-attr 'none';style-src-elem 'none';upgrade-insecure-requests;worker-src 'none'; X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · api.veomr.com
2026-01-23 15:48
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 23 Jan 2026 15:48:46 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=ad998260951f91a5d65447293cbf3734a61cf70683da268d9a61e952dc17133c;Path=/;HttpOnly;Secure;Domain=api.veomr.com Set-Cookie: ARRAffinitySameSite=ad998260951f91a5d65447293cbf3734a61cf70683da268d9a61e952dc17133c;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.veomr.com Request-Context: appId=cid-v1:26eefb89-df06-4ce7-8d4e-d1ec8bc32d53 X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · www.simplefrat.com
2026-01-23 14:12
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 23 Jan 2026 14:13:00 GMT
Server: Microsoft-IIS/10.0
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
X-XSS-Protection: 1; mode=block
X-Frame-Options: Deny
Referrer-Policy: no-referrer-when-downgrade
X-Powered-By: ASP.NET
Page title: SimpleFRAT - Flight Risk Assessments Made Easy
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<title>SimpleFRAT - Flight Risk Assessments Made Easy</title>
<script type="module" crossorigin src="/assets/index-Cl6z9c6b.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bp44TV0A.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 40.86.86.144:443 · www.sotecpm.com
2026-01-23 13:44
HTTP/1.1 200 OK
Content-Length: 109238
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 23 Jan 2026 13:45:26 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=48150d0b3a2296d7faeadabebde46722f7828813c4e4401abb010e532d7be4f3;Path=/;HttpOnly;Secure;Domain=www.sotecpm.com
Set-Cookie: ARRAffinitySameSite=48150d0b3a2296d7faeadabebde46722f7828813c4e4401abb010e532d7be4f3;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.sotecpm.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://www.sotecpm.com/wp-json/>; rel="https://api.w.org/"
Link: <https://www.sotecpm.com/wp-json/wp/v2/pages/59>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://www.sotecpm.com/>; rel=shortlink
Page title: Home - Sotec - Soluciones en Tecnología PM
<!DOCTYPE html>
<html lang="es" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="google-site-verification" content="spFXJdVyAta7tZLKbkxCGHDVtX7Jyif6ZzM9bl4CdEM" />
<style>
/* Header */
/* Site Title & Tagline */
.site-title a{
color: #ffffff;
}
.site-title a:hover{
color: #0071cd;
}
.navbar p.site-description{
color: #acacac;
}
/* Primary Menu */
.navbar.custom .nav .nav-item .nav-link,body .navbar .nav .nav-item .nav-link,body .navbar.navbar1 .nav .nav-item .nav-link {
color: #ffffff;
}
.navbar.custom .nav .nav-item:hover .nav-link,body .navbar .nav .nav-item:hover .nav-link, .navbar.custom .nav .nav-item.active .nav-link:hover,body .navbar .nav .nav-item.active .nav-link:hover {
color: #0071cd;
}
.nav.navbar-nav a.dropdown-item:hover {
color: #0071cd!important;
}
.navbar ul li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
.navbar .nav li.active .nav-link .menu-text:after{
background:#0071cd!important;
width: 100%;
}
/*.navbar.custom .nav .nav-item.active.current_page_ancestor .nav-link,body .navbar .nav .nav-item.active .nav-link {
background-color: #0071cd!important;
}*/
.navbar.custom .nav .nav-item.active .nav-link,body .navbar .nav .nav-item.active .nav-link {
color: #ffffff!important;
}
/* Submenus */
.nav.navbar-nav .dropdown-item, .nav.navbar-nav .dropdown-menu {
background-color: #000000;
}
.nav.navbar-nav a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu a.dropdown-item{
color: #ffffff!important;
}
.nav.navbar-nav a.dropdown-item:hover,.nav.navbar-nav ul.dropdown-menu .current_page_item.active a.dropdown-item,.nav.navbar-nav a.bg-light.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu li.active a.dropdown-item, body .navbar-nav:not(.sm-collapsible) .sm-nowrap > li.show > .dropdown-item , body .navbar .nav .nav-item .dropdown:hover > a{
color: #0071cd !important;
}
.navbar ul.dropdown-menu li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
body .navbar .nav .nav-item.active li.active a.dropdown-item .nav-link:hover{
color: #ffffff!important;
}
.nav.navbar-nav .dropdown-item:focus, .nav.navbar-nav .dropdown-item:hover
{
background-color: transparent;
}
/* Banner */
.page-title-section .page-title h1{
color: #ffffff !Important;
}
/* Breadcrumb */
/* Content */
/* Sidebar */
/* Footer Widgets */
.site-footer p {
color: #fff;
}
.cart-header {
border-left: 1px solid #747474;
padding: 0 0 0 0.5rem;
}
.custom-logo{width: 162px; height: auto;}
.spiko_header_btn{ -webkit-border-radius: 0px;border-radius: 0px;}
#content .container{max-width: 1140px;}
#wrapper .site-footer .container{max-width: 1140px;}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v20.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - Sotec - Soluciones en Tecnología PM</title>
<link rel="canonical" href="https://www.sotecpm.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type"
Open service 40.86.86.144:443 · sotecpm.com
2026-01-23 13:37
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 23 Jan 2026 13:38:10 GMT Server: Microsoft-IIS/10.0 Location: https://www.sotecpm.com/ Set-Cookie: ARRAffinity=48150d0b3a2296d7faeadabebde46722f7828813c4e4401abb010e532d7be4f3;Path=/;HttpOnly;Secure;Domain=sotecpm.com Set-Cookie: ARRAffinitySameSite=48150d0b3a2296d7faeadabebde46722f7828813c4e4401abb010e532d7be4f3;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotecpm.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · travel-sso.jifu.com
2026-01-23 11:14
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 23 Jan 2026 11:15:29 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=8c538d13d1246ed37f8f4af70f104a8538e526df673dfcab67241355b1683dfe;Path=/;HttpOnly;Secure;Domain=travel-sso.jifu.com
Set-Cookie: ARRAffinitySameSite=8c538d13d1246ed37f8f4af70f104a8538e526df673dfcab67241355b1683dfe;Path=/;HttpOnly;SameSite=None;Secure;Domain=travel-sso.jifu.com
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:bb6fd52b-e10f-4ddc-b587-83764b6c1d4f
X-Powered-By: ASP.NET
<div style="text-align:center">
<h1>Exigo Authenticator</h1>
<h2>You are currently pointing to the Live server</h2>
</div>
<div style="text-align:center">
<span>In order to access the API's click here:</span>
<a href="https://travel-sso.jifu.com/swagger">Swagger</a>
</div>
Open service 40.86.86.144:443 · libertysystemsllc.com
2026-01-23 07:04
HTTP/1.1 200 OK
Content-Length: 186090
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 23 Jan 2026 07:04:56 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=6ba0578e6ad971829efe59946e660efe4c0e298869f63f364fa677eee36465ab;Path=/;HttpOnly;Secure;Domain=libertysystemsllc.com
Set-Cookie: ARRAffinitySameSite=6ba0578e6ad971829efe59946e660efe4c0e298869f63f364fa677eee36465ab;Path=/;HttpOnly;SameSite=None;Secure;Domain=libertysystemsllc.com
x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://libertysystemsllc.com/wp-json/>; rel="https://api.w.org/"
Link: <https://libertysystemsllc.com/wp-json/wp/v2/pages/4442>; rel="alternate"; type="application/json"
Link: <https://libertysystemsllc.com/>; rel=shortlink
Page title: Liberty Systems, LLC – Liberty Systems
<!DOCTYPE html>
<html class="avada-html-layout-boxed avada-html-header-position-top avada-html-has-bg-image" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Liberty Systems, LLC – Liberty Systems</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Feed" href="https://libertysystemsllc.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Comments Feed" href="https://libertysystemsllc.com/comments/feed/" />
<link rel="shortcut icon" href="/wp-content/uploads/2017/05/favicon.ico" type="image/x-icon" />
<meta property="og:title" content="AL Home"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://libertysystemsllc.com/"/>
<meta property="og:site_name" content="Liberty Systems, LLC"/>
<meta property="og:description" content=""Ken was the first person to reach out to me when I was first elected in November 2010, and knew nothing about elections. He told me not to worry and that he would take care of everything. So I took his word for it then; and to this day, I still don't worry about elections"/>
<meta property="og:image" content="/wp-content/uploads/2017/05/LibertySystemsLogo.png"/>
<link rel='stylesheet' id='fontawesome-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css?ver=1.3.9' type='text/css' media='all' />
<!--[if IE 7]>
<link rel='stylesheet' id='fontawesome-ie-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css?ver=1.3.9' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='fusion-dynamic-css-css' href='/wp-content/uploads/fusion-styles/d0bf0283757e007102d1b819c4902db6.min.css?ver=3.11.5' type='text/css' media='all' />
<style>
/* Accessible for screen readers but hidden from view */
.fa-hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
.rtl .fa-hidden { left:10000px; }
.fa-showtext { margin-right: 5px; }
</style>
<script type="text/javascript" src="https://libertysystemsllc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<link rel="https://api.w.org/" href="https://libertysystemsllc.com/wp-json/" /><link rel="alternate" type="application/json" href="https://libertysystemsllc.com/wp-json/wp/v2/pages/4442" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://libertysystemsllc.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.4.7" />
<link rel="canonical" href="https://libertysystemsllc.com/" />
<link rel='shortlink' href='https://libertysystemsllc.com/' />
<link rel="alternate" type="application/json+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F&format=xml" />
<style type="text/css" id="css-fb-visibility">@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}body .sm-text-align-center{text-align:center !important;}body .sm-text-align-left{text-align:left !important;}body .sm-text-align-right{text-align:right !important;}body .sm-flex-align-center{justify-content:center !important;}body .sm-flex-align-flex-start{justify-content:flex-start !important;}body .sm-flex-align-flex-end{justify-content:flex-end !important;}body .sm-mx-auto{margin-left:auto !important;margin-right:auto !important;}body .sm-ml-auto{margin-left:auto !important;}body .sm-mr-auto{margin-right:auto !important;}body .fusion-absolute-position-sma
Open service 40.86.86.144:443 · www.blic3.com
2026-01-23 03:49
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 23 Jan 2026 03:50:28 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · blic3.mx
2026-01-23 01:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 23 Jan 2026 01:07:49 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · ephelix.trutypes.com
2026-01-22 23:27
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Thu, 22 Jan 2026 23:28:04 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=c977240ff0d772f040f7a95d19ed7d2713fc24a28db20c60e2f93ed8fe397745;Path=/;HttpOnly;Secure;Domain=ephelix.trutypes.com
Set-Cookie: ARRAffinitySameSite=c977240ff0d772f040f7a95d19ed7d2713fc24a28db20c60e2f93ed8fe397745;Path=/;HttpOnly;SameSite=None;Secure;Domain=ephelix.trutypes.com
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:c4d6e130-0eee-4f9e-9a40-9e9edb6ebbae
X-Powered-By: ASP.NET
Page title: - ePhelixePhelix Login
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> - ePhelix</title>
<!-- ✅ Use Bootstrap 5.3.3 CSS (CDN) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/site.css?v=9JGLfj1tYVhIpCVu06cgWgpfDw7KgWwWJ_yO8iLLd-0" />
<link rel="stylesheet" href="/ePhelix.styles.css?v=7NFNY_DmkWhlWnzPWJalonksX9NN0ovhWx9R41WaIzA" />
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c]);var u=T[c];T[c]=function(e,t,n,a,i){var r=u&&u(e,t,n,a,i);return!0!==r&&m["_
Open service 40.86.86.144:443 · qa.firstcommand.com
2026-01-22 22:23
HTTP/1.1 302 Redirect Content-Length: 501 Connection: close Content-Type: text/html; charset=UTF-8 Date: Thu, 22 Jan 2026 22:24:06 GMT Access-Control-Expose-Headers: Request-Context Cache-Control: no-cache Location: https://login.windows.net/b559ff05-4aa5-48bc-8258-0535dc273e7b/oauth2/authorize?response_type=id_token&redirect_uri=https%3A%2F%2Fqa.firstcommand.com%2F.auth%2Flogin%2Faad%2Fcallback&client_id=3f039727-eddd-462d-8ca1-2e23cea55696&scope=openid+profile+email&response_mode=form_post&nonce=b3f6592e16cd4905a9e669d211638301_20260122222907&state=redir%3D%252F Set-Cookie: Nonce=LsQTd3ffmzwuSAnUg7DlxmwAzfdUgKRPaaqmPcuu/Tpbx9Dh0hp6BPM2jJpU2sWcjPJ05Hj/pc3LiyyJ1UOJYEbD8TLFI9kRb6uO5maGS0m7lQS+deD3L9CoqHrbafEa; path=/; secure; HttpOnly; SameSite=None Strict-Transport-Security: max-age=31536000; includeSubDomains x-ms-middleware-request-id: 16369611-98df-4607-80ac-19f4f9bd2547 Request-Context: appId=cid-v1:2e1f89e8-d690-4b01-8144-3a9911d170a0 X-Powered-By: ASP.NET Page title: Document Moved <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/b559ff05-4aa5-48bc-8258-0535dc273e7b/oauth2/authorize?response_type=id_token&redirect_uri=https%3A%2F%2Fqa.firstcommand.com%2F.auth%2Flogin%2Faad%2Fcallback&client_id=3f039727-eddd-462d-8ca1-2e23cea55696&scope=openid+profile+email&response_mode=form_post&nonce=b3f6592e16cd4905a9e669d211638301_20260122222907&state=redir%3D%252F">here</a></body>
Open service 40.86.86.144:80 · qa.firstcommand.com
2026-01-22 22:23
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 22 Jan 2026 22:24:05 GMT Location: https://qa.firstcommand.com/
Open service 40.86.86.144:443 · common-login-dev.perimatics.com
2026-01-22 21:48
HTTP/1.1 200 OK
Content-Length: 4803
Connection: close
Content-Type: text/html
Date: Thu, 22 Jan 2026 21:49:13 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "1dc223fb210d4c3"
Last-Modified: Wed, 10 Sep 2025 10:43:08 GMT
Set-Cookie: ARRAffinity=105e151051f0c4ee7395e5228a92138c6193d10be990050e6b1f3aa8311e501a;Path=/;HttpOnly;Secure;Domain=common-login-dev.perimatics.com
Set-Cookie: ARRAffinitySameSite=105e151051f0c4ee7395e5228a92138c6193d10be990050e6b1f3aa8311e501a;Path=/;HttpOnly;SameSite=None;Secure;Domain=common-login-dev.perimatics.com
X-Powered-By: ASP.NET
Page title: Perimatics - Login
<!doctype html>
<html lang="en" data-beasties-container>
<head>
<meta charset="utf-8">
<title>Perimatics - Login</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/ngx-bootstrap/datepicker/bs-datepicker.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
/* Orbis Colors Start */
.shape4_bgcolor_orbis {
background: #a4c7e9; /* more lighter */
}
.shape3_bgcolor_orbis {
background: linear-gradient(270deg, #579fe5, #88bbed); /* harder lighter */
}
.shape2_bgcolor_orbis {
background: #579fe5; /* harder */
}
.screen_orbis {
background: linear-gradient(90deg, #579fe5, #88bbed); /* harder lighter */
box-shadow: 0px 0px 24px #579fe5; /* harder */
}
.login__submit_orbis {
border: 1px solid #579fe5; /* harder */
color: #579fe5; /* harder */
box-shadow: 0px 2px 2px #579fe5; /* harder */
}
.caption_orbis {
color: #000 !important;
}
.login__submit_orbis:active,
.login__submit_orbis:focus,
.login__submit_orbis:hover {
border-color: #579fe5; /* harder */
outline: none;
}
.versioninfo_orbis {
color: #000 !important;
position: relative;
top: -150px;
font-size: 12px;
left: 145px;
font-weight: bold;
}
.copyright_orbis {
position: relative;
bottom: -80px;
font-size: 11px;
font-weight: 400;
color: #3c2222;
text-align: center
}
/* Orbis Colors End */
/* RevMax Colors Start */
.shape4_bgcolor_revmax {
background: #badbe3; /* more lighter */
}
.shape3_bgcolor_revmax {
background: linear-gradient(270deg, #7daab5, #94c2cd); /* harder lighter */
}
.shape2_bgcolor_revmax {
background: #7daab5; /* harder */
}
.screen_revmax {
background: linear-gradient(90deg, #7daab5, #94c2cd); /* harder lighter */
box-shadow: 0px 0px 24px #7daab5; /* harder */
}
.login__submit_revmax {
border: 1px solid #7daab5; /* harder */
color: #7daab5; /* harder */
box-shadow: 0px 2px 2px #7daab5; /* harder */
}
.caption_revmax {
color: #efff00 !important;
}
.login__submit_revmax:active,
.login__submit_revmax:focus,
.login__submit_revmax:hover {
border-color: #7daab5; /* harder */
outline: none;
}
.versioninfo_revmax {
color: #efff00 !important;
position: relative;
top: -150px;
font-size: 12px;
left: 157px
}
.copyright_revmax {
position: relative;
bottom: -80px;
font-size: 11px;
font-weight: 400;
color: #3c2222;
text-align: center
}
/* RevMax Colors End */
/* Perivision Colors Start */
.shape4_bgcolor_perivision {
background: #d0d2d8; /* more lighter */
}
.shape3_bgcolor_perivision {
background: linear-gradient(270deg, #9699a4, #a3a6b3); /* harder lighter */
}
.shape2_bgcolor_perivision {
background: #9699a4; /* harder */
}
.screen_perivision {
background: linear-gradient(90deg, #9699a4, #a3a6b3); /* harder lighter */
box-shadow: 0px 0px 24px #9699a4; /* harder */
}
.login__submit_perivision {
border: 1px solid #9699a4; /* harder */
color: #9699a4; /* harder */
box-shadow: 0px 2px 2px #9699a4; /* harder */
}
.caption_perivision {
color: #efff00 !important;
}
.login__submit_perivision:active,
.login__submit_perivision:focus,
.login__submit_perivision:hover {
border-color: #9699a4; /* harder */
outline: none;
}
.versioninfo_perivision {
color: #efff00 !important;
position: relative;
top: -150px;
font-size: 12px;
left: 157px
}
.copyright_perivision
Open service 40.86.86.144:80 · salo-apps.com
2026-01-22 18:30
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Thu, 22 Jan 2026 18:31:00 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:443 · salo-apps.com
2026-01-22 18:30
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Thu, 22 Jan 2026 18:31:00 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:443 · fulfill-api-uat.synapsehealth.dev
2026-01-22 16:39
HTTP/1.1 503 Site Unavailable Content-Length: 27 Connection: close Content-Type: text/html Date: Thu, 22 Jan 2026 16:40:02 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=cdc351be97be8a40e52e8986fad58aab2eee42d73ad9ccba6ea70f421e0a99de;Path=/;HttpOnly;Secure;Domain=fulfill-api-uat.synapsehealth.dev Set-Cookie: ARRAffinitySameSite=cdc351be97be8a40e52e8986fad58aab2eee42d73ad9ccba6ea70f421e0a99de;Path=/;HttpOnly;SameSite=None;Secure;Domain=fulfill-api-uat.synapsehealth.dev X-Powered-By: ASP.NET The service is unavailable.
Open service 40.86.86.144:80 · fulfill-api-uat.synapsehealth.dev
2026-01-22 16:39
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 22 Jan 2026 16:40:02 GMT Location: https://fulfill-api-uat.synapsehealth.dev/
Open service 40.86.86.144:80 · deliver-uat.synapsehealth.dev
2026-01-22 16:35
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 22 Jan 2026 16:35:43 GMT Location: https://deliver-uat.synapsehealth.dev/
Open service 40.86.86.144:443 · deliver-uat.synapsehealth.dev
2026-01-22 16:35
HTTP/1.1 503 Site Unavailable Content-Length: 27 Connection: close Content-Type: text/html Date: Thu, 22 Jan 2026 16:35:44 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=cdc351be97be8a40e52e8986fad58aab2eee42d73ad9ccba6ea70f421e0a99de;Path=/;HttpOnly;Secure;Domain=deliver-uat.synapsehealth.dev Set-Cookie: ARRAffinitySameSite=cdc351be97be8a40e52e8986fad58aab2eee42d73ad9ccba6ea70f421e0a99de;Path=/;HttpOnly;SameSite=None;Secure;Domain=deliver-uat.synapsehealth.dev X-Powered-By: ASP.NET The service is unavailable.
Open service 40.86.86.144:443 · fulfill-uat.synapsehealth.dev
2026-01-22 16:35
HTTP/1.1 503 Site Unavailable Content-Length: 27 Connection: close Content-Type: text/html Date: Thu, 22 Jan 2026 16:35:42 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=1d0c681a06992eddd51c0590c7aab4aff3a8781db8ae317e12fed1ffd0d63db1;Path=/;HttpOnly;Secure;Domain=fulfill-uat.synapsehealth.dev Set-Cookie: ARRAffinitySameSite=1d0c681a06992eddd51c0590c7aab4aff3a8781db8ae317e12fed1ffd0d63db1;Path=/;HttpOnly;SameSite=None;Secure;Domain=fulfill-uat.synapsehealth.dev X-Powered-By: ASP.NET The service is unavailable.
Open service 40.86.86.144:80 · fulfill-uat.synapsehealth.dev
2026-01-22 16:35
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 22 Jan 2026 16:35:42 GMT Location: https://fulfill-uat.synapsehealth.dev/
Open service 40.86.86.144:80 · formulario.aap-cr.com
2026-01-13 00:26
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 13 Jan 2026 00:27:51 GMT Location: https://formulario.aap-cr.com/
Open service 40.86.86.144:443 · formulario.aap-cr.com
2026-01-13 00:26
HTTP/1.1 200 OK
Content-Length: 50064
Connection: close
Content-Type: text/html; charset=utf-8
Date: Tue, 13 Jan 2026 00:27:52 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
Set-Cookie: ARRAffinity=3e2e87037c2a7257d8680e2b0ab8cd8db976df4e4cac6c6c35576fcbfacf90d3;Path=/;HttpOnly;Secure;Domain=formulario.aap-cr.com
Set-Cookie: ARRAffinitySameSite=3e2e87037c2a7257d8680e2b0ab8cd8db976df4e4cac6c6c35576fcbfacf90d3;Path=/;HttpOnly;SameSite=None;Secure;Domain=formulario.aap-cr.com
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: AAP Formulario - Formulario AAP
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href="//fonts.googleapis.com/css?family=Metrophobic" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Nova+Flat" rel="stylesheet">
<title>AAP Formulario - Formulario AAP</title>
<script src="/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1"></script>
<!-- css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
<link href="/Content/style.css?v=1.0" rel='stylesheet' type='text/css' media="all" />
<link href="/Content/webflow.css" rel='stylesheet' type='text/css' media="all" />
<link href="/Content/jquery.loading.css" rel="stylesheet" />
<link href="/Content/segment.css" rel="stylesheet" />
</head>
<body>
<div class="container body-content">
<h1 class="header-agileits w3layouts w3 w3l w3ls">
Indicador de Responsabilidad
</h1>
<div class="content-w3ls agileits agileinfo wthree">
<form id="custom-form" action="#" method="post" class="formulario">
<div class="row w-row">
<div class="w-col w-col-2">
<div id="logo">
<a href="http://www.aap.cr/" target="_blank"><img src="/Content/Images/logo-aap-costa-rica.png" alt="AAP" /></a>
</div>
</div>
<div class="w-col w-col-8">
<h4><label class="h4">Datos de Vehículos</label></h4>
</div>
</div>
<div class="divline">
<div class="w-row">
<div class="w-col w-col-12">
<h6>
<label class="h6">
<label class="header" style="text-align:center;font-weight:600;">Vehículo A</label>
</label>
</h6>
</div>
</div>
<div class="w-row">
<div class="w-col w-col-2">
<div class="inputdiv"><label for="txtIdInspeccion1" class="fieldlabel">ID Inspección:</label><input type="text" id="txtIdInspeccion1" name="txtIdInspeccion1" data-name="txtIdInspeccion1" maxlength="15" class="fieldinput w-input input-data-text" required></div>
</div>
<div class="w-col w-col-3">
<div class="inputdiv"><label for="txtFecha1" class="fieldlabel">Fecha:</label><input type="date" id="txtFecha1" name="txtFecha1" data-name="txtFecha1" maxlength="50" class="fieldinput w-input" required></div>
</div>
<div class="w-col w-col-3">
<div class="inputdiv"><label for="txtPlaca1" class="fieldlabel">Placa:</label><input onkeyup="actualizarPlacaA(this)" type="text" id="txtPlaca1" name="txtPlaca1" data-name="txtPlaca1" maxlength="50" class="fieldinput w-input input-data-text" required></div>
</div>
<div class="w-col w-col-4">
<div class="inputdiv">
<label for="ddlAseguradora1" class="fieldlabel">Aseguradora:</label>
<select id="ddlAseguradora1" name="ddlAseguradora1" class="select-field w-select" required>
<option value="">Seleccione...</option>
<option value="1">ASSA</option>
<option value="2">LAFISE</option>
<option value="3">MAPFRE</option>
<option value="4">MNK Seguros</option>
<option value="5">QUALITAS</option>
<option value="6">INS</option>
<option val
Open service 40.86.86.144:443 · api.aap-cr.com
2026-01-13 00:19
HTTP/1.1 200 OK
Content-Length: 970
Connection: close
Content-Type: text/html; charset=utf-8
Date: Tue, 13 Jan 2026 00:20:22 GMT
Server: Microsoft-IIS/10.0
Access-Control-Expose-Headers: Request-Context
Cache-Control: private
Set-Cookie: ARRAffinity=3e2e87037c2a7257d8680e2b0ab8cd8db976df4e4cac6c6c35576fcbfacf90d3;Path=/;HttpOnly;Secure;Domain=api.aap-cr.com
Set-Cookie: ARRAffinitySameSite=3e2e87037c2a7257d8680e2b0ab8cd8db976df4e4cac6c6c35576fcbfacf90d3;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.aap-cr.com
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
Request-Context: appId=cid-v1:a55b7b23-cfe9-4157-935a-495e862c4c7c
X-Powered-By: ASP.NET
Page title: Home Page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Home Page</title>
<link href="/Content/css?v=m8KdMFOCcNeZrATLbCQ_9gxex1_Ma7rE5iJzJXojUIk1" rel="stylesheet"/>
<script src="/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
</div>
</div>
<div class="container body-content">
<div class="row">
<div class="col-md-12">
<h2>AAP Api Services</h2>
</div>
</div>
<hr />
<footer>
<p>© 2026 - AAP Services</p>
</footer>
</div>
<script src="/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1"></script>
<script src="/bundles/bootstrap?v=2Fz3B0iizV2NnnamQFrx-NbYJNTFeBJ2GM05SilbtQU1"></script>
</body>
</html>
Open service 40.86.86.144:80 · api.aap-cr.com
2026-01-13 00:19
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 13 Jan 2026 00:20:21 GMT Location: https://api.aap-cr.com/
Open service 40.86.86.144:443 · fds-a.fincretive.com
2026-01-13 00:04
HTTP/1.1 403 Ip Forbidden
Content-Length: 1892
Connection: close
Content-Type: text/html
Date: Tue, 13 Jan 2026 00:05:31 GMT
x-ms-forbidden-ip: 138.197.191.87
Page title: Web App - Unavailable
<!DOCTYPE html>
<html>
<head>
<title>Web App - Unavailable</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 95px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
width: 460px;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
p a, p a:visited, p a:active, p a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1 id="unavailable">Error 403 - Forbidden</h1>
<p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:80 · fds-a.fincretive.com
2026-01-13 00:04
HTTP/1.1 403 Ip Forbidden
Content-Length: 1892
Connection: close
Content-Type: text/html
Date: Tue, 13 Jan 2026 00:05:30 GMT
x-ms-forbidden-ip: 207.154.197.113
Page title: Web App - Unavailable
<!DOCTYPE html>
<html>
<head>
<title>Web App - Unavailable</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 95px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
width: 460px;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
p a, p a:visited, p a:active, p a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1 id="unavailable">Error 403 - Forbidden</h1>
<p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:80 · design.evidentlabs.com
2026-01-12 23:31
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 23:32:46 GMT Location: https://design.evidentlabs.com/
Open service 40.86.86.144:443 · design.evidentlabs.com
2026-01-12 23:31
HTTP/1.1 200 OK
Content-Length: 5388
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 23:32:46 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "0af10399683dc1:0"
Last-Modified: Mon, 12 Jan 2026 07:36:54 GMT
Set-Cookie: ARRAffinity=fa419b319595d362036a129c5e1c486cdfe15f5d3e88bb8ff160c1f1d1bfa020;Path=/;HttpOnly;Secure;Domain=design.evidentlabs.com
Set-Cookie: ARRAffinitySameSite=fa419b319595d362036a129c5e1c486cdfe15f5d3e88bb8ff160c1f1d1bfa020;Path=/;HttpOnly;SameSite=None;Secure;Domain=design.evidentlabs.com
X-Powered-By: ASP.NET
Page title: Lab Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lab Dashboard</title>
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/6892986.js"></script>
<!-- <meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self'
https://apis.google.com
https://cdn.jsdelivr.net
https://www.googletagmanager.com
https://static.hotjar.com
https://www.google-analytics.com
https://www.googleadservices.com
http://*.hs-scripts.com
https://js.usemessages.com
https://js.hs-analytics.net
https://js.hs-banner.com
https://connect.facebook.net
https://snap.licdn.com
https://www.clarity.ms
https://js.hsadspixel.net
https://px.ads.linkedin.com
https://googleads.g.doubleclick.net
'unsafe-inline'
'unsafe-eval'
blob:
http://localhost:5173;
style-src 'self' https://*.typekit.net 'unsafe-inline';
img-src * 'self' https://evidentdigital.com data: blob:;
font-src * data: 'self' https://*.typekit.net https://fonts.gstatic.com;
connect-src 'self'
https://api.hubapi.com
https://www.google-analytics.com
https://www.googleadservices.com
https://api.hubspot.com
https://r.clarity.ms
https://px.ads.linkedin.com
https://analytics.google.com
https://api.hubapi.com
https://googleads.g.doubleclick.net
https://metrics.hotjar.io
https://www.google.com.ph
blob:
https://ppevidentadminhubapi.azurewebsites.net
https://adminhubapi.evidentdigital.com
https://ppdesignapi.evidentdigital.com
https://designapi.evidentdigital.com
https://preprodAI.evidentdigital.com
https://evidentCadAPI.evidentdigital.com
http://localhost:5173
https://pplab2.evidentdigital.com
https://design.evidentdigital.com
https://PARASABLOB.EVIDENTDIGITAL.COM
https://qadevnimbyxmilling.blob.core.windows.net
https://ppnimbyxtracks002.blob.core.windows.net
https://devcanadacentral.blob.core.windows.net
https://ppdesignstorageaus.blob.core.windows.net
https://ppdesignstorageuk.blob.core.windows.net
https://preprodkoisstorage.blob.core.windows.net
https://evidentdesignstoragesea.blob.core.windows.net
https://evidentmills001.blob.core.windows.net
https://evidentdesignstoragecn.blob.core.windows.net
https://designstorageaus.blob.core.windows.net
https://designstorageuk.blob.core.windows.net
https://koisstorage.blob.core.windows.net
https://evidentdigital.blob.core.windows.net
https://nimbyxnewscmsstorage.blob.core.windows.net
https://ENDPARASABLOB.EVIDENTDIGITAL.COM
https://*.evidentdigital.com
https://preprodevidentdatastreameventhubns.servicebus.windows.net
https://evidentdatastreameventhubns.servicebus.windows.net
https://preprodevidentdatastreamsignalrhost.azurewebsites.net
https://evidentdatastreamsignalrhost.azurewebsites.net
https://ppevidentpayv2.azurewebsites.net
https://evidentpayv2.azurewebsites.net
wss:;
object-src 'self' blob:;
frame-src * data: blob: 'self';
frame-ancestors 'none';
base-uri 'self';
form-action 'self'"> -->
<!-- Google Tag Manager -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<s
Open service 40.86.86.144:443 · www.prolifeyear.com
2026-01-12 21:57
HTTP/1.1 302 Found Content-Length: 120 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 21:58:01 GMT Server: Microsoft-IIS/10.0 Cache-Control: private Location: /iw Set-Cookie: ASP.NET_SessionId=pjtswi2t414h3nfe0inq4xd0; path=/; secure; HttpOnly; SameSite=Lax Set-Cookie: ARRAffinity=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;Secure;Domain=www.prolifeyear.com Set-Cookie: ARRAffinitySameSite=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.prolifeyear.com X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/iw">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · www.prolifeyear.com
2026-01-12 21:57
HTTP/1.1 302 Found Content-Length: 145 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 21:58:00 GMT Server: Microsoft-IIS/10.0 Location: https://www.prolifeyear.com/ Set-Cookie: ARRAffinity=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;Domain=www.prolifeyear.com X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="https://www.prolifeyear.com/">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · www.mydecisions.org
2026-01-12 21:22
HTTP/1.1 302 Found Content-Length: 145 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 21:23:53 GMT Server: Microsoft-IIS/10.0 Location: https://www.mydecisions.org/ Set-Cookie: ARRAffinity=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;Domain=www.mydecisions.org X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="https://www.mydecisions.org/">here</a>.</h2> </body></html>
Open service 40.86.86.144:443 · www.mydecisions.org
2026-01-12 21:22
HTTP/1.1 302 Found Content-Length: 137 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 21:23:53 GMT Server: Microsoft-IIS/10.0 Cache-Control: private Location: /hs/MyDecisions.aspx Set-Cookie: ASP.NET_SessionId=lsenbuqmfrdmpcdpbeh5mapq; path=/; secure; HttpOnly; SameSite=Lax Set-Cookie: ARRAffinity=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;Secure;Domain=www.mydecisions.org Set-Cookie: ARRAffinitySameSite=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.mydecisions.org X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/hs/MyDecisions.aspx">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · www.hh76.org
2026-01-12 21:13
HTTP/1.1 302 Found Content-Length: 150 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 21:14:03 GMT Server: Microsoft-IIS/10.0 Cache-Control: private Location: https://www.hh76.org/Default.aspx Set-Cookie: .ASPXANONYMOUS=0GjMN5q63AEkAAAANWUzMzNmYmItNWE4My00ZGI1LTk0NGQtNzBmNDZjZjU1ZWRlUnkHvaptOaq9GelQkZqNB3us6ai9kBR7yTROWtn_T3Q1; expires=Mon, 23-Mar-2026 07:54:03 GMT; path=/; HttpOnly Set-Cookie: ARRAffinity=18959b15f51a30c17adbaba38975bf8ebbbe64b3e71d5e980e38d1dc92185ce2;Path=/;HttpOnly;Domain=www.hh76.org X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="https://www.hh76.org/Default.aspx">here</a>.</h2> </body></html>
Open service 40.86.86.144:443 · www.hh76.org
2026-01-12 21:13
HTTP/1.1 302 Found Content-Length: 137 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 21:14:02 GMT Server: Microsoft-IIS/10.0 Cache-Control: private Location: https://www.pro.life Set-Cookie: .ASPXANONYMOUS=RPWXN5q63AEkAAAANmUzZDA4OGEtZTE4OS00MmQwLTg3ZmMtOTcxNTYwNzNiZWY12eMGtYf-dWCkSLAL4MyERS44q6LFVsL4L_A8_jmpwT41; expires=Mon, 23-Mar-2026 07:54:03 GMT; path=/; HttpOnly Set-Cookie: ARRAffinity=18959b15f51a30c17adbaba38975bf8ebbbe64b3e71d5e980e38d1dc92185ce2;Path=/;HttpOnly;Secure;Domain=www.hh76.org Set-Cookie: ARRAffinitySameSite=18959b15f51a30c17adbaba38975bf8ebbbe64b3e71d5e980e38d1dc92185ce2;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.hh76.org X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="https://www.pro.life">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · designer.evidentdigital.com
2026-01-12 20:58
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 20:59:07 GMT Location: https://designer.evidentdigital.com/
Open service 40.86.86.144:443 · designer.evidentdigital.com
2026-01-12 20:58
HTTP/1.1 200 OK
Content-Length: 537
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 20:59:07 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "0a4f7c5fd67dc1:0"
Last-Modified: Mon, 08 Dec 2025 04:47:36 GMT
Set-Cookie: ARRAffinity=e997da50d43892da330e8230450a8d3f6651324054c3893afb16b855fd6707ce;Path=/;HttpOnly;Secure;Domain=designer.evidentdigital.com
Set-Cookie: ARRAffinitySameSite=e997da50d43892da330e8230450a8d3f6651324054c3893afb16b855fd6707ce;Path=/;HttpOnly;SameSite=None;Secure;Domain=designer.evidentdigital.com
X-Powered-By: ASP.NET
Page title: Evident Design
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="./src/ui-components/assets/images/evident-favicon.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evident Design</title>
<script type="module" crossorigin src="/assets/index-ee25ed3f.js"></script>
<link rel="stylesheet" href="/assets/index-353f730d.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
Open service 40.86.86.144:80 · www.prayforbabies.com
2026-01-12 19:58
HTTP/1.1 307 Temporary Redirect Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 19:59:31 GMT Server: Microsoft-IIS/10.0 Location: https://www.prayforbabies.com/ Set-Cookie: ARRAffinity=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;Domain=www.prayforbabies.com X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · www.prayforbabies.com
2026-01-12 19:58
HTTP/1.1 200 OK
Content-Length: 993
Connection: close
Content-Type: text/html
Date: Mon, 12 Jan 2026 19:59:32 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "1d946efccb9db61"
Last-Modified: Wed, 22 Feb 2023 18:59:33 GMT
Set-Cookie: ARRAffinity=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;Secure;Domain=www.prayforbabies.com
Set-Cookie: ARRAffinitySameSite=a60851861700c12a36483d2554644ed9770f1298a5c6a785dcd2741103903df3;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.prayforbabies.com
Strict-Transport-Security: max-age=2592000
X-Powered-By: ASP.NET
Page title: 1BCme
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>1BCme</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="1BCme.Client.styles.css" rel="stylesheet" />
</head>
<body>
<div id="app">
<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
</body>
</html>
Open service 40.86.86.144:80 · retailertools.mazdadigitalcertifiedprogram.com
2026-01-12 16:54
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 16:55:38 GMT Location: https://retailertools.mazdadigitalcertifiedprogram.com/
Open service 40.86.86.144:443 · retailertools.mazdadigitalcertifiedprogram.com
2026-01-12 16:54
HTTP/1.1 200 OK Content-Length: 776 Connection: close Content-Type: text/html Date: Mon, 12 Jan 2026 16:55:39 GMT Server: Microsoft-IIS/10.0 Accept-Ranges: bytes ETag: "1d931bbdcf79908" Last-Modified: Thu, 26 Jan 2023 19:24:52 GMT Set-Cookie: ARRAffinity=df4194f10610802659749ccf966ece3f9b53e12680580c4d2cbfbbfdd0013ace;Path=/;HttpOnly;Secure;Domain=retailertools.mazdadigitalcertifiedprogram.com Set-Cookie: ARRAffinitySameSite=df4194f10610802659749ccf966ece3f9b53e12680580c4d2cbfbbfdd0013ace;Path=/;HttpOnly;SameSite=None;Secure;Domain=retailertools.mazdadigitalcertifiedprogram.com Strict-Transport-Security: max-age=2592000 X-Powered-By: ASP.NET <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="styles.c194053249be1de28304.css"></head> <body class="app header-fixed sidebar-fixed sidebar-compact mat-typography"> <app-root></app-root> <script src="runtime.e227d1a0e31cbccbf8ec.js" defer></script><script src="polyfills.a1b6f2f6461564f91d87.js" defer></script><script src="main.859241bfecf0e586937c.js" defer></script></body> </html>
Open service 40.86.86.144:443 · sandbox.thecreditpeople.com
2026-01-12 13:11
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 13:12:02 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=cb90e21fca87989fb1d569d7f567fbdf8a65d258e36f704a590b7b7a1862b29b;Path=/;HttpOnly;Secure;Domain=sandbox.thecreditpeople.com Set-Cookie: ARRAffinitySameSite=cb90e21fca87989fb1d569d7f567fbdf8a65d258e36f704a590b7b7a1862b29b;Path=/;HttpOnly;SameSite=None;Secure;Domain=sandbox.thecreditpeople.com Strict-Transport-Security: max-age=7776000; includeSubDomains; preload Referrer-Policy: strict-origin-when-cross-origin X-Content-Type-Options: nosniff X-Frame-Options: DENY X-Permitted-Cross-Domain-Policies: none X-XSS-Protection: 1; mode=block Expect-CT: max-age=0, enforce, report-uri="https://example.report-uri.com/r/d/ct/enforce" Feature-Policy: accelerometer 'none';ambient-light-sensor 'none';autoplay 'none';battery 'none';camera 'none';display-capture 'none';document-domain 'none';encrypted-media 'none';execution-while-not-rendered 'none';execution-while-out-of-viewport 'none';gyroscope 'none';magnetometer 'none';microphone 'none';midi 'none';navigation-override 'none';payment 'none';picture-in-picture 'none';publickey-credentials-get 'none';sync-xhr 'none';usb 'none';wake-lock 'none';xr-spatial-tracking 'none'; Content-Security-Policy: base-uri 'none';block-all-mixed-content;child-src 'none';connect-src 'none';default-src 'none';font-src 'none';form-action 'none';frame-ancestors 'none';frame-src 'none';img-src 'none';manifest-src 'none';media-src 'none';object-src 'none';sandbox;script-src 'none';script-src-attr 'none';script-src-elem 'none';style-src 'none';style-src-attr 'none';style-src-elem 'none';upgrade-insecure-requests;worker-src 'none'; X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · sandbox.thecreditpeople.com
2026-01-12 13:11
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 13:12:01 GMT Location: https://sandbox.thecreditpeople.com/
Open service 40.86.86.144:80 · leadservices-staging.mazdadigitalcertifiedprogram.com
2026-01-12 10:17
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 10:18:32 GMT Location: https://leadservices-staging.mazdadigitalcertifiedprogram.com/
Open service 40.86.86.144:443 · leadservices-staging.mazdadigitalcertifiedprogram.com
2026-01-12 10:17
HTTP/1.1 403 Forbidden Content-Length: 58 Connection: close Content-Type: text/html Date: Mon, 12 Jan 2026 10:18:32 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=eb035e8072d2dd00400ecb903c1b15662ad7b6168dbf5e178e13b9cf8dd4d1a7;Path=/;HttpOnly;Secure;Domain=leadservices-staging.mazdadigitalcertifiedprogram.com Set-Cookie: ARRAffinitySameSite=eb035e8072d2dd00400ecb903c1b15662ad7b6168dbf5e178e13b9cf8dd4d1a7;Path=/;HttpOnly;SameSite=None;Secure;Domain=leadservices-staging.mazdadigitalcertifiedprogram.com X-Powered-By: ASP.NET You do not have permission to view this directory or page.
Open service 40.86.86.144:443 · leadservices.mazdadigitalcertifiedprogram.com
2026-01-12 10:17
HTTP/1.1 403 Forbidden Content-Length: 58 Connection: close Content-Type: text/html Date: Mon, 12 Jan 2026 10:18:18 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=2eafb6dc94224bdf7ab3c077830c7fcd177dea0ad485db0be0f02ffcbdb4d2ba;Path=/;HttpOnly;Secure;Domain=leadservices.mazdadigitalcertifiedprogram.com Set-Cookie: ARRAffinitySameSite=2eafb6dc94224bdf7ab3c077830c7fcd177dea0ad485db0be0f02ffcbdb4d2ba;Path=/;HttpOnly;SameSite=None;Secure;Domain=leadservices.mazdadigitalcertifiedprogram.com X-Powered-By: ASP.NET You do not have permission to view this directory or page.
Open service 40.86.86.144:80 · flow-staging.mazdadigitalcertifiedprogram.com
2026-01-12 10:17
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 10:18:04 GMT Location: https://flow-staging.mazdadigitalcertifiedprogram.com/
Open service 40.86.86.144:443 · flow-staging.mazdadigitalcertifiedprogram.com
2026-01-12 10:17
HTTP/1.1 302 Found Content-Length: 137 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 10:18:04 GMT Server: Microsoft-IIS/10.0 Cache-Control: private Location: /Login?ReturnUrl=%2f Set-Cookie: ARRAffinity=eb035e8072d2dd00400ecb903c1b15662ad7b6168dbf5e178e13b9cf8dd4d1a7;Path=/;HttpOnly;Secure;Domain=flow-staging.mazdadigitalcertifiedprogram.com Set-Cookie: ARRAffinitySameSite=eb035e8072d2dd00400ecb903c1b15662ad7b6168dbf5e178e13b9cf8dd4d1a7;Path=/;HttpOnly;SameSite=None;Secure;Domain=flow-staging.mazdadigitalcertifiedprogram.com X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/Login?ReturnUrl=%2f">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · analytics-staging.mazdadigitalcertifiedprogram.com
2026-01-12 10:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 10:17:34 GMT Location: https://analytics-staging.mazdadigitalcertifiedprogram.com/
Open service 40.86.86.144:443 · analytics-staging.mazdadigitalcertifiedprogram.com
2026-01-12 10:16
HTTP/1.1 200 OK Content-Length: 1246 Connection: close Content-Type: text/html Date: Mon, 12 Jan 2026 10:17:35 GMT Server: Kestrel Accept-Ranges: bytes Cache-Control: no-cache, no-store ETag: "1dc6865a005eede" Last-Modified: Mon, 08 Dec 2025 17:11:00 GMT Pragma: no-cache Set-Cookie: ARRAffinity=df4194f10610802659749ccf966ece3f9b53e12680580c4d2cbfbbfdd0013ace;Path=/;HttpOnly;Secure;Domain=analytics-staging.mazdadigitalcertifiedprogram.com Set-Cookie: ARRAffinitySameSite=df4194f10610802659749ccf966ece3f9b53e12680580c4d2cbfbbfdd0013ace;Path=/;HttpOnly;SameSite=None;Secure;Domain=analytics-staging.mazdadigitalcertifiedprogram.com Strict-Transport-Security: max-age=2592000 X-Powered-By: ASP.NET <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <base href="/"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="expires" content="-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="image/x-icon" id="appIcon" rel="shortcut icon" href="./assets/icons/favicon.ico"> <link type="text/css" href="assets/css/simple-line-icons.css" rel="stylesheet"> <link type="text/css" href="assets/css/font-awesome.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Material+Icons" rel="stylesheet" crossorigin="anonymous"> <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> <link rel="stylesheet" href="styles.db761ee990f91931.css"></head> <body class="app header-fixed" id="app-body"> <app-root></app-root> <app-redirect></app-redirect> <script src="runtime.ff85b3715708be29.js" type="module"></script><script src="polyfills.82f2c7c7902a083e.js" type="module"></script><script src="scripts.cd1f622442039845.js" defer></script><script src="main.684eb77945bfb043.js" type="module"></script></body> </html>
Open service 40.86.86.144:443 · analytics.mazdadigitalcertifiedprogram.com
2026-01-12 10:16
HTTP/1.1 200 OK Content-Length: 1246 Connection: close Content-Type: text/html Date: Mon, 12 Jan 2026 10:17:31 GMT Server: Kestrel Accept-Ranges: bytes Cache-Control: no-cache, no-store ETag: "1dc5a30bc65f6de" Last-Modified: Thu, 20 Nov 2025 15:17:08 GMT Pragma: no-cache Set-Cookie: ARRAffinity=df4194f10610802659749ccf966ece3f9b53e12680580c4d2cbfbbfdd0013ace;Path=/;HttpOnly;Secure;Domain=analytics.mazdadigitalcertifiedprogram.com Set-Cookie: ARRAffinitySameSite=df4194f10610802659749ccf966ece3f9b53e12680580c4d2cbfbbfdd0013ace;Path=/;HttpOnly;SameSite=None;Secure;Domain=analytics.mazdadigitalcertifiedprogram.com Strict-Transport-Security: max-age=2592000 X-Powered-By: ASP.NET <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <base href="/"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="expires" content="-1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="image/x-icon" id="appIcon" rel="shortcut icon" href="./assets/icons/favicon.ico"> <link type="text/css" href="assets/css/simple-line-icons.css" rel="stylesheet"> <link type="text/css" href="assets/css/font-awesome.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Material+Icons" rel="stylesheet" crossorigin="anonymous"> <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> <link rel="stylesheet" href="styles.db761ee990f91931.css"></head> <body class="app header-fixed" id="app-body"> <app-root></app-root> <app-redirect></app-redirect> <script src="runtime.ff85b3715708be29.js" type="module"></script><script src="polyfills.82f2c7c7902a083e.js" type="module"></script><script src="scripts.cd1f622442039845.js" defer></script><script src="main.1745c711cc41b7bd.js" type="module"></script></body> </html>
Open service 40.86.86.144:80 · analytics.mazdadigitalcertifiedprogram.com
2026-01-12 10:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 10:17:31 GMT Location: https://analytics.mazdadigitalcertifiedprogram.com/
Open service 40.86.86.144:80 · flow.mazdadigitalcertifiedprogram.com
2026-01-12 10:15
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 10:16:52 GMT Location: https://flow.mazdadigitalcertifiedprogram.com/
Open service 40.86.86.144:443 · flow.mazdadigitalcertifiedprogram.com
2026-01-12 10:15
HTTP/1.1 302 Found Content-Length: 137 Connection: close Content-Type: text/html; charset=utf-8 Date: Mon, 12 Jan 2026 10:16:54 GMT Server: Microsoft-IIS/10.0 Cache-Control: private Location: /Login?ReturnUrl=%2f Set-Cookie: ARRAffinity=2eafb6dc94224bdf7ab3c077830c7fcd177dea0ad485db0be0f02ffcbdb4d2ba;Path=/;HttpOnly;Secure;Domain=flow.mazdadigitalcertifiedprogram.com Set-Cookie: ARRAffinitySameSite=2eafb6dc94224bdf7ab3c077830c7fcd177dea0ad485db0be0f02ffcbdb4d2ba;Path=/;HttpOnly;SameSite=None;Secure;Domain=flow.mazdadigitalcertifiedprogram.com X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/Login?ReturnUrl=%2f">here</a>.</h2> </body></html>
Open service 40.86.86.144:443 · schedule.mdsmi.com
2026-01-12 08:16
HTTP/1.1 200 OK
Content-Length: 6081
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 12 Jan 2026 08:17:12 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
Set-Cookie: ARRAffinity=ff3cee838425756da7b4680d1b71b57869351d66e7fd0d52ae0d48db3f6f847a;Path=/;HttpOnly;Secure;Domain=schedule.mdsmi.com
Set-Cookie: ARRAffinitySameSite=ff3cee838425756da7b4680d1b71b57869351d66e7fd0d52ae0d48db3f6f847a;Path=/;HttpOnly;SameSite=None;Secure;Domain=schedule.mdsmi.com
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: Medical Diagnostics Schedule
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Medical Diagnostics Schedule</title>
<link href="/Content/css?v=2d26f5a4Dtb3UR49-ZUg5h5TIOuep3fxs5sPvPw2XYk1" rel="stylesheet"/>
<script src="/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1"></script>
<script type="text/javascript">
var appInsights=window.appInsights||function(config){
function r(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},u=document,e=window,o="script",s=u.createElement(o),i,f;for(s.src=config.url||"//az416426.vo.msecnd.net/scripts/a/ai.0.js",u.getElementsByTagName(o)[0].parentNode.appendChild(s),t.cookie=u.cookie,t.queue=[],i=["Event","Exception","Metric","PageView","Trace","Ajax"];i.length;)r("track"+i.pop());return r("setAuthenticatedUserContext"),r("clearAuthenticatedUserContext"),config.disableExceptionTracking||(i="onerror",r("_"+i),f=e[i],e[i]=function(config,r,u,e,o){var s=f&&f(config,r,u,e,o);return s!==!0&&t["_"+i](config,r,u,e,o),s}),t
}({
instrumentationKey:"0126895f-7e6d-41bb-97a5-9ad971ca2bf3"
});
window.appInsights=appInsights;
appInsights.trackPageView();
function Logout() {
document.getElementById("logoutModal").style.display = "block";
}
function LogoutSession() {
sessionStorage.setItem("UserName", null);
sessionStorage.setItem("Role", null);
window.location = "/Account/Login";
}
function LogoutClose() {
document.getElementById("logoutModal").style.display = "none";
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-animate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ngStorage/0.3.6/ngStorage.min.js"></script>
<link href="/Content/calendar.css" rel="stylesheet" />
<script src="/Scripts/pureJSCalendar.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/Home/Index">Medical Diagnostics Schedule</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" id="HomeMenu" style="display:none">
</ul>
<ul id="RightMenu" class="navbar-right" style="color:white;display:none">
<li>
<span id="userName"></span>
</li>
<li>
<a href="#" onclick="Logout();" >Logout</a>
</li>
</ul>
</div>
</div>
</div>
<div>
<script src="/Scripts/PatientLogin.js"></script>
<div class="bg-dark" ng-app="PatientApp" ng-controller="PatientLoginCtrl">
<div class="container">
<div class="card card-login mx-auto mt-5">
<br />
<div class="card-header">Login</div>
<div class="card-body">
<form>
<div class="form-group">
<input type="email" id="Email" class="form-control" placeholder="Email address" required="required" ng-model="Login.EmailID">
</div>
<div cl
Open service 40.86.86.144:80 · schedule.mdsmi.com
2026-01-12 08:16
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 12 Jan 2026 08:17:12 GMT Location: https://schedule.mdsmi.com/
Open service 40.86.86.144:443 · aiosecurity.com.mx
2026-01-11 23:57
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Sun, 11 Jan 2026 23:58:01 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:80 · aiosecurity.com.mx
2026-01-11 23:57
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Sun, 11 Jan 2026 23:58:02 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:80 · app.profitandcash.com
2026-01-11 03:17
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 11 Jan 2026 03:18:33 GMT Location: https://app.profitandcash.com/
Open service 40.86.86.144:443 · app.profitandcash.com
2026-01-11 03:17
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Sun, 11 Jan 2026 03:18:34 GMT Server: Microsoft-IIS/10.0 Location: https://app.profitandcash.com/Identity/Account/Login?ReturnUrl=%2F Set-Cookie: ARRAffinity=f182d4e544c1cb2399e20d49caaa61549f40e461801228716bfe937a1059e90d;Path=/;HttpOnly;Secure;Domain=app.profitandcash.com Set-Cookie: ARRAffinitySameSite=f182d4e544c1cb2399e20d49caaa61549f40e461801228716bfe937a1059e90d;Path=/;HttpOnly;SameSite=None;Secure;Domain=app.profitandcash.com Strict-Transport-Security: max-age=2592000 X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · stripe.porkapi.org
2026-01-10 05:43
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 10 Jan 2026 05:44:20 GMT Location: https://stripe.porkapi.org/
Open service 40.86.86.144:443 · stripe.porkapi.org
2026-01-10 05:43
HTTP/1.1 200 OK
Content-Length: 9748
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sat, 10 Jan 2026 05:44:21 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: Pork Checkoff
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pork Checkoff</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Pork.org">
<meta name="author" content="National Pork Board">
<meta name="robots" content="noindex">
<link href="/Content/ico/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script>
var root = '/';
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
<script>
$(document).on('click', 'a.is-modal', function (e) {
e.preventDefault();
});
</script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-theme/0.1.0-beta.6/select2-bootstrap.min.css" />
<link href="/Content/css?v=sEfDRKV67nrBipJGJ8fniT8lsecNUi-PEUGj3wq7ojE1" rel="stylesheet"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body">
<nav id="pork-bar" class="navbar navbar-inverse navbar-fixed-top navbar-xs">
<div class="container-fluid">
<div class="navbar-header pull-right">
<ul class="nav">
<li class="pull-left"><a href="http://account.pork.local/Login?returnUrl=https://stripe.porkapi.org/">Login</a></li>
<li class="pull-left"><a href="http://account.pork.local/Register?returnUrl=https://stripe.porkapi.org/">Register</a></li>
</ul>
</div>
</div>
</nav>
<div id="wrap">
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="//d3fns0a45gcg1a.cloudfront.net/images/logo-pork-checkoff.png" alt="Pork Checkoff" width="100" /></a>
</div>
<div class="collapse navbar-collapse" id="navigation-menu">
</div>
</div>
</nav>
<div id="content" class="container">
<h1>Payments Webhooks</h1>
</div>
</div> <!--/#wrap-->
<footer id="footer">
<div class="container">
<div class="row small">
<div class="col-md
Open service 40.86.86.144:80 · teststripe.porkapi.org
2026-01-10 05:42
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sat, 10 Jan 2026 05:43:48 GMT Location: https://teststripe.porkapi.org/
Open service 40.86.86.144:443 · teststripe.porkapi.org
2026-01-10 05:42
HTTP/1.1 200 OK
Content-Length: 9756
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sat, 10 Jan 2026 05:43:48 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: Pork Checkoff
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pork Checkoff</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Pork.org">
<meta name="author" content="National Pork Board">
<meta name="robots" content="noindex">
<link href="/Content/ico/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script>
var root = '/';
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
<script>
$(document).on('click', 'a.is-modal', function (e) {
e.preventDefault();
});
</script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-theme/0.1.0-beta.6/select2-bootstrap.min.css" />
<link href="/Content/css?v=sEfDRKV67nrBipJGJ8fniT8lsecNUi-PEUGj3wq7ojE1" rel="stylesheet"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body">
<nav id="pork-bar" class="navbar navbar-inverse navbar-fixed-top navbar-xs">
<div class="container-fluid">
<div class="navbar-header pull-right">
<ul class="nav">
<li class="pull-left"><a href="http://account.pork.local/Login?returnUrl=https://teststripe.porkapi.org/">Login</a></li>
<li class="pull-left"><a href="http://account.pork.local/Register?returnUrl=https://teststripe.porkapi.org/">Register</a></li>
</ul>
</div>
</div>
</nav>
<div id="wrap">
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="//d3fns0a45gcg1a.cloudfront.net/images/logo-pork-checkoff.png" alt="Pork Checkoff" width="100" /></a>
</div>
<div class="collapse navbar-collapse" id="navigation-menu">
</div>
</div>
</nav>
<div id="content" class="container">
<h1>Payments Webhooks</h1>
</div>
</div> <!--/#wrap-->
<footer id="footer">
<div class="container">
<div class="row small">
<div class
Open service 40.86.86.144:443 · sotecpm.com
2026-01-10 01:41
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 10 Jan 2026 01:42:52 GMT Server: Microsoft-IIS/10.0 Location: https://www.sotecpm.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=sotecpm.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotecpm.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · www.sotecpm.com
2026-01-10 00:55
HTTP/1.1 200 OK
Content-Length: 109238
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 00:56:17 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.sotecpm.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.sotecpm.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://www.sotecpm.com/wp-json/>; rel="https://api.w.org/"
Link: <https://www.sotecpm.com/wp-json/wp/v2/pages/59>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://www.sotecpm.com/>; rel=shortlink
Page title: Home - Sotec - Soluciones en Tecnología PM
<!DOCTYPE html>
<html lang="es" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="google-site-verification" content="spFXJdVyAta7tZLKbkxCGHDVtX7Jyif6ZzM9bl4CdEM" />
<style>
/* Header */
/* Site Title & Tagline */
.site-title a{
color: #ffffff;
}
.site-title a:hover{
color: #0071cd;
}
.navbar p.site-description{
color: #acacac;
}
/* Primary Menu */
.navbar.custom .nav .nav-item .nav-link,body .navbar .nav .nav-item .nav-link,body .navbar.navbar1 .nav .nav-item .nav-link {
color: #ffffff;
}
.navbar.custom .nav .nav-item:hover .nav-link,body .navbar .nav .nav-item:hover .nav-link, .navbar.custom .nav .nav-item.active .nav-link:hover,body .navbar .nav .nav-item.active .nav-link:hover {
color: #0071cd;
}
.nav.navbar-nav a.dropdown-item:hover {
color: #0071cd!important;
}
.navbar ul li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
.navbar .nav li.active .nav-link .menu-text:after{
background:#0071cd!important;
width: 100%;
}
/*.navbar.custom .nav .nav-item.active.current_page_ancestor .nav-link,body .navbar .nav .nav-item.active .nav-link {
background-color: #0071cd!important;
}*/
.navbar.custom .nav .nav-item.active .nav-link,body .navbar .nav .nav-item.active .nav-link {
color: #ffffff!important;
}
/* Submenus */
.nav.navbar-nav .dropdown-item, .nav.navbar-nav .dropdown-menu {
background-color: #000000;
}
.nav.navbar-nav a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu a.dropdown-item{
color: #ffffff!important;
}
.nav.navbar-nav a.dropdown-item:hover,.nav.navbar-nav ul.dropdown-menu .current_page_item.active a.dropdown-item,.nav.navbar-nav a.bg-light.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu li.active a.dropdown-item, body .navbar-nav:not(.sm-collapsible) .sm-nowrap > li.show > .dropdown-item , body .navbar .nav .nav-item .dropdown:hover > a{
color: #0071cd !important;
}
.navbar ul.dropdown-menu li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
body .navbar .nav .nav-item.active li.active a.dropdown-item .nav-link:hover{
color: #ffffff!important;
}
.nav.navbar-nav .dropdown-item:focus, .nav.navbar-nav .dropdown-item:hover
{
background-color: transparent;
}
/* Banner */
.page-title-section .page-title h1{
color: #ffffff !Important;
}
/* Breadcrumb */
/* Content */
/* Sidebar */
/* Footer Widgets */
.site-footer p {
color: #fff;
}
.cart-header {
border-left: 1px solid #747474;
padding: 0 0 0 0.5rem;
}
.custom-logo{width: 162px; height: auto;}
.spiko_header_btn{ -webkit-border-radius: 0px;border-radius: 0px;}
#content .container{max-width: 1140px;}
#wrapper .site-footer .container{max-width: 1140px;}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v20.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - Sotec - Soluciones en Tecnología PM</title>
<link rel="canonical" href="https://www.sotecpm.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type"
Open service 40.86.86.144:443 · libertysystemsllc.com
2026-01-10 00:00
HTTP/1.1 200 OK
Content-Length: 186090
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 00:01:29 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=6bf5483170b089a0733c6c67149c67c756dc040307b31f2f25596a9d7eef7506;Path=/;HttpOnly;Secure;Domain=libertysystemsllc.com
Set-Cookie: ARRAffinitySameSite=6bf5483170b089a0733c6c67149c67c756dc040307b31f2f25596a9d7eef7506;Path=/;HttpOnly;SameSite=None;Secure;Domain=libertysystemsllc.com
x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://libertysystemsllc.com/wp-json/>; rel="https://api.w.org/"
Link: <https://libertysystemsllc.com/wp-json/wp/v2/pages/4442>; rel="alternate"; type="application/json"
Link: <https://libertysystemsllc.com/>; rel=shortlink
Page title: Liberty Systems, LLC – Liberty Systems
<!DOCTYPE html>
<html class="avada-html-layout-boxed avada-html-header-position-top avada-html-has-bg-image" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Liberty Systems, LLC – Liberty Systems</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Feed" href="https://libertysystemsllc.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Comments Feed" href="https://libertysystemsllc.com/comments/feed/" />
<link rel="shortcut icon" href="/wp-content/uploads/2017/05/favicon.ico" type="image/x-icon" />
<meta property="og:title" content="AL Home"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://libertysystemsllc.com/"/>
<meta property="og:site_name" content="Liberty Systems, LLC"/>
<meta property="og:description" content=""Ken was the first person to reach out to me when I was first elected in November 2010, and knew nothing about elections. He told me not to worry and that he would take care of everything. So I took his word for it then; and to this day, I still don't worry about elections"/>
<meta property="og:image" content="/wp-content/uploads/2017/05/LibertySystemsLogo.png"/>
<link rel='stylesheet' id='fontawesome-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css?ver=1.3.9' type='text/css' media='all' />
<!--[if IE 7]>
<link rel='stylesheet' id='fontawesome-ie-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css?ver=1.3.9' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='fusion-dynamic-css-css' href='/wp-content/uploads/fusion-styles/d0bf0283757e007102d1b819c4902db6.min.css?ver=3.11.5' type='text/css' media='all' />
<style>
/* Accessible for screen readers but hidden from view */
.fa-hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
.rtl .fa-hidden { left:10000px; }
.fa-showtext { margin-right: 5px; }
</style>
<script type="text/javascript" src="https://libertysystemsllc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<link rel="https://api.w.org/" href="https://libertysystemsllc.com/wp-json/" /><link rel="alternate" type="application/json" href="https://libertysystemsllc.com/wp-json/wp/v2/pages/4442" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://libertysystemsllc.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.4.7" />
<link rel="canonical" href="https://libertysystemsllc.com/" />
<link rel='shortlink' href='https://libertysystemsllc.com/' />
<link rel="alternate" type="application/json+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F&format=xml" />
<style type="text/css" id="css-fb-visibility">@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}body .sm-text-align-center{text-align:center !important;}body .sm-text-align-left{text-align:left !important;}body .sm-text-align-right{text-align:right !important;}body .sm-flex-align-center{justify-content:center !important;}body .sm-flex-align-flex-start{justify-content:flex-start !important;}body .sm-flex-align-flex-end{justify-content:flex-end !important;}body .sm-mx-auto{margin-left:auto !important;margin-right:auto !important;}body .sm-ml-auto{margin-left:auto !important;}body .sm-mr-auto{margin-right:auto !important;}body .fusion-absolute-position-sma
Open service 40.86.86.144:443 · www.simplefrat.com
2026-01-09 18:18
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 09 Jan 2026 18:19:01 GMT
Server: Microsoft-IIS/10.0
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
X-XSS-Protection: 1; mode=block
X-Frame-Options: Deny
Referrer-Policy: no-referrer-when-downgrade
X-Powered-By: ASP.NET
Page title: SimpleFRAT - Flight Risk Assessments Made Easy
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<title>SimpleFRAT - Flight Risk Assessments Made Easy</title>
<script type="module" crossorigin src="/assets/index-Cl6z9c6b.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bp44TV0A.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 40.86.86.144:443 · www.telenaai.com
2026-01-09 16:19
HTTP/1.1 200 OK
Content-Length: 3269
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 16:20:18 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "8f7dd150a0c5db1:0"
Last-Modified: Thu, 15 May 2025 13:50:27 GMT
Set-Cookie: ARRAffinity=a3d4871f08dc1673a318e627fdfeecd66ee963c53f77bdffcf1f86ccfcd5044f;Path=/;HttpOnly;Secure;Domain=www.telenaai.com
Set-Cookie: ARRAffinitySameSite=a3d4871f08dc1673a318e627fdfeecd66ee963c53f77bdffcf1f86ccfcd5044f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.telenaai.com
X-Powered-By: ASP.NET
Page title: Microsoft Azure App Service - Welcome
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Microsoft Azure App Service - Welcome</title><link rel="shortcut icon" href="https://appservice.azureedge.net/images/app-service/v4/favicon.ico" type="image/x-icon"/><link href="https://appservice.azureedge.net/css/app-service/v4/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"/><style>html, body{height: 100%; background-color: #ffffff; color: #000000; font-size: 13px;}*{border-radius: 0 !important;}</style><script src="https://appservice.azureedge.net/js/app-service/v4/loc.min.js" crossorigin="anonymous"></script><script type="text/javascript">window.onload=function (){try{var a=window.location.hostname; if (a.includes(".azurewebsites.net")){a=a.replace(".azurewebsites.net", "")};var b=document.getElementById("depCenterLink"); b.setAttribute("href", b.getAttribute("href") + "&sitename=" + a); loc()}catch (d){}}</script></head><body><nav class="navbar"><div class="navbar-brand "><div class="container pl-4 ml-5"><img src="https://appservice.azureedge.net/images/app-service/v4/azurelogo.svg" width="270" height="108" alt=""/></div></div></nav><div class="container-fluid mr-2 mt-5 pt-5"><div class="row"><div class="col-xs-12 col-sm-12 d-block d-lg-none d-xl-none d-md-block d-sm-block d-xs-block"><div class="text-center"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="pl-5 ml-5 col-xl-5 col-lg-5 col-md-10 col-sm-11 col-xs-11"><div class="container-fluid"><div class="row"><h2 id="upRunning">Your web app is running and waiting for your content</h2></div><div class="row mt-4 pt-4"><div id="appIsLive" style="font-size:16px;width: 516px;">Your web app is live, but we don’t have your content yet. If you’ve already deployed, it could take up to 5 minutes for your content to show up, so come back soon.</div></div><div class="row mt-4"><h5 class="mt-5"><img src="https://appservice.azureedge.net/images/app-service/v4/code.svg"/><span id="supporting">Supporting Node.js, Java, .NET and more</span></h5></div></div></div><div class="col-xl-5 col-lg-5 col-md-12 d-none d-lg-block"><div class="text-left"><img src="https://appservice.azureedge.net/images/app-service/v4/web.svg"/></div></div><div class="col-xl-1 col-lg-1 col-md-1"></div></div><div class="row mt-4"><div class="container-fluid"><div class="row mt-3"><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="haventDeployed">Haven’t deployed yet?</span><br/><span id="useDCenter">Use the deployment center to publish code or set up continuous deployment.</span><br/><a id="depCenterLink" href="https://go.microsoft.com/fwlink/?linkid=2057852"><button class="btn btn-primary mt-4" type="submit" id="deplCenter">Deployment center</button></a></p></div><div class="pl-5 ml-5 col-md-2 mt-4"><p><span id="newWebSite">Starting a new web site?</span><br/><span id="followQS">Follow our Quickstart guide to get a web app ready quickly.</span><br/><a href="https://go.microsoft.com/fwlink/?linkid=2084231"><button class="btn btn-primary mt-4" type="submit" id="quickStart">Quickstart</button></a></p></div></div></div></div></div></body></html>
Open service 40.86.86.144:80 · www.telenaai.com
2026-01-09 16:19
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 16:20:18 GMT Location: https://www.telenaai.com/
Open service 40.86.86.144:443 · api.veomr.com
2026-01-09 16:07
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 16:08:30 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=b70ba90d7e55060a39e65496009af3848fdbc07e10c8d64f48e4cfdfaa52afdc;Path=/;HttpOnly;Secure;Domain=api.veomr.com Set-Cookie: ARRAffinitySameSite=b70ba90d7e55060a39e65496009af3848fdbc07e10c8d64f48e4cfdfaa52afdc;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.veomr.com Request-Context: appId=cid-v1:26eefb89-df06-4ce7-8d4e-d1ec8bc32d53 X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · www.blic3.mx
2026-01-09 13:34
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 13:35:56 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · blic3.mx
2026-01-09 13:24
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 13:25:05 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:80 · app.grittrac.com
2026-01-09 07:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 09 Jan 2026 07:08:50 GMT Location: https://app.grittrac.com/
Open service 40.86.86.144:443 · app.grittrac.com
2026-01-09 07:07
HTTP/1.1 200 OK
Content-Length: 6660
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 09 Jan 2026 07:08:50 GMT
Server: Microsoft-IIS/10.0
Access-Control-Expose-Headers: Request-Context
Cache-Control: private
Set-Cookie: __RequestVerificationToken=YopcbNrh0Yl20T15o0LX18Bxw0aPt6BzCjumjdSYnXVygJog68vjv4aZPEC0rXXIz_yPQ4b4svDGC1o05mAC8wh1O34gbD4acxxAB0Ca75s1; path=/; HttpOnly
Set-Cookie: ARRAffinity=f182d4e544c1cb2399e20d49caaa61549f40e461801228716bfe937a1059e90d;Path=/;HttpOnly;Secure;Domain=app.grittrac.com
Set-Cookie: ARRAffinitySameSite=f182d4e544c1cb2399e20d49caaa61549f40e461801228716bfe937a1059e90d;Path=/;HttpOnly;SameSite=None;Secure;Domain=app.grittrac.com
X-AspNetMvc-Version: 5.2
X-Frame-Options: SAMEORIGIN
X-AspNet-Version: 4.0.30319
Request-Context: appId=cid-v1:8b6f0a57-27b3-403e-86e5-5a54dbde81e0
X-Powered-By: ASP.NET
Page title: Log in - GRITTrac
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112479371-1"></script>
<script>
///////////////////Google analytics/////////////////
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-112479371-1', { 'site_speed_sample_rate': 100 });
// Feature detects Navigation Timing API support.
if (window.performance) {
// Gets the number of milliseconds since page load
// (and rounds the result since the value must be an integer).
var timeSincePageLoad = Math.round(performance.now());
// Sends the timing event to Google Analytics.
gtag('event', 'timing_complete', {
'name': 'load',
'value': timeSincePageLoad
});
console.log(timeSincePageLoad);
}
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<link href="/Images/favicon.png" rel="shortcut icon" type="image/x-icon" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" sizes="180x180" href="/Images/favicon.png" />
<title>Log in - GRITTrac</title>
<!--Bundle Styles-->
<link href="/Content/kendo/2020.3.1021/css?v=y1nR6Dfy9fnvDghKf1_dKWYxbaYU0yF4bt1qRMI68p41" rel="stylesheet"/>
<link href="/bundles/grittStyles?v=g_7unYii-pJ2TzqE0lXKwammKDWovRHtKpzWYaPA-tE1" rel="stylesheet"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css" integrity="sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h" crossorigin="anonymous">
<!--Bundle Scripts-->
<script src="/bundles/grittScripts?v=HHm0zt-tGqI6SliqT-tsDKrrDnafhHHlzJkSQAJod8E1"></script>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('/service-worker.js').then(function (registration) {
// Registration was successful
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}, function (err) {
// registration failed :(
console.log('ServiceWorker registration failed: ', err);
});
});
}
</script>
</head>
<body>
<div id="main-content">
<script>
function isMobileDevice() {
return (typeof window.orientation !== "undefined") || (navigator.userAgent.indexOf('IEMobile') !== -1);
};
function showPasswordText() {
if ($('#Password').attr('type') == 'text') {
// Hide password
$('#Password').attr('type', 'password');
$('.passwordDisplayIcon').removeClass('far fa-eye-slash').addClass('far fa-eye');
}
else {
// Show password
$('#Password').attr('type', 'text');
$('.passwordDisplayIcon').removeClass('far fa-eye').addClass('far fa-eye-slash');
}
}
function hidePassword() {
}
</script>
<div class="loginBox">
<div>
<div style="color:#c02127; font-size:22px;text-align:center;">
<img src="/Images/GRITTracLogo.png" style="max-height:40px;" />
</div>
<hr style="border-color:lightgray" />
<section id="loginForm">
<form action="/?IsMobileDevice=False" class="form-horizontal" method="post" role="form"><input name="__RequestVerificationToken" type="hidden" value="HMLLsyHOgL8I5Q4MFugyn8e5Gj48hnySPtEDtk-Q1kDGffYVVRUCUM-pcutNUNvahcDfLMNiSOlRBvtaT5U4az7kx6f3dVO8FKM9a7d2p081" />
Open service 40.86.86.144:443 · ephelix.trutypes.com
2026-01-09 06:55
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 09 Jan 2026 06:56:49 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=866930ba1bd49f945cee5692854d34baab5842f1a668eff00ae9869274cad2e9;Path=/;HttpOnly;Secure;Domain=ephelix.trutypes.com
Set-Cookie: ARRAffinitySameSite=866930ba1bd49f945cee5692854d34baab5842f1a668eff00ae9869274cad2e9;Path=/;HttpOnly;SameSite=None;Secure;Domain=ephelix.trutypes.com
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:c4d6e130-0eee-4f9e-9a40-9e9edb6ebbae
X-Powered-By: ASP.NET
Page title: - ePhelixePhelix Login
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> - ePhelix</title>
<!-- ✅ Use Bootstrap 5.3.3 CSS (CDN) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/site.css?v=9JGLfj1tYVhIpCVu06cgWgpfDw7KgWwWJ_yO8iLLd-0" />
<link rel="stylesheet" href="/ePhelix.styles.css?v=7NFNY_DmkWhlWnzPWJalonksX9NN0ovhWx9R41WaIzA" />
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c]);var u=T[c];T[c]=function(e,t,n,a,i){var r=u&&u(e,t,n,a,i);return!0!==r&&m["_
Open service 40.86.86.144:443 · www.blic3.com
2026-01-09 04:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 09 Jan 2026 04:54:53 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · www.sotecpm.com
2026-01-09 03:22
HTTP/1.1 200 OK
Content-Length: 109238
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 03:23:19 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.sotecpm.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.sotecpm.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://www.sotecpm.com/wp-json/>; rel="https://api.w.org/"
Link: <https://www.sotecpm.com/wp-json/wp/v2/pages/59>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://www.sotecpm.com/>; rel=shortlink
Page title: Home - Sotec - Soluciones en Tecnología PM
<!DOCTYPE html>
<html lang="es" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="google-site-verification" content="spFXJdVyAta7tZLKbkxCGHDVtX7Jyif6ZzM9bl4CdEM" />
<style>
/* Header */
/* Site Title & Tagline */
.site-title a{
color: #ffffff;
}
.site-title a:hover{
color: #0071cd;
}
.navbar p.site-description{
color: #acacac;
}
/* Primary Menu */
.navbar.custom .nav .nav-item .nav-link,body .navbar .nav .nav-item .nav-link,body .navbar.navbar1 .nav .nav-item .nav-link {
color: #ffffff;
}
.navbar.custom .nav .nav-item:hover .nav-link,body .navbar .nav .nav-item:hover .nav-link, .navbar.custom .nav .nav-item.active .nav-link:hover,body .navbar .nav .nav-item.active .nav-link:hover {
color: #0071cd;
}
.nav.navbar-nav a.dropdown-item:hover {
color: #0071cd!important;
}
.navbar ul li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
.navbar .nav li.active .nav-link .menu-text:after{
background:#0071cd!important;
width: 100%;
}
/*.navbar.custom .nav .nav-item.active.current_page_ancestor .nav-link,body .navbar .nav .nav-item.active .nav-link {
background-color: #0071cd!important;
}*/
.navbar.custom .nav .nav-item.active .nav-link,body .navbar .nav .nav-item.active .nav-link {
color: #ffffff!important;
}
/* Submenus */
.nav.navbar-nav .dropdown-item, .nav.navbar-nav .dropdown-menu {
background-color: #000000;
}
.nav.navbar-nav a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu a.dropdown-item{
color: #ffffff!important;
}
.nav.navbar-nav a.dropdown-item:hover,.nav.navbar-nav ul.dropdown-menu .current_page_item.active a.dropdown-item,.nav.navbar-nav a.bg-light.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu li.active a.dropdown-item, body .navbar-nav:not(.sm-collapsible) .sm-nowrap > li.show > .dropdown-item , body .navbar .nav .nav-item .dropdown:hover > a{
color: #0071cd !important;
}
.navbar ul.dropdown-menu li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
body .navbar .nav .nav-item.active li.active a.dropdown-item .nav-link:hover{
color: #ffffff!important;
}
.nav.navbar-nav .dropdown-item:focus, .nav.navbar-nav .dropdown-item:hover
{
background-color: transparent;
}
/* Banner */
.page-title-section .page-title h1{
color: #ffffff !Important;
}
/* Breadcrumb */
/* Content */
/* Sidebar */
/* Footer Widgets */
.site-footer p {
color: #fff;
}
.cart-header {
border-left: 1px solid #747474;
padding: 0 0 0 0.5rem;
}
.custom-logo{width: 162px; height: auto;}
.spiko_header_btn{ -webkit-border-radius: 0px;border-radius: 0px;}
#content .container{max-width: 1140px;}
#wrapper .site-footer .container{max-width: 1140px;}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v20.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - Sotec - Soluciones en Tecnología PM</title>
<link rel="canonical" href="https://www.sotecpm.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type"
Open service 40.86.86.144:443 · blic3.com
2026-01-09 02:44
HTTP/1.1 200 OK
Content-Length: 69133
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 02:45:03 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://blic3.com/wp-json/>; rel="https://api.w.org/"
Link: <https://blic3.com/>; rel=shortlink
Page title: Home - BLIC3
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- This site is optimized with the Yoast SEO plugin v15.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - BLIC3</title>
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="https://blic3.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home - BLIC3" />
<meta property="og:url" content="https://blic3.com/" />
<meta property="og:site_name" content="BLIC3" />
<meta property="article:publisher" content="https://www.facebook.com/BLIC3-102930928027387/" />
<meta property="article:modified_time" content="2020-10-20T18:54:46+00:00" />
<meta property="og:image" content="https://blic3.com/wp-content/uploads/2020/05/conjunto-mayorazgo-blic3.jpg" />
<meta property="og:image:width" content="2377" />
<meta property="og:image:height" content="1397" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:label1" content="Escrito por">
<meta name="twitter:data1" content="Blic3">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://blic3.com/#website","url":"https://blic3.com/","name":"BLIC3","description":"Desarrollos Inmobiliarios","potentialAction":[{"@type":"SearchAction","target":"https://blic3.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"es-MX"},{"@type":"ImageObject","@id":"https://blic3.com/#primaryimage","inLanguage":"es-MX","url":"https://blic3.com/wp-content/uploads/2020/05/conjunto-mayorazgo-blic3.jpg","width":2377,"height":1397},{"@type":"WebPage","@id":"https://blic3.com/#webpage","url":"https://blic3.com/","name":"Home - BLIC3","isPartOf":{"@id":"https://blic3.com/#website"},"primaryImageOfPage":{"@id":"https://blic3.com/#primaryimage"},"datePublished":"2020-01-17T19:21:18+00:00","dateModified":"2020-10-20T18:54:46+00:00","inLanguage":"es-MX","potentialAction":[{"@type":"ReadAction","target":["https://blic3.com/"]}]}]}</script>
<!-- / Yoast SEO plugin. -->
<script type='application/javascript'>console.log('PixelYourSite Free version 8.0.8');</script>
<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/blic3.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.4.1"}};
/*! This file is auto-generated */
!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[
Open service 40.86.86.144:443 · sotec-store.com
2026-01-08 23:22
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Thu, 08 Jan 2026 23:23:46 GMT Server: Microsoft-IIS/10.0 Location: https://www.sotecpm.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=sotec-store.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotec-store.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:80 · sonosorders.quicktechonline.com
2026-01-08 04:03
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 08 Jan 2026 04:04:11 GMT Location: https://sonosorders.quicktechonline.com/
Open service 40.86.86.144:443 · sonosorders.quicktechonline.com
2026-01-08 04:03
HTTP/1.1 302 Found Content-Length: 123 Connection: close Content-Type: text/html; charset=utf-8 Date: Thu, 08 Jan 2026 04:04:12 GMT Server: Microsoft-IIS/10.0 Cache-Control: private Location: /login Set-Cookie: ARRAffinity=245d11df112c2c67c3d5c3e4b105e5f62a7cf91d14bab468df58c29aa277a156;Path=/;HttpOnly;Secure;Domain=sonosorders.quicktechonline.com Set-Cookie: ARRAffinitySameSite=245d11df112c2c67c3d5c3e4b105e5f62a7cf91d14bab468df58c29aa277a156;Path=/;HttpOnly;SameSite=None;Secure;Domain=sonosorders.quicktechonline.com X-AspNetWebPages-Version: 3.0 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/login">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · hunternetwork.com
2026-01-08 03:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 08 Jan 2026 03:52:51 GMT Location: https://hunternetwork.com/
Open service 40.86.86.144:443 · hunternetwork.com
2026-01-08 03:51
HTTP/1.1 302 Found Content-Length: 177 Connection: close Content-Type: text/html; charset=utf-8 Date: Thu, 08 Jan 2026 03:52:51 GMT Server: Microsoft-IIS/10.0 Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Request-Context Cache-Control: private Location: /login/Logon?ReturnUrl=%2f&AspxAutoDetectCookieSupport=1 Set-Cookie: AspxAutoDetectCookieSupport=1; path=/ Set-Cookie: ARRAffinity=52cc3363c3a773f65a60270252582c7a8a390983a1204fef1b5a4f4a89acf479;Path=/;HttpOnly;Secure;Domain=hunternetwork.com Set-Cookie: ARRAffinitySameSite=52cc3363c3a773f65a60270252582c7a8a390983a1204fef1b5a4f4a89acf479;Path=/;HttpOnly;SameSite=None;Secure;Domain=hunternetwork.com X-AspNet-Version: 4.0.30319 Request-Context: appId=cid-v1:2a568ceb-9840-4ab2-ba03-5872176b468d X-Powered-By: ASP.NET Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="/login/Logon?ReturnUrl=%2f&AspxAutoDetectCookieSupport=1">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · neworgt.dev.volunteer-me.com
2026-01-07 22:08
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 07 Jan 2026 22:09:48 GMT Location: https://neworgt.dev.volunteer-me.com/
Open service 40.86.86.144:443 · neworgt.dev.volunteer-me.com
2026-01-07 22:08
HTTP/1.1 200 OK Content-Length: 0 Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 07 Jan 2026 22:09:48 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;Secure;Domain=neworgt.dev.volunteer-me.com Set-Cookie: ARRAffinitySameSite=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;SameSite=None;Secure;Domain=neworgt.dev.volunteer-me.com Request-Context: appId=cid-v1:edf4eb32-5618-46da-9fb7-163391942daf X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · campusnexus.cloud
2026-01-07 19:27
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Wed, 07 Jan 2026 19:28:05 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:80 · campusnexus.cloud
2026-01-07 19:27
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Wed, 07 Jan 2026 19:28:05 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:443 · neworgc.dev.volunteer-me.com
2026-01-07 16:26
HTTP/1.1 200 OK Content-Length: 0 Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 07 Jan 2026 16:27:06 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;Secure;Domain=neworgc.dev.volunteer-me.com Set-Cookie: ARRAffinitySameSite=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;SameSite=None;Secure;Domain=neworgc.dev.volunteer-me.com Request-Context: appId=cid-v1:edf4eb32-5618-46da-9fb7-163391942daf X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · neworgc.dev.volunteer-me.com
2026-01-07 16:26
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 07 Jan 2026 16:27:06 GMT Location: https://neworgc.dev.volunteer-me.com/
Open service 40.86.86.144:443 · neworga.dev.volunteer-me.com
2026-01-07 15:57
HTTP/1.1 200 OK Content-Length: 0 Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 07 Jan 2026 15:58:51 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;Secure;Domain=neworga.dev.volunteer-me.com Set-Cookie: ARRAffinitySameSite=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;SameSite=None;Secure;Domain=neworga.dev.volunteer-me.com Request-Context: appId=cid-v1:edf4eb32-5618-46da-9fb7-163391942daf X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · neworga.dev.volunteer-me.com
2026-01-07 15:57
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 07 Jan 2026 15:58:50 GMT Location: https://neworga.dev.volunteer-me.com/
Open service 40.86.86.144:80 · www.aioelectronet.com
2026-01-07 13:28
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Wed, 07 Jan 2026 13:29:16 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · www.aioelectronet.com
2026-01-07 13:28
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Wed, 07 Jan 2026 13:29:17 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · neworgb.dev.volunteer-me.com
2026-01-07 05:11
HTTP/1.1 200 OK Content-Length: 0 Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 07 Jan 2026 05:12:07 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;Secure;Domain=neworgb.dev.volunteer-me.com Set-Cookie: ARRAffinitySameSite=aa6bd361bbabd1f9fe422eefbcb4ecc053f3f8e24aa95a2c6d8ea9aec1241e28;Path=/;HttpOnly;SameSite=None;Secure;Domain=neworgb.dev.volunteer-me.com Request-Context: appId=cid-v1:edf4eb32-5618-46da-9fb7-163391942daf X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · neworgb.dev.volunteer-me.com
2026-01-07 05:11
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 07 Jan 2026 05:12:06 GMT Location: https://neworgb.dev.volunteer-me.com/
Open service 40.86.86.144:80 · portal-demo.oneview.subjectwell.com
2026-01-06 07:02
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 06 Jan 2026 07:03:52 GMT Location: https://portal-demo.oneview.subjectwell.com/
Open service 40.86.86.144:443 · portal-demo.oneview.subjectwell.com
2026-01-06 07:02
HTTP/1.1 302 Found Content-Length: 0 Connection: close Date: Tue, 06 Jan 2026 07:03:53 GMT Cache-Control: no-store, no-transform, private Location: https://portal-demo.oneview.subjectwell.com/Account/Login/?rhversion=20260102204226- Strict-Transport-Security: max-age=2592000 Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google-analytics.com https://cdnjs.cloudflare.com https://js.stripe.com https://www.googletagmanager.com https://cdn.datatables.net https://code.jquery.com https://maxcdn.bootstrapcdn.com https://kit.fontawesome.com https://cdn.jsdelivr.net Referrer-Policy: no-referrer
Open service 40.86.86.144:80 · interactionsync.avtex.com
2026-01-05 03:18
HTTP/1.1 200 OK
Content-Length: 1191
Connection: close
Content-Type: text/html
Date: Mon, 05 Jan 2026 03:18:40 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "038835c964bd71:0"
Last-Modified: Tue, 18 May 2021 03:32:00 GMT
Set-Cookie: ARRAffinity=011466ce2ea1ef5cf903e163bf9b5a3212d0613e677a82dfff032f2cc2ad8340;Path=/;HttpOnly;Domain=interactionsync.avtex.com
X-Powered-By: ASP.NET
Page title: InteractionSync
<html>
<head>
<title>InteractionSync</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://az416426.vo.msecnd.net/scripts/a/ai.0.js"></script>
<script src="/ispc_sidebar.js"></script>
<style>
.isyncpannel {
display: none;
word-wrap: break-word;
}
</style>
<style type="text/css">
P {
margin: 0;
}
#isynccif::-webkit-scrollbar {
display: none;
}
</style>
</head>
<body>
<div id='isyncmessagepanel' class="alert isyncpannel" role="alert">
</div>
<div>
<iframe id="isynccif" src="" style="height:100%;width:100%;" frameborder="0" allowfullscreen="" allow="microphone; camera; encrypted-media"></iframe>
</div>
</body>
</html>
Open service 40.86.86.144:443 · interactionsync.avtex.com
2026-01-05 03:18
HTTP/1.1 200 OK
Content-Length: 1191
Connection: close
Content-Type: text/html
Date: Mon, 05 Jan 2026 03:18:41 GMT
Server: Microsoft-IIS/10.0
Accept-Ranges: bytes
ETag: "038835c964bd71:0"
Last-Modified: Tue, 18 May 2021 03:32:00 GMT
Set-Cookie: ARRAffinity=011466ce2ea1ef5cf903e163bf9b5a3212d0613e677a82dfff032f2cc2ad8340;Path=/;HttpOnly;Secure;Domain=interactionsync.avtex.com
Set-Cookie: ARRAffinitySameSite=011466ce2ea1ef5cf903e163bf9b5a3212d0613e677a82dfff032f2cc2ad8340;Path=/;HttpOnly;SameSite=None;Secure;Domain=interactionsync.avtex.com
X-Powered-By: ASP.NET
Page title: InteractionSync
<html>
<head>
<title>InteractionSync</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://az416426.vo.msecnd.net/scripts/a/ai.0.js"></script>
<script src="/ispc_sidebar.js"></script>
<style>
.isyncpannel {
display: none;
word-wrap: break-word;
}
</style>
<style type="text/css">
P {
margin: 0;
}
#isynccif::-webkit-scrollbar {
display: none;
}
</style>
</head>
<body>
<div id='isyncmessagepanel' class="alert isyncpannel" role="alert">
</div>
<div>
<iframe id="isynccif" src="" style="height:100%;width:100%;" frameborder="0" allowfullscreen="" allow="microphone; camera; encrypted-media"></iframe>
</div>
</body>
</html>
Open service 40.86.86.144:80 · githubcostvisualizer.com
2026-01-04 15:41
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 15:41:21 GMT Location: https://githubcostvisualizer.com/
Open service 40.86.86.144:443 · githubcostvisualizer.com
2026-01-04 15:41
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sun, 04 Jan 2026 15:41:22 GMT
Server: Microsoft-IIS/10.0
Cache-Control: no-cache, no-store
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8Au5Xru4-mJMkE2h-o8wK7nOqdHnQpSiQv8_KlMACdLJkoQyDx4wQ19iO_3wtw3K1yXtafk6Th41f-DDMDXhYSuWQsdyxK8dVqriw-iZHKNLUPXRgfiNXzGP9-seqUP3wmCQX4aXnhpA2hGfDakylE4; path=/; samesite=strict; httponly
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
X-Frame-Options: SAMEORIGIN
X-Powered-By: ASP.NET
Page title: Home Page - Github Cost Visualizer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Home Page - Github Cost Visualizer</title>
<!-- Stylesheets -->
<link href="/css/style.min.css?v=96EpoW8zjeDQgnWN0nPR6kWgBGCBd67T1qFHs8LciNc" rel="stylesheet" type="text/css">
<link href="/css/all.min.css?v=2H3fkXt6FEmrReK448mDVGKb3WW2ZZw35gI7vqHOE4Y" rel="stylesheet" type="text/css">
<link href="/css/dragdrop.css?v=AP_hF1FDHeRgFnW3or3M4BUeadrTAuQtCWoLC6xvHik" rel="stylesheet" type="text/css">
<!-- Javascript -->
<script type="text/javascript" src="/js/jquery.min.js?v=_xUj-3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej_m4"></script>
<script type="text/javascript" src="/js/jquery.validate.min.js?v=TAzGN4WNZQPLqSYvi-dXQMKehTYFoVOnveRqbi42frA"></script>
<script type="text/javascript" src="/js/additional-methods.min.js?v=-NPi2ReKyI6yhNClJ78JSzbMmihq7Kjml84LwR631hM"></script>
<script type="text/javascript" src="/js/jquery.validate.unobtrusive.min.js?v=jGMDYZ0U4h00W821Ir4Jc8YmmwLMpgKCtrCnYiCd0rU"></script>
<script type="text/javascript" src="/js/bootstrap.bundle.min.js?v=sCElQ8xaSgoxwbWp0eiXMmGZIRa0z94-ffzzO06BqXs"></script>
<script type="text/javascript" src="/js/scripts.min.js?v=r4OTypTYNS1ok2huDsw5FIdbFU3TdpQ5oJcPckiP_S8"></script>
</head>
<body>
<div class="container-fluid login">
<div class="row justify-content-center">
<div class='col-md-4 bg-white p-1'>
<div class="text-center">
<img class="img-fluid pt-1" src="/images/githubcostanalyzer.png" />
</div>
<div class="pr-2 pl-2 controls">
<p>Unsure of where your money is going with your Github account? Upload your recent Usage report from Github to get a visual on where your money is going</p>
<form enctype="multipart/form-data" action="/Home/Report" method="post">
<div class="drop-zone">
<span class="drop-zone__prompt">Drop a Github usage file here or click to upload</span>
<input type="file" class="drop-zone__input" id="UploadFile" name="UploadFile">
</div>
<span class="text-danger field-validation-valid" data-valmsg-for="UploadFile" data-valmsg-replace="true"></span>
<div class="alert alert-info mt-1">
Your uploaded file is never stored and processed in real-time only.
</div>
<div class="form-group">
<button class="btn btn-primary w-100" onclick="trackUpload();" type="submit">
Build My Report
</button>
</div>
<input name="__RequestVerificationToken" type="hidden" value="CfDJ8Au5Xru4-mJMkE2h-o8wK7ljCTzNyJxSJWcuQBW9bKAxVBfw9eHnYdGdSsNjU6S6l_z3Jo6LyHwo-8n24facBW3TRi8KPsnrTtCzb4WHF5YvfLLTkwcclrJyNobS1cpRwKwqmwvABRWPaHpzKo4P-14" /></form>
<p class="text-center">
View on <a href="https://github.com/IowaComputerGurus/github-cost-visualizer">Github</a>
</p>
<p class="text-center">
This is a free service provided by <a href="https://www.iowacomputergurus.com">IowaComputerGurus, Inc.</a> <a href="https://www.iowacomputergurus.com/privacy">Privacy Policy</a>
</p>
</div>
</div>
</div>
</div>
<script>
handleFilePickers(".custom-file-input");
</script>
<script type="text/javascript" src="/js/dragdrop.js?v=cQQMP25Cs-2ThCi8o60Au30E808lBbKQnfIyPDpSndk"></script>
</body>
</html>
Open service 40.86.86.144:80 · salo-apps.com
2026-01-04 11:07
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Sun, 04 Jan 2026 11:07:16 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:443 · salo-apps.com
2026-01-04 11:07
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Sun, 04 Jan 2026 11:07:15 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:443 · schedule.mdsmi.com
2026-01-04 08:37
HTTP/1.1 200 OK
Content-Length: 6081
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sun, 04 Jan 2026 08:37:51 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
Set-Cookie: ARRAffinity=ff3cee838425756da7b4680d1b71b57869351d66e7fd0d52ae0d48db3f6f847a;Path=/;HttpOnly;Secure;Domain=schedule.mdsmi.com
Set-Cookie: ARRAffinitySameSite=ff3cee838425756da7b4680d1b71b57869351d66e7fd0d52ae0d48db3f6f847a;Path=/;HttpOnly;SameSite=None;Secure;Domain=schedule.mdsmi.com
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: Medical Diagnostics Schedule
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Medical Diagnostics Schedule</title>
<link href="/Content/css?v=2d26f5a4Dtb3UR49-ZUg5h5TIOuep3fxs5sPvPw2XYk1" rel="stylesheet"/>
<script src="/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1"></script>
<script type="text/javascript">
var appInsights=window.appInsights||function(config){
function r(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},u=document,e=window,o="script",s=u.createElement(o),i,f;for(s.src=config.url||"//az416426.vo.msecnd.net/scripts/a/ai.0.js",u.getElementsByTagName(o)[0].parentNode.appendChild(s),t.cookie=u.cookie,t.queue=[],i=["Event","Exception","Metric","PageView","Trace","Ajax"];i.length;)r("track"+i.pop());return r("setAuthenticatedUserContext"),r("clearAuthenticatedUserContext"),config.disableExceptionTracking||(i="onerror",r("_"+i),f=e[i],e[i]=function(config,r,u,e,o){var s=f&&f(config,r,u,e,o);return s!==!0&&t["_"+i](config,r,u,e,o),s}),t
}({
instrumentationKey:"0126895f-7e6d-41bb-97a5-9ad971ca2bf3"
});
window.appInsights=appInsights;
appInsights.trackPageView();
function Logout() {
document.getElementById("logoutModal").style.display = "block";
}
function LogoutSession() {
sessionStorage.setItem("UserName", null);
sessionStorage.setItem("Role", null);
window.location = "/Account/Login";
}
function LogoutClose() {
document.getElementById("logoutModal").style.display = "none";
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-animate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ngStorage/0.3.6/ngStorage.min.js"></script>
<link href="/Content/calendar.css" rel="stylesheet" />
<script src="/Scripts/pureJSCalendar.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/Home/Index">Medical Diagnostics Schedule</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" id="HomeMenu" style="display:none">
</ul>
<ul id="RightMenu" class="navbar-right" style="color:white;display:none">
<li>
<span id="userName"></span>
</li>
<li>
<a href="#" onclick="Logout();" >Logout</a>
</li>
</ul>
</div>
</div>
</div>
<div>
<script src="/Scripts/PatientLogin.js"></script>
<div class="bg-dark" ng-app="PatientApp" ng-controller="PatientLoginCtrl">
<div class="container">
<div class="card card-login mx-auto mt-5">
<br />
<div class="card-header">Login</div>
<div class="card-body">
<form>
<div class="form-group">
<input type="email" id="Email" class="form-control" placeholder="Email address" required="required" ng-model="Login.EmailID">
</div>
<div cl
Open service 40.86.86.144:80 · schedule.mdsmi.com
2026-01-04 08:37
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Sun, 04 Jan 2026 08:37:49 GMT Location: https://schedule.mdsmi.com/
Open service 40.86.86.144:80 · grupoacceon.com.mx
2026-01-04 00:08
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Sun, 04 Jan 2026 00:08:36 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · grupoacceon.com.mx
2026-01-04 00:08
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Sun, 04 Jan 2026 00:08:35 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:80 · aiosecurity.com.mx
2026-01-04 00:08
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Sun, 04 Jan 2026 00:08:00 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · aiosecurity.com.mx
2026-01-04 00:08
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Sun, 04 Jan 2026 00:08:00 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · core.postercompliance.com
2026-01-03 08:52
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Sat, 03 Jan 2026 08:52:46 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=0e3309049ed6664cf63634e1f81d5b6dad73082cb2112a403b300fc02c1deff2;Path=/;HttpOnly;Secure;Domain=core.postercompliance.com Set-Cookie: ARRAffinitySameSite=0e3309049ed6664cf63634e1f81d5b6dad73082cb2112a403b300fc02c1deff2;Path=/;HttpOnly;SameSite=None;Secure;Domain=core.postercompliance.com X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · sotecpm.com
2026-01-03 00:27
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 03 Jan 2026 00:28:01 GMT Server: Microsoft-IIS/10.0 Location: https://www.sotecpm.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=sotecpm.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotecpm.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · sotecpm.com
2026-01-03 00:07
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 03 Jan 2026 00:07:53 GMT Server: Microsoft-IIS/10.0 Location: https://www.sotecpm.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=sotecpm.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotecpm.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:80 · grupoacceon.com
2026-01-03 00:06
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Sat, 03 Jan 2026 00:06:20 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · www.simplefrat.com
2026-01-02 22:14
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 02 Jan 2026 22:14:39 GMT
Server: Microsoft-IIS/10.0
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
X-XSS-Protection: 1; mode=block
X-Frame-Options: Deny
Referrer-Policy: no-referrer-when-downgrade
X-Powered-By: ASP.NET
Page title: SimpleFRAT - Flight Risk Assessments Made Easy
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<title>SimpleFRAT - Flight Risk Assessments Made Easy</title>
<script type="module" crossorigin src="/assets/index-Cl6z9c6b.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bp44TV0A.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Open service 40.86.86.144:443 · api.veomr.com
2026-01-02 22:12
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Fri, 02 Jan 2026 22:12:14 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=b70ba90d7e55060a39e65496009af3848fdbc07e10c8d64f48e4cfdfaa52afdc;Path=/;HttpOnly;Secure;Domain=api.veomr.com Set-Cookie: ARRAffinitySameSite=b70ba90d7e55060a39e65496009af3848fdbc07e10c8d64f48e4cfdfaa52afdc;Path=/;HttpOnly;SameSite=None;Secure;Domain=api.veomr.com Request-Context: appId=cid-v1:26eefb89-df06-4ce7-8d4e-d1ec8bc32d53 X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · libertysystemsllc.com
2026-01-02 21:16
HTTP/1.1 200 OK
Content-Length: 186090
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 21:16:08 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=6bf5483170b089a0733c6c67149c67c756dc040307b31f2f25596a9d7eef7506;Path=/;HttpOnly;Secure;Domain=libertysystemsllc.com
Set-Cookie: ARRAffinitySameSite=6bf5483170b089a0733c6c67149c67c756dc040307b31f2f25596a9d7eef7506;Path=/;HttpOnly;SameSite=None;Secure;Domain=libertysystemsllc.com
x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://libertysystemsllc.com/wp-json/>; rel="https://api.w.org/"
Link: <https://libertysystemsllc.com/wp-json/wp/v2/pages/4442>; rel="alternate"; type="application/json"
Link: <https://libertysystemsllc.com/>; rel=shortlink
Page title: Liberty Systems, LLC – Liberty Systems
<!DOCTYPE html>
<html class="avada-html-layout-boxed avada-html-header-position-top avada-html-has-bg-image" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Liberty Systems, LLC – Liberty Systems</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Feed" href="https://libertysystemsllc.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Comments Feed" href="https://libertysystemsllc.com/comments/feed/" />
<link rel="shortcut icon" href="/wp-content/uploads/2017/05/favicon.ico" type="image/x-icon" />
<meta property="og:title" content="AL Home"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://libertysystemsllc.com/"/>
<meta property="og:site_name" content="Liberty Systems, LLC"/>
<meta property="og:description" content=""Ken was the first person to reach out to me when I was first elected in November 2010, and knew nothing about elections. He told me not to worry and that he would take care of everything. So I took his word for it then; and to this day, I still don't worry about elections"/>
<meta property="og:image" content="/wp-content/uploads/2017/05/LibertySystemsLogo.png"/>
<link rel='stylesheet' id='fontawesome-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css?ver=1.3.9' type='text/css' media='all' />
<!--[if IE 7]>
<link rel='stylesheet' id='fontawesome-ie-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css?ver=1.3.9' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='fusion-dynamic-css-css' href='/wp-content/uploads/fusion-styles/d0bf0283757e007102d1b819c4902db6.min.css?ver=3.11.5' type='text/css' media='all' />
<style>
/* Accessible for screen readers but hidden from view */
.fa-hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
.rtl .fa-hidden { left:10000px; }
.fa-showtext { margin-right: 5px; }
</style>
<script type="text/javascript" src="https://libertysystemsllc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<link rel="https://api.w.org/" href="https://libertysystemsllc.com/wp-json/" /><link rel="alternate" type="application/json" href="https://libertysystemsllc.com/wp-json/wp/v2/pages/4442" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://libertysystemsllc.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.4.7" />
<link rel="canonical" href="https://libertysystemsllc.com/" />
<link rel='shortlink' href='https://libertysystemsllc.com/' />
<link rel="alternate" type="application/json+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F&format=xml" />
<style type="text/css" id="css-fb-visibility">@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}body .sm-text-align-center{text-align:center !important;}body .sm-text-align-left{text-align:left !important;}body .sm-text-align-right{text-align:right !important;}body .sm-flex-align-center{justify-content:center !important;}body .sm-flex-align-flex-start{justify-content:flex-start !important;}body .sm-flex-align-flex-end{justify-content:flex-end !important;}body .sm-mx-auto{margin-left:auto !important;margin-right:auto !important;}body .sm-ml-auto{margin-left:auto !important;}body .sm-mr-auto{margin-right:auto !important;}body .fusion-absolute-position-sma
Open service 40.86.86.144:443 · payments.fccu.org
2026-01-02 14:58
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 02 Jan 2026 14:58:13 GMT
Server: Microsoft-IIS/10.0
Cache-Control: no-cache,no-store
Expires: -1
Pragma: no-cache
Set-Cookie: .AspNetCore.Antiforgery.cdV5uW_Ejgc=CfDJ8MP7O_2_BK9DuG78vTDgldtiZ63FgTwMr95iccxQwKYljft3p_SFRugX4Bx0ztxphkXtJ3oWNVFkjlVVdp1Um4-tbrHNUZJop9hXNeJYrhU37mmVs-c_d6OSL5_Tsk-P4xUrEsuRKX43WvXDfu63rB0; path=/; samesite=strict; httponly; Secure; HttpOnly
Set-Cookie: .FccuSessionId=CfDJ8MP7O%2F2%2FBK9DuG78vTDgldu2LGXwNFCYR93GP7hy2kPQvY0B47ND7FZoXMEMjFKLj7oitJTO%2BPmIatRusZQ5ecD0eGZmZaHcRxlR52vlQC9jQ8YAdqPZ6izWoxpXtgA0J%2FCoH6IZwVECjKdcJGrgJgTWkQgo%2B1dGanhhBYg8xsgS; path=/; secure; samesite=lax; httponly
Set-Cookie: ARRAffinity=fa4f57c53abf5c50b9eae903b1d4f9efef5fb251126d42c1151c105d4cf4b001;Path=/;HttpOnly;Secure;Domain=payments.fccu.org
Set-Cookie: ARRAffinitySameSite=fa4f57c53abf5c50b9eae903b1d4f9efef5fb251126d42c1151c105d4cf4b001;Path=/;HttpOnly;SameSite=None;Secure;Domain=payments.fccu.org
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=2592000
Request-Context: appId=cid-v1:d58b3aca-aa79-468f-8976-a1c4eb6f9384
X-Frame-Options: SAMEORIGIN
X-Powered-By: ASP.NET
Page title: FCCU - Payments Portal
<!DOCTYPE html>
<html lang="en" class="person-index">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FCCU - Payments Portal</title>
<link rel="shortcut icon" type="image" href="/img/star.ico" />
<link rel="stylesheet" href="/css/jsapplib.min.css?v=AFj0clw5BVv92wFNtLiMiX5_RnFOKYLKUEcEv8U3hq0" />
<link rel="stylesheet" href="/css/payments.min.css?v=44cD6dswCVnywbb2VVcsMvs-1a9QEXScTu5ITV1I43s" />
<script src="/js/jsapplib.min.js?v=40nnHbViZEJ2Dfyk5dmiQVxbNiHlxiJFfjq5xQcK8Bg"></script>
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c])
Open service 40.86.86.144:80 · payments.fccu.org
2026-01-02 14:58
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 02 Jan 2026 14:58:12 GMT Location: https://payments.fccu.org/
Open service 40.86.86.144:443 · blic3.mx
2026-01-02 13:53
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 13:53:03 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · www.blic3.com
2026-01-02 12:20
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 12:20:16 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · www.sotecpm.com
2026-01-02 10:17
HTTP/1.1 200 OK
Content-Length: 109238
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 10:17:32 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.sotecpm.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.sotecpm.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://www.sotecpm.com/wp-json/>; rel="https://api.w.org/"
Link: <https://www.sotecpm.com/wp-json/wp/v2/pages/59>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://www.sotecpm.com/>; rel=shortlink
Page title: Home - Sotec - Soluciones en Tecnología PM
<!DOCTYPE html>
<html lang="es" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="google-site-verification" content="spFXJdVyAta7tZLKbkxCGHDVtX7Jyif6ZzM9bl4CdEM" />
<style>
/* Header */
/* Site Title & Tagline */
.site-title a{
color: #ffffff;
}
.site-title a:hover{
color: #0071cd;
}
.navbar p.site-description{
color: #acacac;
}
/* Primary Menu */
.navbar.custom .nav .nav-item .nav-link,body .navbar .nav .nav-item .nav-link,body .navbar.navbar1 .nav .nav-item .nav-link {
color: #ffffff;
}
.navbar.custom .nav .nav-item:hover .nav-link,body .navbar .nav .nav-item:hover .nav-link, .navbar.custom .nav .nav-item.active .nav-link:hover,body .navbar .nav .nav-item.active .nav-link:hover {
color: #0071cd;
}
.nav.navbar-nav a.dropdown-item:hover {
color: #0071cd!important;
}
.navbar ul li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
.navbar .nav li.active .nav-link .menu-text:after{
background:#0071cd!important;
width: 100%;
}
/*.navbar.custom .nav .nav-item.active.current_page_ancestor .nav-link,body .navbar .nav .nav-item.active .nav-link {
background-color: #0071cd!important;
}*/
.navbar.custom .nav .nav-item.active .nav-link,body .navbar .nav .nav-item.active .nav-link {
color: #ffffff!important;
}
/* Submenus */
.nav.navbar-nav .dropdown-item, .nav.navbar-nav .dropdown-menu {
background-color: #000000;
}
.nav.navbar-nav a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu a.dropdown-item{
color: #ffffff!important;
}
.nav.navbar-nav a.dropdown-item:hover,.nav.navbar-nav ul.dropdown-menu .current_page_item.active a.dropdown-item,.nav.navbar-nav a.bg-light.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu li.active a.dropdown-item, body .navbar-nav:not(.sm-collapsible) .sm-nowrap > li.show > .dropdown-item , body .navbar .nav .nav-item .dropdown:hover > a{
color: #0071cd !important;
}
.navbar ul.dropdown-menu li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
body .navbar .nav .nav-item.active li.active a.dropdown-item .nav-link:hover{
color: #ffffff!important;
}
.nav.navbar-nav .dropdown-item:focus, .nav.navbar-nav .dropdown-item:hover
{
background-color: transparent;
}
/* Banner */
.page-title-section .page-title h1{
color: #ffffff !Important;
}
/* Breadcrumb */
/* Content */
/* Sidebar */
/* Footer Widgets */
.site-footer p {
color: #fff;
}
.cart-header {
border-left: 1px solid #747474;
padding: 0 0 0 0.5rem;
}
.custom-logo{width: 162px; height: auto;}
.spiko_header_btn{ -webkit-border-radius: 0px;border-radius: 0px;}
#content .container{max-width: 1140px;}
#wrapper .site-footer .container{max-width: 1140px;}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v20.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - Sotec - Soluciones en Tecnología PM</title>
<link rel="canonical" href="https://www.sotecpm.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type"
Open service 40.86.86.144:443 · ephelix.trutypes.com
2026-01-02 08:12
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 02 Jan 2026 08:12:02 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=866930ba1bd49f945cee5692854d34baab5842f1a668eff00ae9869274cad2e9;Path=/;HttpOnly;Secure;Domain=ephelix.trutypes.com
Set-Cookie: ARRAffinitySameSite=866930ba1bd49f945cee5692854d34baab5842f1a668eff00ae9869274cad2e9;Path=/;HttpOnly;SameSite=None;Secure;Domain=ephelix.trutypes.com
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:c4d6e130-0eee-4f9e-9a40-9e9edb6ebbae
X-Powered-By: ASP.NET
Page title: - ePhelixePhelix Login
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> - ePhelix</title>
<!-- ✅ Use Bootstrap 5.3.3 CSS (CDN) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/site.css?v=9JGLfj1tYVhIpCVu06cgWgpfDw7KgWwWJ_yO8iLLd-0" />
<link rel="stylesheet" href="/ePhelix.styles.css?v=7NFNY_DmkWhlWnzPWJalonksX9NN0ovhWx9R41WaIzA" />
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c]);var u=T[c];T[c]=function(e,t,n,a,i){var r=u&&u(e,t,n,a,i);return!0!==r&&m["_
Open service 40.86.86.144:80 · stripe.porkapi.org
2026-01-02 03:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 02 Jan 2026 03:51:39 GMT Location: https://stripe.porkapi.org/
Open service 40.86.86.144:443 · stripe.porkapi.org
2026-01-02 03:51
HTTP/1.1 200 OK
Content-Length: 9748
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 02 Jan 2026 03:51:39 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: Pork Checkoff
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pork Checkoff</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Pork.org">
<meta name="author" content="National Pork Board">
<meta name="robots" content="noindex">
<link href="/Content/ico/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script>
var root = '/';
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
<script>
$(document).on('click', 'a.is-modal', function (e) {
e.preventDefault();
});
</script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-theme/0.1.0-beta.6/select2-bootstrap.min.css" />
<link href="/Content/css?v=sEfDRKV67nrBipJGJ8fniT8lsecNUi-PEUGj3wq7ojE1" rel="stylesheet"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body">
<nav id="pork-bar" class="navbar navbar-inverse navbar-fixed-top navbar-xs">
<div class="container-fluid">
<div class="navbar-header pull-right">
<ul class="nav">
<li class="pull-left"><a href="http://account.pork.local/Login?returnUrl=https://stripe.porkapi.org/">Login</a></li>
<li class="pull-left"><a href="http://account.pork.local/Register?returnUrl=https://stripe.porkapi.org/">Register</a></li>
</ul>
</div>
</div>
</nav>
<div id="wrap">
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="//d3fns0a45gcg1a.cloudfront.net/images/logo-pork-checkoff.png" alt="Pork Checkoff" width="100" /></a>
</div>
<div class="collapse navbar-collapse" id="navigation-menu">
</div>
</div>
</nav>
<div id="content" class="container">
<h1>Payments Webhooks</h1>
</div>
</div> <!--/#wrap-->
<footer id="footer">
<div class="container">
<div class="row small">
<div class="col-md
Open service 40.86.86.144:80 · teststripe.porkapi.org
2026-01-02 03:50
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Fri, 02 Jan 2026 03:50:18 GMT Location: https://teststripe.porkapi.org/
Open service 40.86.86.144:443 · teststripe.porkapi.org
2026-01-02 03:50
HTTP/1.1 200 OK
Content-Length: 9756
Connection: close
Content-Type: text/html; charset=utf-8
Date: Fri, 02 Jan 2026 03:50:19 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: Pork Checkoff
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pork Checkoff</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Pork.org">
<meta name="author" content="National Pork Board">
<meta name="robots" content="noindex">
<link href="/Content/ico/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script>
var root = '/';
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
<script>
$(document).on('click', 'a.is-modal', function (e) {
e.preventDefault();
});
</script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css">
<link rel="stylesheet" href="//d3fns0a45gcg1a.cloudfront.net/sites/all/assets/toastr/toastr.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-theme/0.1.0-beta.6/select2-bootstrap.min.css" />
<link href="/Content/css?v=sEfDRKV67nrBipJGJ8fniT8lsecNUi-PEUGj3wq7ojE1" rel="stylesheet"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body">
<nav id="pork-bar" class="navbar navbar-inverse navbar-fixed-top navbar-xs">
<div class="container-fluid">
<div class="navbar-header pull-right">
<ul class="nav">
<li class="pull-left"><a href="http://account.pork.local/Login?returnUrl=https://teststripe.porkapi.org/">Login</a></li>
<li class="pull-left"><a href="http://account.pork.local/Register?returnUrl=https://teststripe.porkapi.org/">Register</a></li>
</ul>
</div>
</div>
</nav>
<div id="wrap">
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="//d3fns0a45gcg1a.cloudfront.net/images/logo-pork-checkoff.png" alt="Pork Checkoff" width="100" /></a>
</div>
<div class="collapse navbar-collapse" id="navigation-menu">
</div>
</div>
</nav>
<div id="content" class="container">
<h1>Payments Webhooks</h1>
</div>
</div> <!--/#wrap-->
<footer id="footer">
<div class="container">
<div class="row small">
<div class
Open service 40.86.86.144:443 · www.blic3.mx
2026-01-02 00:43
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 00:43:55 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · blic3.com
2026-01-02 00:23
HTTP/1.1 200 OK
Content-Length: 69133
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 00:23:38 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://blic3.com/wp-json/>; rel="https://api.w.org/"
Link: <https://blic3.com/>; rel=shortlink
Page title: Home - BLIC3
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- This site is optimized with the Yoast SEO plugin v15.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - BLIC3</title>
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="https://blic3.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home - BLIC3" />
<meta property="og:url" content="https://blic3.com/" />
<meta property="og:site_name" content="BLIC3" />
<meta property="article:publisher" content="https://www.facebook.com/BLIC3-102930928027387/" />
<meta property="article:modified_time" content="2020-10-20T18:54:46+00:00" />
<meta property="og:image" content="https://blic3.com/wp-content/uploads/2020/05/conjunto-mayorazgo-blic3.jpg" />
<meta property="og:image:width" content="2377" />
<meta property="og:image:height" content="1397" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:label1" content="Escrito por">
<meta name="twitter:data1" content="Blic3">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://blic3.com/#website","url":"https://blic3.com/","name":"BLIC3","description":"Desarrollos Inmobiliarios","potentialAction":[{"@type":"SearchAction","target":"https://blic3.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"es-MX"},{"@type":"ImageObject","@id":"https://blic3.com/#primaryimage","inLanguage":"es-MX","url":"https://blic3.com/wp-content/uploads/2020/05/conjunto-mayorazgo-blic3.jpg","width":2377,"height":1397},{"@type":"WebPage","@id":"https://blic3.com/#webpage","url":"https://blic3.com/","name":"Home - BLIC3","isPartOf":{"@id":"https://blic3.com/#website"},"primaryImageOfPage":{"@id":"https://blic3.com/#primaryimage"},"datePublished":"2020-01-17T19:21:18+00:00","dateModified":"2020-10-20T18:54:46+00:00","inLanguage":"es-MX","potentialAction":[{"@type":"ReadAction","target":["https://blic3.com/"]}]}]}</script>
<!-- / Yoast SEO plugin. -->
<script type='application/javascript'>console.log('PixelYourSite Free version 8.0.8');</script>
<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/blic3.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.4.1"}};
/*! This file is auto-generated */
!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[
Open service 40.86.86.144:443 · www.sotecpm.com
2026-01-02 00:11
HTTP/1.1 200 OK
Content-Length: 109238
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 00:11:40 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.sotecpm.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.sotecpm.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://www.sotecpm.com/wp-json/>; rel="https://api.w.org/"
Link: <https://www.sotecpm.com/wp-json/wp/v2/pages/59>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://www.sotecpm.com/>; rel=shortlink
Page title: Home - Sotec - Soluciones en Tecnología PM
<!DOCTYPE html>
<html lang="es" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="google-site-verification" content="spFXJdVyAta7tZLKbkxCGHDVtX7Jyif6ZzM9bl4CdEM" />
<style>
/* Header */
/* Site Title & Tagline */
.site-title a{
color: #ffffff;
}
.site-title a:hover{
color: #0071cd;
}
.navbar p.site-description{
color: #acacac;
}
/* Primary Menu */
.navbar.custom .nav .nav-item .nav-link,body .navbar .nav .nav-item .nav-link,body .navbar.navbar1 .nav .nav-item .nav-link {
color: #ffffff;
}
.navbar.custom .nav .nav-item:hover .nav-link,body .navbar .nav .nav-item:hover .nav-link, .navbar.custom .nav .nav-item.active .nav-link:hover,body .navbar .nav .nav-item.active .nav-link:hover {
color: #0071cd;
}
.nav.navbar-nav a.dropdown-item:hover {
color: #0071cd!important;
}
.navbar ul li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
.navbar .nav li.active .nav-link .menu-text:after{
background:#0071cd!important;
width: 100%;
}
/*.navbar.custom .nav .nav-item.active.current_page_ancestor .nav-link,body .navbar .nav .nav-item.active .nav-link {
background-color: #0071cd!important;
}*/
.navbar.custom .nav .nav-item.active .nav-link,body .navbar .nav .nav-item.active .nav-link {
color: #ffffff!important;
}
/* Submenus */
.nav.navbar-nav .dropdown-item, .nav.navbar-nav .dropdown-menu {
background-color: #000000;
}
.nav.navbar-nav a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu a.dropdown-item{
color: #ffffff!important;
}
.nav.navbar-nav a.dropdown-item:hover,.nav.navbar-nav ul.dropdown-menu .current_page_item.active a.dropdown-item,.nav.navbar-nav a.bg-light.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu li.active a.dropdown-item, body .navbar-nav:not(.sm-collapsible) .sm-nowrap > li.show > .dropdown-item , body .navbar .nav .nav-item .dropdown:hover > a{
color: #0071cd !important;
}
.navbar ul.dropdown-menu li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
body .navbar .nav .nav-item.active li.active a.dropdown-item .nav-link:hover{
color: #ffffff!important;
}
.nav.navbar-nav .dropdown-item:focus, .nav.navbar-nav .dropdown-item:hover
{
background-color: transparent;
}
/* Banner */
.page-title-section .page-title h1{
color: #ffffff !Important;
}
/* Breadcrumb */
/* Content */
/* Sidebar */
/* Footer Widgets */
.site-footer p {
color: #fff;
}
.cart-header {
border-left: 1px solid #747474;
padding: 0 0 0 0.5rem;
}
.custom-logo{width: 162px; height: auto;}
.spiko_header_btn{ -webkit-border-radius: 0px;border-radius: 0px;}
#content .container{max-width: 1140px;}
#wrapper .site-footer .container{max-width: 1140px;}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v20.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - Sotec - Soluciones en Tecnología PM</title>
<link rel="canonical" href="https://www.sotecpm.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type"
Open service 40.86.86.144:443 · www.blic3.mx
2026-01-02 00:10
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 00:10:25 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · www.blic3.com
2026-01-02 00:10
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 00:10:08 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:80 · www.blic3.com
2026-01-02 00:10
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 00:10:08 GMT Server: Microsoft-IIS/10.0 Location: https://www.blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Domain=www.blic3.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · blic3.mx
2026-01-02 00:09
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 00:09:54 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:80 · blic3.mx
2026-01-02 00:09
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Fri, 02 Jan 2026 00:09:54 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.mx/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Domain=blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · blic3.com
2026-01-02 00:08
HTTP/1.1 500 Internal Server Error Content-Length: 75 Connection: close Content-Type: text/html Date: Fri, 02 Jan 2026 00:08:13 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.com X-Powered-By: ASP.NET The page cannot be displayed because an internal server error has occurred.
Open service 40.86.86.144:443 · sotec-store.com
2026-01-01 22:13
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Thu, 01 Jan 2026 22:13:26 GMT Server: Microsoft-IIS/10.0 Location: https://www.sotecpm.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=sotec-store.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotec-store.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · carrierscreening.juf.org
2026-01-01 16:45
HTTP/1.1 200 OK
Content-Length: 22721
Connection: close
Content-Type: text/html; charset=utf-8
Date: Thu, 01 Jan 2026 16:45:19 GMT
Server: Microsoft-IIS/10.0
Cache-Control: private
Set-Cookie: ARRAffinity=afbe05a2499505bc75e92e2ed59d68f87e42efc163c685d5bec2d55041a9cea8;Path=/;HttpOnly;Secure;Domain=carrierscreening.juf.org
Set-Cookie: ARRAffinitySameSite=afbe05a2499505bc75e92e2ed59d68f87e42efc163c685d5bec2d55041a9cea8;Path=/;HttpOnly;SameSite=None;Secure;Domain=carrierscreening.juf.org
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Page title: Registration for the Sarnoff Center Genetic Screening Program | Norton & Elaine Sarnoff Center for Jewish Genetics
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicons
================================================== -->
<link rel="icon" href="/img/favicon.ico?v=1.2">
<!-- BOOTSTRAP CORE COMMON CSS
================================================== -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'>
<link href="/css/bootstrap332.css" rel="stylesheet">
<!-- OLD WRAPPER
<link href="/WrapperRWD/css/nav-override.css" rel="stylesheet">
<link href="/WrapperRWD/css/styles.css" rel="stylesheet">
-->
<!-- JUF WRAPPER + SITE CSS
================================================== -->
<!-- this is a version of "styles.css" with all of the nav styling extracted,
so it can be overriden by my newbanner.css (now juf-wrapper.css) -->
<link href="/css/styles-altered-bill.css" rel="stylesheet">
<!-- BOOTSTRAP CUSTOM LOCALIZED CSS
================================================== -->
<link href="css/genetics.css?v=1.3" rel="stylesheet" />
<!-- SOCIAL MEDIA NAV SPRITES + HELPER
================================================== -->
<link href="/css/juf-social-sprites-rwd.css?v=1.0" rel="stylesheet" />
<link href="/css/helpers.css" rel="stylesheet" />
<!-- BOOTSTRAP CORE JAVASCRIPT
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<!-- SEARCH FIELD
================================================== -->
<script type="text/javascript" src="/js/searchgo.js"></script>
<!-- Go to www.addthis.com/dashboard to customize your tools
================================================== -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54c6caa45cd92037" async="async"></script>
<!-- BOOTSTRAP CUSTOM LOCALIZED CSS
================================================== -->
<link href="css/microsite.css?v=1.0" rel="stylesheet" />
<!-- META TAGS
================================================== -->
<title>Registration for the Sarnoff Center Genetic Screening Program | Norton & Elaine Sarnoff Center for Jewish Genetics</title>
<meta name="description" content="Use this form to register for the Norton & Elaine Sarnoff Center for Jewish Genetics’ carrier screening program and/or hereditary cancer testing. After you register and complete the pre-screening education course, you will receive an email from Chicago Genetic Consultants (CGC) to complete an intake form. CGC will then place an order for the genetic test and Myriad Genetics will send you a saliva sample collection kit to your home to be completed at your convenience. Please note, the kits have an expiration date so it is better to complete the collection sooner rather than later. You will receive results from a genetic counselor 2-3 weeks after you return the kit." />
<meta name="keywords" content="Center for Jewish Genetics, Carrier Screening, Jewish Genetic Disorders, hereditary cancer, Insight Medical Genetics, Jewish United Fund of Metropolitan Chicago" />
<meta property="og:title" content="Registration for the Sarnoff Center Genetic Screening Program | Norton & Elaine Sarnoff Center for Jewish Genetics" />
<meta property="og:description" content="Use this form to register for the Norton & Elaine Sarnoff Center for Jewish Genetics’ carrier screening program and/or hereditary cancer testing. After you register and complete the pre-screening education course, you will receive an email from Chicago Genetic Consultants (CGC) to complete an intake form. CGC will then place an order for the genetic test and Myriad Genetics will send you a saliva sample collection kit to your home to be completed at your convenience. Please note, the kits have an expirat
Open service 40.86.86.144:80 · carrierscreening.juf.org
2026-01-01 16:45
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Thu, 01 Jan 2026 16:45:17 GMT Location: https://carrierscreening.juf.org/
Open service 40.86.86.144:443 · carrierscreeningadmin.juf.org
2026-01-01 16:43
HTTP/1.1 302 Redirect Content-Length: 516 Connection: close Content-Type: text/html; charset=UTF-8 Date: Thu, 01 Jan 2026 16:43:47 GMT Location: https://login.windows.net/11046d62-3023-4fde-a90a-18bd34edd77e/oauth2/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fcarrierscreeningadmin.juf.org%2F.auth%2Flogin%2Faad%2Fcallback&client_id=34ae506f-184e-4234-beb6-4b214ac1af1e&scope=openid+profile+email&response_mode=form_post&nonce=ca34e9e5b1254e18992b082132d58c48_20260101164847&state=redir%3D%252F Set-Cookie: Nonce=DuWcHYj1EcIPzPqiIUxZ/v274GYYVPJdu3ftqP9KM6eUCXaN1YHBNEBhyp37fdRvu/MeoFY7u8b9oHLBXYnJUcBGMQZ4WvvmeDBfuqPGCRcX6kV/lbA16AiuYunHeD2T; path=/; secure; HttpOnly; SameSite=None Set-Cookie: ARRAffinity=afbe05a2499505bc75e92e2ed59d68f87e42efc163c685d5bec2d55041a9cea8;Path=/;HttpOnly;Secure;Domain=carrierscreeningadmin.juf.org Set-Cookie: ARRAffinitySameSite=afbe05a2499505bc75e92e2ed59d68f87e42efc163c685d5bec2d55041a9cea8;Path=/;HttpOnly;SameSite=None;Secure;Domain=carrierscreeningadmin.juf.org Strict-Transport-Security: max-age=31536000; includeSubDomains x-ms-middleware-request-id: e9e99d1d-d150-4c4c-afbd-0d86a0013504 X-Powered-By: ASP.NET Page title: Document Moved <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="https://login.windows.net/11046d62-3023-4fde-a90a-18bd34edd77e/oauth2/authorize?response_type=code+id_token&redirect_uri=https%3A%2F%2Fcarrierscreeningadmin.juf.org%2F.auth%2Flogin%2Faad%2Fcallback&client_id=34ae506f-184e-4234-beb6-4b214ac1af1e&scope=openid+profile+email&response_mode=form_post&nonce=ca34e9e5b1254e18992b082132d58c48_20260101164847&state=redir%3D%252F">here</a></body>
Open service 40.86.86.144:80 · carrierscreeningadmin.juf.org
2026-01-01 16:43
HTTP/1.1 302 Redirect Content-Length: 161 Connection: close Content-Type: text/html; charset=UTF-8 Date: Thu, 01 Jan 2026 16:43:45 GMT Location: https://carrierscreeningadmin.juf.org/ Set-Cookie: ARRAffinity=afbe05a2499505bc75e92e2ed59d68f87e42efc163c685d5bec2d55041a9cea8;Path=/;HttpOnly;Domain=carrierscreeningadmin.juf.org Strict-Transport-Security: max-age=0; includeSubDomains x-ms-middleware-request-id: 4649a1c9-0d2c-460b-9ca0-200e8870195d X-Powered-By: ASP.NET Page title: Document Moved <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="https://carrierscreeningadmin.juf.org/">here</a></body>
Open service 40.86.86.144:80 · www.aiosecurity.com.mx
2026-01-01 00:05
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Thu, 01 Jan 2026 00:05:18 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · www.aiosecurity.com.mx
2026-01-01 00:05
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Thu, 01 Jan 2026 00:05:18 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · www.aioelectronet.com
2026-01-01 00:05
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Thu, 01 Jan 2026 00:05:15 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:80 · www.aioelectronet.com
2026-01-01 00:05
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Thu, 01 Jan 2026 00:05:16 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:80 · aioelectronet.com
2026-01-01 00:03
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Thu, 01 Jan 2026 00:03:32 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · aioelectronet.com
2026-01-01 00:03
HTTP/1.1 403 Site Disabled
Content-Length: 1148
Connection: close
Content-Type: text/html
Date: Thu, 01 Jan 2026 00:03:32 GMT
Page title: Web App - Unavailable
<!DOCTYPE html><html><head><title>Web App - Unavailable</title><style type="text/css">html{height:100%;width:100%;}#feature{width:960px;margin:95px auto 0 auto;overflow:auto;}#content{font-family:"Segoe UI";font-weight:normal;font-size:22px;color:#fff;float:left;width:460px;margin-top:68px;margin-left:0px;vertical-align:middle;}#content h1{font-family:"Segoe UI Light";color:#fff;font-weight:normal;font-size:60px;line-height:48pt;width:800px;}p a,p a:visited,p a:active,p a:hover{color:#fff;}</style></head><body bgcolor="#00abec"><div id="feature"><div id="content"><h1 id="unavailable">Error 403 - This web app is stopped.</h1><p id="tryAgain">The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.</p><p id="toAdmin">If you are the web app administrator, please find the common 403 error scenarios and resolution <a href="https://go.microsoft.com/fwlink/?linkid=2095007" target="_blank">here</a>. For further troubleshooting tools and recommendations, please visit <a href="https://portal.azure.com/">Azure Portal</a>.</p></div></div></body></html>
Open service 40.86.86.144:443 · wfmnaposst.starbucks.com
2025-12-31 17:02
HTTP/1.1 403 Ip Forbidden
Content-Length: 1892
Connection: close
Content-Type: text/html
Date: Wed, 31 Dec 2025 17:02:50 GMT
x-ms-forbidden-ip: 159.223.132.86
Page title: Web App - Unavailable
<!DOCTYPE html>
<html>
<head>
<title>Web App - Unavailable</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 95px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
width: 460px;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
p a, p a:visited, p a:active, p a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1 id="unavailable">Error 403 - Forbidden</h1>
<p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:80 · wfmnaposst.starbucks.com
2025-12-31 17:02
HTTP/1.1 403 Ip Forbidden
Content-Length: 1892
Connection: close
Content-Type: text/html
Date: Wed, 31 Dec 2025 17:02:50 GMT
x-ms-forbidden-ip: 157.245.113.227
Page title: Web App - Unavailable
<!DOCTYPE html>
<html>
<head>
<title>Web App - Unavailable</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 95px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
width: 460px;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
p a, p a:visited, p a:active, p a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1 id="unavailable">Error 403 - Forbidden</h1>
<p id="tryAgain">The web app you have attempted to reach has blocked your access.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:80 · hotels.avctravel.com.au
2025-12-31 08:54
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 31 Dec 2025 08:54:01 GMT Location: https://hotels.avctravel.com.au/
Open service 40.86.86.144:443 · hotels.avctravel.com.au
2025-12-31 08:54
HTTP/1.1 302 Found Content-Length: 141 Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 31 Dec 2025 08:54:00 GMT Access-Control-Expose-Headers: Request-Context Cache-Control: private Location: https://avctravel.com.au Set-Cookie: P_A=N; expires=Thu, 01-Jan-2026 08:54:00 GMT; path=/; secure; SameSite=Lax Set-Cookie: ARRAffinity=91032851b9b8f1081eaab223888c9f680b762fcdccb7d9d607064c979cf504b0;Path=/;HttpOnly;Secure;Domain=hotels.avctravel.com.au Set-Cookie: ARRAffinitySameSite=91032851b9b8f1081eaab223888c9f680b762fcdccb7d9d607064c979cf504b0;Path=/;HttpOnly;SameSite=None;Secure;Domain=hotels.avctravel.com.au Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Security-Policy: default-src 'self' data: https: blob:;script-src 'self' 'unsafe-inline' 'unsafe-eval' *;style-src 'self' 'unsafe-inline' *;frame-ancestors 'self' *.accorplusdiscovery.com *.airportparking.net.au *.avctravel.com.au *.azurewebsites.net *.bzzworld.com *.bzzworldtravel.com *.clubmedaustralia.com.au *.crownclubmarketplace.com *.cruise.ovscruise.com *.cruise.wotif.com *.cruisemegastore.com.au *.dae-travel.com *.discover365.com.au *.doubleclick.net *.driveaway.com.au *.facebook.com *.favc.com *.hightide.com.au *.iamlvc.com *.iceenterprise.com *.icevacations.com.au *.kivac.com.mx *.latitude21resorts.com *.latitudeguestservices.com *.latitudevacationclub.com *.lifestylebywyndhamlite.com *.liveaquaresidenceclub.com *.looking4.com *.my241cruise.com.au *.my241rewards.com.au *.optimizely.com *.ourvacationcentre.com.au *.ourvacationcentre.net *.ovscruise.com *.ovsresort.com *.qvitravelsavings.com *.rci.my241cruise.com.au *.rci.travel *.re-set.mx *.re-set.travel *.saveonresorts.com *.theclub365.com.au *.tourmegastore.com.au *.travelii.mx *.travelsavingspassport.com *.tripsavr.com *.tripsavr2.com *.ultiqa.com.au *.ultiqaexplore.com.au *.ultiquaexplore.com.au *.windows.net *.world2go.mx *.wotif.com *.youtube.com *.kampyle.com *.livechatinc.com accorplusdiscovery.com agentportalui-wa-dev-usw.azurewebsites.net agentportalui-wa-qa-usw.azurewebsites.net avctravel.com.au bid.g.doubleclick.net cruise.ovscruise.com cruise.wotif.com cruisemegastore.com.au dae-travel.com discover365.com.au elcidsales.latitudeguestservices.com hightide.com.au iceenterprise.com icevacations.com.au latitudevacationclub.com lifestylebywyndhamlite.com my241cruise.com.au my241rewards.com.au ourvacationcentre.com.au ourvacationcentre.net ovscruise.com rci.my241cruise.com.au rci.travel theclub365.com.au tourmegastore.com.au ultiqa.com.au ultiqaexplore.com.au ultiquaexplore.com.au windows.net wotif.com;block-all-mixed-content;report-uri /WebResource.axd?cspReport=true X-Frame-Options: deny Request-Context: appId=cid-v1:9d512b64-890e-4ac9-b1fe-5c279f47a304 X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="https://avctravel.com.au">here</a>.</h2> </body></html>
Open service 40.86.86.144:443 · hotels.ultiqaexplore.com.au
2025-12-31 08:51
HTTP/1.1 302 Found Content-Length: 145 Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 31 Dec 2025 08:51:42 GMT Access-Control-Expose-Headers: Request-Context Cache-Control: private Location: https://ultiqaexplore.com.au Set-Cookie: P_A=N; expires=Thu, 01-Jan-2026 08:51:42 GMT; path=/; secure; SameSite=Lax Set-Cookie: ARRAffinity=91032851b9b8f1081eaab223888c9f680b762fcdccb7d9d607064c979cf504b0;Path=/;HttpOnly;Secure;Domain=hotels.ultiqaexplore.com.au Set-Cookie: ARRAffinitySameSite=91032851b9b8f1081eaab223888c9f680b762fcdccb7d9d607064c979cf504b0;Path=/;HttpOnly;SameSite=None;Secure;Domain=hotels.ultiqaexplore.com.au Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Security-Policy: default-src 'self' data: https: blob:;script-src 'self' 'unsafe-inline' 'unsafe-eval' *;style-src 'self' 'unsafe-inline' *;frame-ancestors 'self' *.accorplusdiscovery.com *.airportparking.net.au *.avctravel.com.au *.azurewebsites.net *.bzzworld.com *.bzzworldtravel.com *.clubmedaustralia.com.au *.crownclubmarketplace.com *.cruise.ovscruise.com *.cruise.wotif.com *.cruisemegastore.com.au *.dae-travel.com *.discover365.com.au *.doubleclick.net *.driveaway.com.au *.facebook.com *.favc.com *.hightide.com.au *.iamlvc.com *.iceenterprise.com *.icevacations.com.au *.kivac.com.mx *.latitude21resorts.com *.latitudeguestservices.com *.latitudevacationclub.com *.lifestylebywyndhamlite.com *.liveaquaresidenceclub.com *.looking4.com *.my241cruise.com.au *.my241rewards.com.au *.optimizely.com *.ourvacationcentre.com.au *.ourvacationcentre.net *.ovscruise.com *.ovsresort.com *.qvitravelsavings.com *.rci.my241cruise.com.au *.rci.travel *.re-set.mx *.re-set.travel *.saveonresorts.com *.theclub365.com.au *.tourmegastore.com.au *.travelii.mx *.travelsavingspassport.com *.tripsavr.com *.tripsavr2.com *.ultiqa.com.au *.ultiqaexplore.com.au *.ultiquaexplore.com.au *.windows.net *.world2go.mx *.wotif.com *.youtube.com *.kampyle.com *.livechatinc.com accorplusdiscovery.com agentportalui-wa-dev-usw.azurewebsites.net agentportalui-wa-qa-usw.azurewebsites.net avctravel.com.au bid.g.doubleclick.net cruise.ovscruise.com cruise.wotif.com cruisemegastore.com.au dae-travel.com discover365.com.au elcidsales.latitudeguestservices.com hightide.com.au iceenterprise.com icevacations.com.au latitudevacationclub.com lifestylebywyndhamlite.com my241cruise.com.au my241rewards.com.au ourvacationcentre.com.au ourvacationcentre.net ovscruise.com rci.my241cruise.com.au rci.travel theclub365.com.au tourmegastore.com.au ultiqa.com.au ultiqaexplore.com.au ultiquaexplore.com.au windows.net wotif.com;block-all-mixed-content;report-uri /WebResource.axd?cspReport=true X-Frame-Options: deny Request-Context: appId=cid-v1:9d512b64-890e-4ac9-b1fe-5c279f47a304 X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="https://ultiqaexplore.com.au">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · hotels.ultiqaexplore.com.au
2025-12-31 08:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 31 Dec 2025 08:51:40 GMT Location: https://hotels.ultiqaexplore.com.au/
Open service 40.86.86.144:443 · hotels.karmaodyssey.discover365.com.au
2025-12-31 08:51
HTTP/1.1 302 Found Content-Length: 156 Connection: close Content-Type: text/html; charset=utf-8 Date: Wed, 31 Dec 2025 08:51:28 GMT Access-Control-Expose-Headers: Request-Context Cache-Control: private Location: https://karmaodyssey.discover365.com.au Set-Cookie: P_A=N; expires=Thu, 01-Jan-2026 08:51:29 GMT; path=/; secure; SameSite=Lax Set-Cookie: ARRAffinity=91032851b9b8f1081eaab223888c9f680b762fcdccb7d9d607064c979cf504b0;Path=/;HttpOnly;Secure;Domain=hotels.karmaodyssey.discover365.com.au Set-Cookie: ARRAffinitySameSite=91032851b9b8f1081eaab223888c9f680b762fcdccb7d9d607064c979cf504b0;Path=/;HttpOnly;SameSite=None;Secure;Domain=hotels.karmaodyssey.discover365.com.au Strict-Transport-Security: max-age=31536000; includeSubDomains Content-Security-Policy: default-src 'self' data: https: blob:;script-src 'self' 'unsafe-inline' 'unsafe-eval' *;style-src 'self' 'unsafe-inline' *;frame-ancestors 'self' *.accorplusdiscovery.com *.airportparking.net.au *.avctravel.com.au *.azurewebsites.net *.bzzworld.com *.bzzworldtravel.com *.clubmedaustralia.com.au *.crownclubmarketplace.com *.cruise.ovscruise.com *.cruise.wotif.com *.cruisemegastore.com.au *.dae-travel.com *.discover365.com.au *.doubleclick.net *.driveaway.com.au *.facebook.com *.favc.com *.hightide.com.au *.iamlvc.com *.iceenterprise.com *.icevacations.com.au *.kivac.com.mx *.latitude21resorts.com *.latitudeguestservices.com *.latitudevacationclub.com *.lifestylebywyndhamlite.com *.liveaquaresidenceclub.com *.looking4.com *.my241cruise.com.au *.my241rewards.com.au *.optimizely.com *.ourvacationcentre.com.au *.ourvacationcentre.net *.ovscruise.com *.ovsresort.com *.qvitravelsavings.com *.rci.my241cruise.com.au *.rci.travel *.re-set.mx *.re-set.travel *.saveonresorts.com *.theclub365.com.au *.tourmegastore.com.au *.travelii.mx *.travelsavingspassport.com *.tripsavr.com *.tripsavr2.com *.ultiqa.com.au *.ultiqaexplore.com.au *.ultiquaexplore.com.au *.windows.net *.world2go.mx *.wotif.com *.youtube.com *.kampyle.com *.livechatinc.com accorplusdiscovery.com agentportalui-wa-dev-usw.azurewebsites.net agentportalui-wa-qa-usw.azurewebsites.net avctravel.com.au bid.g.doubleclick.net cruise.ovscruise.com cruise.wotif.com cruisemegastore.com.au dae-travel.com discover365.com.au elcidsales.latitudeguestservices.com hightide.com.au iceenterprise.com icevacations.com.au latitudevacationclub.com lifestylebywyndhamlite.com my241cruise.com.au my241rewards.com.au ourvacationcentre.com.au ourvacationcentre.net ovscruise.com rci.my241cruise.com.au rci.travel theclub365.com.au tourmegastore.com.au ultiqa.com.au ultiqaexplore.com.au ultiquaexplore.com.au windows.net wotif.com;block-all-mixed-content;report-uri /WebResource.axd?cspReport=true X-Frame-Options: deny Request-Context: appId=cid-v1:9d512b64-890e-4ac9-b1fe-5c279f47a304 X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Page title: Object moved <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href="https://karmaodyssey.discover365.com.au">here</a>.</h2> </body></html>
Open service 40.86.86.144:80 · hotels.karmaodyssey.discover365.com.au
2025-12-31 08:51
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 31 Dec 2025 08:51:27 GMT Location: https://hotels.karmaodyssey.discover365.com.au/
Open service 40.86.86.144:80 · conduct-dev.smart-tag.net
2025-12-24 00:40
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Wed, 24 Dec 2025 00:40:52 GMT Location: https://conduct-dev.smart-tag.net/
Open service 40.86.86.144:443 · conduct-dev.smart-tag.net
2025-12-24 00:40
HTTP/1.1 200 OK Content-Length: 1379 Connection: close Content-Type: text/html Date: Wed, 24 Dec 2025 00:40:50 GMT Server: Microsoft-IIS/10.0 Accept-Ranges: bytes ETag: "1dc58292613aae3" Last-Modified: Tue, 18 Nov 2025 01:17:47 GMT Set-Cookie: ARRAffinity=03c2480518e09a871f336bb2ea0ab643c8c42425c934a437bb1d9df7f5c0112e;Path=/;HttpOnly;Secure;Domain=conduct-dev.smart-tag.net Set-Cookie: ARRAffinitySameSite=03c2480518e09a871f336bb2ea0ab643c8c42425c934a437bb1d9df7f5c0112e;Path=/;HttpOnly;SameSite=None;Secure;Domain=conduct-dev.smart-tag.net Strict-Transport-Security: max-age=2592000 X-Powered-By: ASP.NET Page title: SMART Conduct <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>SMART Conduct</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://unpkg.com/ngx-bootstrap/datepicker/bs-datepicker.css"> <link rel="icon" type="image/x-icon" href="./assets/images/favicon.png"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <script src="https://cdn.ckeditor.com/4.15.0/full-all/ckeditor.js"></script> <script type="text/javascript" src="assets/Custom_Js/Beamer.js"></script> <script type="text/javascript" src="https://app.getbeamer.com/js/beamer-embed.js" defer="defer"></script> <link rel="stylesheet" href="styles.93e866bf781e3ca85ced.css"></head> <body> <app-root></app-root> <script src="runtime-es2015.00a1d898fe9540cdfc2a.js" type="module"></script><script src="runtime-es5.00a1d898fe9540cdfc2a.js" nomodule defer></script><script src="polyfills-es5.196c0fa068e76d1cc044.js" nomodule defer></script><script src="polyfills-es2015.7d48e6b26d37d7ca52a8.js" type="module"></script><script src="scripts.f3dd09ee8c68d2a5255e.js" defer></script><script src="main-es2015.863a085615a2196c498c.js" type="module"></script><script src="main-es5.863a085615a2196c498c.js" nomodule defer></script></body> </html>
Open service 40.86.86.144:80 · eltss.dmh.mo.gov
2025-12-23 17:30
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Tue, 23 Dec 2025 17:30:23 GMT Location: https://eltss.dmh.mo.gov/
Open service 40.86.86.144:443 · eltss.dmh.mo.gov
2025-12-23 17:30
HTTP/1.1 401 Unauthorized
Content-Length: 559
Connection: close
Content-Type: application/fhir+json; fhirVersion=4.0; charset=utf-8
Date: Tue, 23 Dec 2025 17:30:24 GMT
Server: Microsoft-IIS/10.0
Cache-Control: no-store
Last-Modified: Tue, 23 Dec 2025 17:30:24 GMT
Set-Cookie: ARRAffinity=79eeb4b54e604f617f684d7356612a15816484c3a7ec082ffde6984b94014e04;Path=/;HttpOnly;Secure;Domain=eltss.dmh.mo.gov
Set-Cookie: ARRAffinitySameSite=79eeb4b54e604f617f684d7356612a15816484c3a7ec082ffde6984b94014e04;Path=/;HttpOnly;SameSite=None;Secure;Domain=eltss.dmh.mo.gov
Request-Context: appId=cid-v1:171f46ae-097c-4dfa-a0ca-7733e237871e
X-Powered-By: ASP.NET
{
"resourceType": "OperationOutcome",
"id": "e4e95d69-86e5-489b-83f6-3eba9108e032",
"meta": {
"versionId": "588e13bc-334e-47d2-8dcf-5f15593918db",
"lastUpdated": "2025-12-23T17:30:24.5268881+00:00"
},
"issue": [
{
"severity": "error",
"code": "security",
"details": {
"coding": [
{
"system": "http://hl7.org/fhir/dotnet-api-operation-outcome",
"code": "5013"
}
],
"text": "Please provide a valid Bearer token"
}
}
]
}
Open service 40.86.86.144:443 · sotecpm.com
2025-12-23 09:57
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 09:57:44 GMT Server: Microsoft-IIS/10.0 Location: https://www.sotecpm.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=sotecpm.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotecpm.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · designapi-sandbox.evidentdigital.com
2025-12-23 06:42
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Tue, 23 Dec 2025 06:42:07 GMT Server: Kestrel Set-Cookie: ARRAffinity=15bad8553809f42412ac3cf7956784b33e8a8999fbf4ad538a9989b2a31b16c4;Path=/;HttpOnly;Secure;Domain=designapi-sandbox.evidentdigital.com Set-Cookie: ARRAffinitySameSite=15bad8553809f42412ac3cf7956784b33e8a8999fbf4ad538a9989b2a31b16c4;Path=/;HttpOnly;SameSite=None;Secure;Domain=designapi-sandbox.evidentdigital.com X-Powered-By: ASP.NET
Open service 40.86.86.144:80 · designapi-sandbox.evidentdigital.com
2025-12-23 06:42
HTTP/1.1 404 Not Found Content-Length: 0 Connection: close Date: Tue, 23 Dec 2025 06:42:07 GMT Server: Kestrel Set-Cookie: ARRAffinity=15bad8553809f42412ac3cf7956784b33e8a8999fbf4ad538a9989b2a31b16c4;Path=/;HttpOnly;Domain=designapi-sandbox.evidentdigital.com X-Powered-By: ASP.NET
Open service 40.86.86.144:443 · blic3.mx
2025-12-23 06:27
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 06:27:22 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · libertysystemsllc.com
2025-12-23 02:46
HTTP/1.1 200 OK
Content-Length: 186090
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Tue, 23 Dec 2025 02:46:16 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=6bf5483170b089a0733c6c67149c67c756dc040307b31f2f25596a9d7eef7506;Path=/;HttpOnly;Secure;Domain=libertysystemsllc.com
Set-Cookie: ARRAffinitySameSite=6bf5483170b089a0733c6c67149c67c756dc040307b31f2f25596a9d7eef7506;Path=/;HttpOnly;SameSite=None;Secure;Domain=libertysystemsllc.com
x-ms-middleware-request-id: 00000000-0000-0000-0000-000000000000
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://libertysystemsllc.com/wp-json/>; rel="https://api.w.org/"
Link: <https://libertysystemsllc.com/wp-json/wp/v2/pages/4442>; rel="alternate"; type="application/json"
Link: <https://libertysystemsllc.com/>; rel=shortlink
Page title: Liberty Systems, LLC – Liberty Systems
<!DOCTYPE html>
<html class="avada-html-layout-boxed avada-html-header-position-top avada-html-has-bg-image" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Liberty Systems, LLC – Liberty Systems</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Feed" href="https://libertysystemsllc.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Liberty Systems, LLC » Comments Feed" href="https://libertysystemsllc.com/comments/feed/" />
<link rel="shortcut icon" href="/wp-content/uploads/2017/05/favicon.ico" type="image/x-icon" />
<meta property="og:title" content="AL Home"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://libertysystemsllc.com/"/>
<meta property="og:site_name" content="Liberty Systems, LLC"/>
<meta property="og:description" content=""Ken was the first person to reach out to me when I was first elected in November 2010, and knew nothing about elections. He told me not to worry and that he would take care of everything. So I took his word for it then; and to this day, I still don't worry about elections"/>
<meta property="og:image" content="/wp-content/uploads/2017/05/LibertySystemsLogo.png"/>
<link rel='stylesheet' id='fontawesome-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css?ver=1.3.9' type='text/css' media='all' />
<!--[if IE 7]>
<link rel='stylesheet' id='fontawesome-ie-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome-ie7.min.css?ver=1.3.9' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='fusion-dynamic-css-css' href='/wp-content/uploads/fusion-styles/d0bf0283757e007102d1b819c4902db6.min.css?ver=3.11.5' type='text/css' media='all' />
<style>
/* Accessible for screen readers but hidden from view */
.fa-hidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
.rtl .fa-hidden { left:10000px; }
.fa-showtext { margin-right: 5px; }
</style>
<script type="text/javascript" src="https://libertysystemsllc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<link rel="https://api.w.org/" href="https://libertysystemsllc.com/wp-json/" /><link rel="alternate" type="application/json" href="https://libertysystemsllc.com/wp-json/wp/v2/pages/4442" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://libertysystemsllc.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.4.7" />
<link rel="canonical" href="https://libertysystemsllc.com/" />
<link rel='shortlink' href='https://libertysystemsllc.com/' />
<link rel="alternate" type="application/json+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://libertysystemsllc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flibertysystemsllc.com%2F&format=xml" />
<style type="text/css" id="css-fb-visibility">@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}body .sm-text-align-center{text-align:center !important;}body .sm-text-align-left{text-align:left !important;}body .sm-text-align-right{text-align:right !important;}body .sm-flex-align-center{justify-content:center !important;}body .sm-flex-align-flex-start{justify-content:flex-start !important;}body .sm-flex-align-flex-end{justify-content:flex-end !important;}body .sm-mx-auto{margin-left:auto !important;margin-right:auto !important;}body .sm-ml-auto{margin-left:auto !important;}body .sm-mr-auto{margin-right:auto !important;}body .fusion-absolute-position-sma
Open service 40.86.86.144:443 · www.blic3.mx
2025-12-23 02:05
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Tue, 23 Dec 2025 02:05:39 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · www.sotecpm.com
2025-12-22 19:27
HTTP/1.1 200 OK
Content-Length: 109238
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Mon, 22 Dec 2025 19:27:29 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.sotecpm.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.sotecpm.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://www.sotecpm.com/wp-json/>; rel="https://api.w.org/"
Link: <https://www.sotecpm.com/wp-json/wp/v2/pages/59>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://www.sotecpm.com/>; rel=shortlink
Page title: Home - Sotec - Soluciones en Tecnología PM
<!DOCTYPE html>
<html lang="es" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="google-site-verification" content="spFXJdVyAta7tZLKbkxCGHDVtX7Jyif6ZzM9bl4CdEM" />
<style>
/* Header */
/* Site Title & Tagline */
.site-title a{
color: #ffffff;
}
.site-title a:hover{
color: #0071cd;
}
.navbar p.site-description{
color: #acacac;
}
/* Primary Menu */
.navbar.custom .nav .nav-item .nav-link,body .navbar .nav .nav-item .nav-link,body .navbar.navbar1 .nav .nav-item .nav-link {
color: #ffffff;
}
.navbar.custom .nav .nav-item:hover .nav-link,body .navbar .nav .nav-item:hover .nav-link, .navbar.custom .nav .nav-item.active .nav-link:hover,body .navbar .nav .nav-item.active .nav-link:hover {
color: #0071cd;
}
.nav.navbar-nav a.dropdown-item:hover {
color: #0071cd!important;
}
.navbar ul li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
.navbar .nav li.active .nav-link .menu-text:after{
background:#0071cd!important;
width: 100%;
}
/*.navbar.custom .nav .nav-item.active.current_page_ancestor .nav-link,body .navbar .nav .nav-item.active .nav-link {
background-color: #0071cd!important;
}*/
.navbar.custom .nav .nav-item.active .nav-link,body .navbar .nav .nav-item.active .nav-link {
color: #ffffff!important;
}
/* Submenus */
.nav.navbar-nav .dropdown-item, .nav.navbar-nav .dropdown-menu {
background-color: #000000;
}
.nav.navbar-nav a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu a.dropdown-item{
color: #ffffff!important;
}
.nav.navbar-nav a.dropdown-item:hover,.nav.navbar-nav ul.dropdown-menu .current_page_item.active a.dropdown-item,.nav.navbar-nav a.bg-light.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active a.dropdown-item,.nav.navbar-nav ul.dropdown-menu .menu-item-has-children.active ul.dropdown-menu li.active a.dropdown-item, body .navbar-nav:not(.sm-collapsible) .sm-nowrap > li.show > .dropdown-item , body .navbar .nav .nav-item .dropdown:hover > a{
color: #0071cd !important;
}
.navbar ul.dropdown-menu li.menu-item a .menu-text:hover:after{
background: #0071cd;
}
body .navbar .nav .nav-item.active li.active a.dropdown-item .nav-link:hover{
color: #ffffff!important;
}
.nav.navbar-nav .dropdown-item:focus, .nav.navbar-nav .dropdown-item:hover
{
background-color: transparent;
}
/* Banner */
.page-title-section .page-title h1{
color: #ffffff !Important;
}
/* Breadcrumb */
/* Content */
/* Sidebar */
/* Footer Widgets */
.site-footer p {
color: #fff;
}
.cart-header {
border-left: 1px solid #747474;
padding: 0 0 0 0.5rem;
}
.custom-logo{width: 162px; height: auto;}
.spiko_header_btn{ -webkit-border-radius: 0px;border-radius: 0px;}
#content .container{max-width: 1140px;}
#wrapper .site-footer .container{max-width: 1140px;}
</style><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v20.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - Sotec - Soluciones en Tecnología PM</title>
<link rel="canonical" href="https://www.sotecpm.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type"
Open service 40.86.86.144:443 · sotec-store.com
2025-12-22 19:02
HTTP/1.1 500 Internal Server Error Content-Length: 75 Connection: close Content-Type: text/html Date: Mon, 22 Dec 2025 19:02:29 GMT Server: Microsoft-IIS/10.0 Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=sotec-store.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=sotec-store.com X-Powered-By: ASP.NET The page cannot be displayed because an internal server error has occurred.
Open service 40.86.86.144:443 · ephelix.trutypes.com
2025-12-22 15:34
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html; charset=utf-8
Date: Mon, 22 Dec 2025 15:34:28 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=866930ba1bd49f945cee5692854d34baab5842f1a668eff00ae9869274cad2e9;Path=/;HttpOnly;Secure;Domain=ephelix.trutypes.com
Set-Cookie: ARRAffinitySameSite=866930ba1bd49f945cee5692854d34baab5842f1a668eff00ae9869274cad2e9;Path=/;HttpOnly;SameSite=None;Secure;Domain=ephelix.trutypes.com
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:c4d6e130-0eee-4f9e-9a40-9e9edb6ebbae
X-Powered-By: ASP.NET
Page title: - ePhelixePhelix Login
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> - ePhelix</title>
<!-- ✅ Use Bootstrap 5.3.3 CSS (CDN) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/site.css?v=9JGLfj1tYVhIpCVu06cgWgpfDw7KgWwWJ_yO8iLLd-0" />
<link rel="stylesheet" href="/ePhelix.styles.css?v=7NFNY_DmkWhlWnzPWJalonksX9NN0ovhWx9R41WaIzA" />
<script type="text/javascript">!function(T,l,y){var S=T.location,k="script",D="instrumentationKey",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),iKey:e,name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c]);var u=T[c];T[c]=function(e,t,n,a,i){var r=u&&u(e,t,n,a,i);return!0!==r&&m["_
Open service 40.86.86.144:443 · www.blic3.com
2025-12-22 14:55
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Mon, 22 Dec 2025 14:55:02 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.com Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.com X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
Open service 40.86.86.144:443 · blic3.com
2025-12-22 14:40
HTTP/1.1 200 OK
Content-Length: 69133
Connection: close
Content-Type: text/html; charset=UTF-8
Date: Mon, 22 Dec 2025 14:40:35 GMT
Server: Microsoft-IIS/10.0
Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=blic3.com
Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=blic3.com
X-Powered-By: PHP/7.4.30
X-Powered-By: ASP.NET
Link: <https://blic3.com/wp-json/>; rel="https://api.w.org/"
Link: <https://blic3.com/>; rel=shortlink
Page title: Home - BLIC3
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- This site is optimized with the Yoast SEO plugin v15.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Home - BLIC3</title>
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="https://blic3.com/" />
<meta property="og:locale" content="es_MX" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home - BLIC3" />
<meta property="og:url" content="https://blic3.com/" />
<meta property="og:site_name" content="BLIC3" />
<meta property="article:publisher" content="https://www.facebook.com/BLIC3-102930928027387/" />
<meta property="article:modified_time" content="2020-10-20T18:54:46+00:00" />
<meta property="og:image" content="https://blic3.com/wp-content/uploads/2020/05/conjunto-mayorazgo-blic3.jpg" />
<meta property="og:image:width" content="2377" />
<meta property="og:image:height" content="1397" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:label1" content="Escrito por">
<meta name="twitter:data1" content="Blic3">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://blic3.com/#website","url":"https://blic3.com/","name":"BLIC3","description":"Desarrollos Inmobiliarios","potentialAction":[{"@type":"SearchAction","target":"https://blic3.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"es-MX"},{"@type":"ImageObject","@id":"https://blic3.com/#primaryimage","inLanguage":"es-MX","url":"https://blic3.com/wp-content/uploads/2020/05/conjunto-mayorazgo-blic3.jpg","width":2377,"height":1397},{"@type":"WebPage","@id":"https://blic3.com/#webpage","url":"https://blic3.com/","name":"Home - BLIC3","isPartOf":{"@id":"https://blic3.com/#website"},"primaryImageOfPage":{"@id":"https://blic3.com/#primaryimage"},"datePublished":"2020-01-17T19:21:18+00:00","dateModified":"2020-10-20T18:54:46+00:00","inLanguage":"es-MX","potentialAction":[{"@type":"ReadAction","target":["https://blic3.com/"]}]}]}</script>
<!-- / Yoast SEO plugin. -->
<script type='application/javascript'>console.log('PixelYourSite Free version 8.0.8');</script>
<link rel='dns-prefetch' href='//www.google.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/blic3.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.4.1"}};
/*! This file is auto-generated */
!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[
Open service 40.86.86.144:80 · oclmortgagewebinars.com
2025-12-22 12:57
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 12:57:33 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:443 · oclmortgagewebinars.com
2025-12-22 12:57
HTTP/1.1 404 Site Not Found
Content-Length: 2667
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 12:57:34 GMT
Page title: Microsoft Azure Web App - Error 404
<!DOCTYPE html>
<html>
<head>
<title>Microsoft Azure Web App - Error 404</title>
<style type="text/css">
html {
height: 100%;
width: 100%;
}
#feature {
width: 960px;
margin: 75px auto 0 auto;
overflow: auto;
}
#content {
font-family: "Segoe UI";
font-weight: normal;
font-size: 22px;
color: #ffffff;
float: left;
margin-top: 68px;
margin-left: 0px;
vertical-align: middle;
}
#content h1 {
font-family: "Segoe UI Light";
color: #ffffff;
font-weight: normal;
font-size: 60px;
line-height: 48pt;
width: 800px;
}
a, a:visited, a:active, a:hover {
color: #ffffff;
}
#content a.button {
background: #0DBCF2;
border: 1px solid #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-family: Segoe UI;
font-size: 24px;
line-height: 46px;
margin-top: 10px;
padding: 0 15px 3px;
text-decoration: none;
}
#content a.button img {
float: right;
padding: 10px 0 0 15px;
}
#content a.button:hover {
background: #1C75BC;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if (e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body bgcolor="#00abec">
<div id="feature">
<div id="content">
<h1>404 Web Site not found.</h1>
<p>You may be seeing this error due to one of the reasons listed below :</p>
<ul>
<li>Custom domain has not been configured inside Azure. See <a href="https://go.microsoft.com/fwlink/?linkid=2194614">how to map an existing domain</a> to resolve this.</li>
<li>Client cache is still pointing the domain to old IP address. Clear the cache by running the command <i>ipconfig/flushdns.</i></li>
</ul>
<p>Checkout <a href="https://go.microsoft.com/fwlink/?linkid=2194451">App Service Domain FAQ</a> for more questions.</p>
</div>
</div>
</body>
</html>
Open service 40.86.86.144:443 · www.blic3.mx
2025-12-20 21:50
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 20 Dec 2025 21:50:16 GMT Server: Microsoft-IIS/10.0 Location: https://blic3.com/ Set-Cookie: ARRAffinity=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;Secure;Domain=www.blic3.mx Set-Cookie: ARRAffinitySameSite=fb29ff4da6c13435bb95e6bef54b54fc713c0c414138efa5c7d64a150766310f;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.blic3.mx X-Powered-By: PHP/7.4.30 X-Powered-By: ASP.NET X-Redirect-By: WordPress
api.veomr.com 3 www.simplefrat.com 3 ephelix.trutypes.com 4 deliver-api-uat.synapsehealth.com 0 domaindata.licensing.microsoft.com 1 productcatalog.licensing.microsoft.com 1 b2b.licensing.microsoft.com 1 v3-api.jifulive.com 1 endpoint.postercompliance.com 1 testcrm.porkapi.org 1 test.manga.ag 1 mitchelsellers.com 1 sandbox.thecreditpeople.com 2 www.sotecpm.com 5 sotecpm.com 4 travel-sso.jifu.com 0 libertysystemsllc.com 3 www.blic3.com 5 blic3.mx 5 qa.firstcommand.com 1 common-login-dev.perimatics.com 0 salo-apps.com 3 fulfill-api-uat.synapsehealth.dev 1 deliver-uat.synapsehealth.dev 1 fulfill-uat.synapsehealth.dev 1 formulario.aap-cr.com 1 api.aap-cr.com 1 fds-a.fincretive.com 1 design.evidentlabs.com 1 www.prolifeyear.com 1 www.mydecisions.org 1 www.hh76.org 1 designer.evidentdigital.com 1 www.prayforbabies.com 1 retailertools.mazdadigitalcertifiedprogram.com 1 leadservices-staging.mazdadigitalcertifiedprogram.com 1 leadservices.mazdadigitalcertifiedprogram.com 0 flow-staging.mazdadigitalcertifiedprogram.com 1 analytics-staging.mazdadigitalcertifiedprogram.com 1 analytics.mazdadigitalcertifiedprogram.com 1 flow.mazdadigitalcertifiedprogram.com 1 schedule.mdsmi.com 3 aiosecurity.com.mx 3 app.profitandcash.com 1 stripe.porkapi.org 3 teststripe.porkapi.org 3 www.telenaai.com 1 www.blic3.mx 4 app.grittrac.com 1 blic3.com 3 sotec-store.com 2 sonosorders.quicktechonline.com 1 hunternetwork.com 1 neworgt.dev.volunteer-me.com 1 campusnexus.cloud 1 neworgc.dev.volunteer-me.com 1 neworga.dev.volunteer-me.com 1 www.aioelectronet.com 3 neworgb.dev.volunteer-me.com 1 portal-demo.oneview.subjectwell.com 1 interactionsync.avtex.com 1 githubcostvisualizer.com 1 grupoacceon.com.mx 1 core.postercompliance.com 0 grupoacceon.com 0 payments.fccu.org 1 carrierscreening.juf.org 1 carrierscreeningadmin.juf.org 1 www.aiosecurity.com.mx 1 aioelectronet.com 1 wfmnaposst.starbucks.com 1 hotels.avctravel.com.au 1 hotels.ultiqaexplore.com.au 1 hotels.karmaodyssey.discover365.com.au 1 conduct-dev.smart-tag.net 1 eltss.dmh.mo.gov 1 designapi-sandbox.evidentdigital.com 1 oclmortgagewebinars.com 1