Kestrel
tcp/443
Open service 13.89.172.4:80 · logging.prodt.opcommservice.com
2026-01-05 08:34
HTTP/1.1 301 Moved Permanently Content-Length: 0 Connection: close Date: Mon, 05 Jan 2026 08:34:39 GMT Location: https://logging.prodt.opcommservice.com/
Open service 13.89.172.4:443 · logging.prodt.opcommservice.com
2026-01-05 08:34
HTTP/1.1 200 OK
Connection: close
Date: Mon, 05 Jan 2026 08:34:39 GMT
Server: Kestrel
Transfer-Encoding: chunked
Request-Context: appId=cid-v1:bce968f0-4d5e-40d8-ac27-336d948064eb
Page title: OpComm Web Logging Services
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>OpComm Web Logging Services</title>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
font-family: Tahoma, sans-serif;
background: linear-gradient(120deg, #190020 0%, #320041 20%, #7B1FA2 50%, #320041 80%, #190020 100%);
}
.center-box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(10, 10, 20, 0.9);
border-radius: 20px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
padding: 40px 60px;
text-align: center;
color: white;
max-width: 90vw;
}
.center-box h1 {
font-size: 2.5em;
margin: 20px 0 10px;
font-weight: bold;
}
.center-box h2 {
font-size: 1.2em;
font-weight: normal;
margin-bottom: 20px;
color: #CCCCCC;
}
.center-box .info {
font-size: 0.9em;
color: #AAAAAA;
margin-top: 20px;
}
.icon {
width: 80px;
height: 80px;
margin-bottom: 20px;
}
.spin {
animation: spin 6s linear infinite;
transform-origin: center;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
<div class="center-box">
<svg class="icon spin" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="12" y="8" width="40" height="48" rx="6" fill="#BB86FC" />
<line x1="20" y1="20" x2="44" y2="20" stroke="white" stroke-width="3" stroke-linecap="round" />
<line x1="20" y1="28" x2="44" y2="28" stroke="white" stroke-width="3" stroke-linecap="round" />
<line x1="20" y1="36" x2="44" y2="36" stroke="white" stroke-width="3" stroke-linecap="round" />
</svg>
<h1>OpComm Logging Services</h1>
<h2>Diagnostic Logging & Telemetry Infrastructure</h2>
<div class="info">Staging Slot [prodt] from [AppSettings.json Staging Section]</div>
</div>
</body>
</html>