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: 5733ddf49ff49cd1aad0354911861931f5a5c01e6812a0d8000e346770715f48
Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
GET /api/Authentication/CreateToken
GET /api/Authentication/GetCard/{id}
GET /api/Authentication/GetCards
GET /api/Authentication/GetDependentCards
GET /api/Authentication/readProfile
GET /api/Beneficiary
GET /api/ClaimExpenses/CountApproved
GET /api/ClaimExpenses/CountApprovedByApprovalDate
GET /api/ClaimExpenses/CountApprovedByPaymentEmmissionDate
GET /api/ClaimExpenses/CountPayed
GET /api/ClaimExpenses/GetApproved
GET /api/ClaimExpenses/GetApprovedByApprovalDate
GET /api/ClaimExpenses/GetApprovedByPaymentEmissionDate
GET /api/ClaimExpenses/GetAsClient
GET /api/ClaimExpenses/GetDependentRefunds
GET /api/ClaimExpenses/GetPayed
GET /api/ClaimExpenses/GetRefunds
GET /api/ClaimExpenses/ReadPlafondSpent
GET /api/Client
GET /api/Client/GetByBI
GET /api/Client/GetByNIF
GET /api/Client/GetByTelephone
GET /api/Client/{id}
GET /api/Coverage/GetAsClient
GET /api/CoverageStandard
GET /api/CoverageStandard/{id}
GET /api/Dropdown/GetActivePolicies
GET /api/Dropdown/GetActivePolicyDependents
GET /api/Dropdown/GetClinics
GET /api/Dropdown/GetInsurers
GET /api/Dropdown/GetMedicalSpecialties
GET /api/Dropdown/GetVideoConsultationReasons
GET /api/Dropdown/getDiagnostics
GET /api/Dropdown/getMedicalProcedures/{networkId}
GET /api/Dropdown/getMedicalProceduresAuthorization
GET /api/Dropdown/getMedicalProceduresAuthorizationCount
GET /api/Payment
GET /api/Plan/GetPolicyPlans
GET /api/Plan/GetProductPlans
GET /api/Plan/{id}
GET /api/Policy
GET /api/Policy/{id}
GET /api/Product
GET /api/Product/{id}
GET /api/Provider
GET /api/Provider/GetAll
GET /api/Provider/GetByNIF
GET /api/Provider/GetClinicsByIds
GET /api/Provider/{id}
POST /api/Authentication/ChangePassword
POST /api/Authentication/Logout
POST /api/Authentication/authenticate
POST /api/Authentication/forgotpassword
POST /api/Beneficiary/SynchronizeBeneficiaries
POST /api/ClaimExpenses/BulkUpload
POST /api/ClaimExpenses/RefundRequest
POST /api/Messaging/SendProviderWelcomeLetter
POST /api/Payment/SynchronizePayments
POST /api/VideoConsultation/SendVideoConsultationRequest
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: 5733ddf49ff49cd1aad0354911861931f5a5c01e6812a0d8000e346770715f48
Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
GET /api/Authentication/CreateToken
GET /api/Authentication/GetCard/{id}
GET /api/Authentication/GetCards
GET /api/Authentication/GetDependentCards
GET /api/Authentication/readProfile
GET /api/Beneficiary
GET /api/ClaimExpenses/CountApproved
GET /api/ClaimExpenses/CountApprovedByApprovalDate
GET /api/ClaimExpenses/CountApprovedByPaymentEmmissionDate
GET /api/ClaimExpenses/CountPayed
GET /api/ClaimExpenses/GetApproved
GET /api/ClaimExpenses/GetApprovedByApprovalDate
GET /api/ClaimExpenses/GetApprovedByPaymentEmissionDate
GET /api/ClaimExpenses/GetAsClient
GET /api/ClaimExpenses/GetDependentRefunds
GET /api/ClaimExpenses/GetPayed
GET /api/ClaimExpenses/GetRefunds
GET /api/ClaimExpenses/ReadPlafondSpent
GET /api/Client
GET /api/Client/GetByBI
GET /api/Client/GetByNIF
GET /api/Client/GetByTelephone
GET /api/Client/{id}
GET /api/Coverage/GetAsClient
GET /api/CoverageStandard
GET /api/CoverageStandard/{id}
GET /api/Dropdown/GetActivePolicies
GET /api/Dropdown/GetActivePolicyDependents
GET /api/Dropdown/GetClinics
GET /api/Dropdown/GetInsurers
GET /api/Dropdown/GetMedicalSpecialties
GET /api/Dropdown/GetVideoConsultationReasons
GET /api/Dropdown/getDiagnostics
GET /api/Dropdown/getMedicalProcedures/{networkId}
GET /api/Dropdown/getMedicalProceduresAuthorization
GET /api/Dropdown/getMedicalProceduresAuthorizationCount
GET /api/Payment
GET /api/Plan/GetPolicyPlans
GET /api/Plan/GetProductPlans
GET /api/Plan/{id}
GET /api/Policy
GET /api/Policy/{id}
GET /api/Product
GET /api/Product/{id}
GET /api/Provider
GET /api/Provider/GetAll
GET /api/Provider/GetByNIF
GET /api/Provider/GetClinicsByIds
GET /api/Provider/{id}
POST /api/Authentication/ChangePassword
POST /api/Authentication/Logout
POST /api/Authentication/authenticate
POST /api/Authentication/forgotpassword
POST /api/Beneficiary/SynchronizeBeneficiaries
POST /api/ClaimExpenses/BulkUpload
POST /api/ClaimExpenses/RefundRequest
POST /api/Messaging/SendProviderWelcomeLetter
POST /api/Payment/SynchronizePayments
POST /api/VideoConsultation/SendVideoConsultationRequest
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb3ad39a5a
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true ignorecase = true [remote "origin"] url = https://github.com/azureappserviceoss/wordpress-azure fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [branch "linux-appservice"] remote = origin merge = refs/heads/linux-appservice
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
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb3ad39a5a
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true ignorecase = true [remote "origin"] url = https://github.com/azureappserviceoss/wordpress-azure fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [branch "linux-appservice"] remote = origin merge = refs/heads/linux-appservice
Open service 148.69.165.159:443 · vantagem.plus
2026-01-23 06:22
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/10.0
X-Powered-By: PHP/8.3.11
X-UA-Compatible: IE=edge
Link: <https://vantagem.plus/wp-json/>; rel="https://api.w.org/"
Link: <https://vantagem.plus/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://vantagem.plus/>; rel=shortlink
X-Powered-By: ASP.NET
Date: Fri, 23 Jan 2026 06:22:36 GMT
Connection: close
Content-Length: 114740
Page title: Vantagem Plus
<!DOCTYPE html>
<html class="html" lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>Vantagem Plus</title>
<meta name='robots' content='max-image-preview:large' />
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Vantagem Plus » Feed" href="https://vantagem.plus/feed/" />
<link rel="alternate" type="application/rss+xml" title="Vantagem Plus » Comments Feed" href="https://vantagem.plus/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/vantagem.plus\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.4"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style id='wp-emoji-styles-inline-css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
ver
Open service 148.69.165.159:443 · api.suporte.vantagem.plus
2026-01-23 01:18
HTTP/1.1 404 Not Found Transfer-Encoding: chunked Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Fri, 23 Jan 2026 01:18:11 GMT Connection: close
Open service 20.126.135.158:443 · connect.vantagem.plus
2026-01-23 00:06
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Fri, 23 Jan 2026 00:06:43 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 148.69.165.159:443 · suporte.vantagem.plus
2026-01-22 12:54
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Mon, 08 Sep 2025 07:53:34 GMT
Accept-Ranges: bytes
ETag: "324071ad9520dc1:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Thu, 22 Jan 2026 12:54:51 GMT
Connection: close
Content-Length: 21819
Page title: DSISM
<!DOCTYPE html>
<html lang="pt" data-critters-container>
<head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="utf-8">
<title>DSISM</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<!-- Plugins Core Css -->
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}@font-face{font-family:'Material Icons Outlined';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsoutlined/v110/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');}@font-face{font-family:'Material Icons Round';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsround/v109/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format('woff2');}@font-face{font-family:'Material Icons Sharp';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconssharp/v110/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2) format('woff2');}@font-face{font-family:'Material Icons Two Tone';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconstwotone/v113/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0NjbrHg.woff2) format('woff2');}body{--google-font-color-materialiconstwotone:none;}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-outlined{font-family:'Material Icons Outlined';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-round{font-family:'Material Icons Round';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-sharp{font-family:'Material Icons Sharp';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-two-tone{font-family:'Material Icons Two Tone';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
<style type="text/css">@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7k
Open service 148.69.165.159:80 · suporte.vantagem.plus
2026-01-22 12:54
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Mon, 08 Sep 2025 07:53:34 GMT
Accept-Ranges: bytes
ETag: "324071ad9520dc1:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Thu, 22 Jan 2026 12:54:52 GMT
Connection: close
Content-Length: 21819
Page title: DSISM
<!DOCTYPE html>
<html lang="pt" data-critters-container>
<head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="utf-8">
<title>DSISM</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<!-- Plugins Core Css -->
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}@font-face{font-family:'Material Icons Outlined';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsoutlined/v110/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');}@font-face{font-family:'Material Icons Round';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconsround/v109/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format('woff2');}@font-face{font-family:'Material Icons Sharp';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconssharp/v110/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2) format('woff2');}@font-face{font-family:'Material Icons Two Tone';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialiconstwotone/v113/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0NjbrHg.woff2) format('woff2');}body{--google-font-color-materialiconstwotone:none;}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-outlined{font-family:'Material Icons Outlined';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-round{font-family:'Material Icons Round';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-sharp{font-family:'Material Icons Sharp';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}.material-icons-two-tone{font-family:'Material Icons Two Tone';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
<style type="text/css">@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7k
Open service 148.69.165.159:443 · api.suporte.vantagem.plus
2026-01-22 12:53
HTTP/1.1 404 Not Found Transfer-Encoding: chunked Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Thu, 22 Jan 2026 12:53:13 GMT Connection: close
Open service 20.126.135.158:443 · bo.vantagem.plus
2026-01-10 09:44
HTTP/1.1 302 Found Transfer-Encoding: chunked Location: https://bo.vantagem.plus/Account/Login?ReturnUrl=%2F Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Sat, 10 Jan 2026 09:44:06 GMT Connection: close
Open service 148.69.165.159:443 · connect-staging.vantagem.plus
2026-01-09 16:18
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Fri, 09 Jan 2026 16:18:38 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 20.126.135.158:443 · connect.vantagem.plus
2026-01-09 11:50
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Fri, 09 Jan 2026 11:50:44 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 148.69.165.159:443 · vantagem.plus
2026-01-09 08:02
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/10.0
X-Powered-By: PHP/8.3.11
X-UA-Compatible: IE=edge
Link: <https://vantagem.plus/wp-json/>; rel="https://api.w.org/"
Link: <https://vantagem.plus/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://vantagem.plus/>; rel=shortlink
X-Powered-By: ASP.NET
Date: Fri, 09 Jan 2026 08:02:53 GMT
Connection: close
Content-Length: 114740
Page title: Vantagem Plus
<!DOCTYPE html>
<html class="html" lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>Vantagem Plus</title>
<meta name='robots' content='max-image-preview:large' />
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Vantagem Plus » Feed" href="https://vantagem.plus/feed/" />
<link rel="alternate" type="application/rss+xml" title="Vantagem Plus » Comments Feed" href="https://vantagem.plus/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/vantagem.plus\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.4"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style id='wp-emoji-styles-inline-css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
ver
Open service 148.69.165.159:443 · api.suporte.vantagem.plus
2026-01-09 07:18
HTTP/1.1 404 Not Found Transfer-Encoding: chunked Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Fri, 09 Jan 2026 07:18:30 GMT Connection: close
Open service 148.69.165.159:443 · provider-staging.vantagem.plus
2026-01-05 12:13
HTTP/1.1 302 Found Transfer-Encoding: chunked Location: https://provider-staging.vantagem.plus/Account/Login?ReturnUrl=%2F Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Mon, 05 Jan 2026 12:13:11 GMT Connection: close
Open service 148.69.165.159:80 · provider-staging.vantagem.plus
2026-01-05 12:13
HTTP/1.1 302 Found Transfer-Encoding: chunked Location: http://provider-staging.vantagem.plus/Account/Login?ReturnUrl=%2F Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Mon, 05 Jan 2026 12:13:11 GMT Connection: close
Open service 148.69.165.159:443 · connect-staging.vantagem.plus
2026-01-05 12:09
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Mon, 05 Jan 2026 12:09:50 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 148.69.165.159:443 · bo-staging.vantagem.plus
2026-01-05 12:07
HTTP/1.1 302 Found Transfer-Encoding: chunked Location: https://bo-staging.vantagem.plus/Account/Login?ReturnUrl=%2F Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Mon, 05 Jan 2026 12:07:55 GMT Connection: close
Open service 20.126.135.158:443 · connect.vantagem.plus
2026-01-03 08:04
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Sat, 03 Jan 2026 08:04:57 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 20.126.135.158:443 · connect.vantagem.plus
2026-01-02 19:36
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Fri, 02 Jan 2026 19:36:53 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 148.69.165.159:443 · connect-staging.vantagem.plus
2026-01-02 11:12
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Fri, 02 Jan 2026 11:12:36 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 20.126.135.158:443 · bo.vantagem.plus
2026-01-02 08:02
HTTP/1.1 302 Found Transfer-Encoding: chunked Location: https://bo.vantagem.plus/Account/Login?ReturnUrl=%2F Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Fri, 02 Jan 2026 08:02:24 GMT Connection: close
Open service 20.126.135.158:443 · connect.vantagem.plus
2025-12-23 09:14
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Tue, 23 Dec 2025 09:14:19 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 148.69.165.159:443 · connect-staging.vantagem.plus
2025-12-23 02:27
HTTP/1.1 404 Not Found
Transfer-Encoding: chunked
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Tue, 23 Dec 2025 02:27:15 GMT
Connection: close
{"isError":false,"message":"Request successful.","result":"","statusCode":404}
Open service 148.69.165.159:443 · vantagem.plus
2025-12-22 17:04
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/10.0
X-Powered-By: PHP/8.3.11
X-UA-Compatible: IE=edge
Link: <https://vantagem.plus/wp-json/>; rel="https://api.w.org/"
Link: <https://vantagem.plus/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://vantagem.plus/>; rel=shortlink
X-Powered-By: ASP.NET
Date: Mon, 22 Dec 2025 17:04:41 GMT
Connection: close
Content-Length: 114740
Page title: Vantagem Plus
<!DOCTYPE html>
<html class="html" lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>Vantagem Plus</title>
<meta name='robots' content='max-image-preview:large' />
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Vantagem Plus » Feed" href="https://vantagem.plus/feed/" />
<link rel="alternate" type="application/rss+xml" title="Vantagem Plus » Comments Feed" href="https://vantagem.plus/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/vantagem.plus\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.6.4"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style id='wp-emoji-styles-inline-css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
ver
Open service 148.69.165.159:443 · api.suporte.vantagem.plus
2025-12-22 15:49
HTTP/1.1 404 Not Found Transfer-Encoding: chunked Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Mon, 22 Dec 2025 15:49:24 GMT Connection: close