Help
RSS
API
Feed
Maltego
Contact
Domain > portableehr.ca
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-10-05
3.98.197.93
(
ClassC
)
2026-02-10
3.97.110.103
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Tue, 10 Feb 2026 12:40:40 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://portableehr.ca:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Tue, 10 Feb 2026 12:40:40 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: ApacheSet-Cookie: PHPSESSIDf6c1gmro9q397vlgj840bg5j9k; path/; secure; HttpOnlyExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheVary: Accept-EncodingStrict-Transport-Security: max-age31536000; includeSubDomainsX-Frame-Options: sameoriginX-Content-Type-Options: nosniffReferrer-Policy: same-originContent-Security-Policy: default-src self; style-src self fonts.googleapis.com unsafe-inline; script-src self unsafe-inline unsafe-eval; img-src * data: blob: unsafe-inline; font-src self fonts.gstatic.com; connect-src * data: blob: unsafe-inline wss:*; frame-src self data: blob:; !DOCTYPE html> html> head> meta charsetutf-8> base hrefhttps:/fragments/html_head.php> meta nameviewport contentwidthdevice-width, initial-scale1> title>Portable EHR - OAMP/title> link relshortcut icon href../favicon.ico> link relstylesheet href../resources/css/themes/jquery.mobile-1.4.5.min.css> link relstylesheet href../resources/css/themes/datatables.min.css> link relstylesheet href../resources/css/themes/jquery.datetimepicker.min.css> !--link relstylesheet href../resources/css/themes/jquery.mobile.theme-1.4.5.css> link relstylesheet href../resources/css/themes/jquery.mobile.structure-1.4.5.css--> link relstylesheet href../resources/css/oamp.css> link relstylesheet href//fonts.googleapis.com/css?familyOpen+Sans:200,300,400, 500,700> script src../resources/js/vendor/jquery/jquery.min.js>/script> script src../resources/js/vendor/jquery.validation/jquery.validate.min.js>/script> script src../resources/js/vendor/jquery.validation/additional-methods.min.js>/script> script src../resources/js/vendor/jquery.easing/jquery.easing.1.3.min.js>/script> !--script src../resources/js/index.js>/script--> script src../resources/js/oamp.js>/script> script src../resources/js/vendor/jquery-mobile/jquery.mobile-1.4.5.min.js>/script> script src/bower_components/showdown/dist/showdown.min.js>/script> script src../resources/js/vendor/datatables/datatables.min.js>/script> script src../resources/js/vendor/datetimepicker/jquery.datetimepicker.full.min.js>/script> !--suppress JSUnusedLocalSymbols, JSUnresolvedVariable --> script> var os; /** * Determine the mobile operating system. * This function returns one of iOS, Android, Windows Phone, or unknown. * * @returns {String} */ function getMobileOperatingSystem() { var userAgent navigator.userAgent || navigator.vendor || window.opera; // Windows Phone must come first because its UA also contains Android if (/windows phone/i.test(userAgent)) { return Windows Phone; } if (/android/i.test(userAgent)) { return Android; } // iOS detection from: http://stackoverflow.com/a/9039885/177710 if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { return iOS; } return unknown; } window.onload function () { console.log(window.onload event); console.log(Setting ehr-version in head.window.onload); $(.ehr-version).html(2.1.010); }; $(document).ready(function () { console.log(docment.ready event); console.log(Setting ehr-version in head.document.ready); $(.ehr-version).html(2.1.010); }); function showLoading(msgTxt) { $.mobile.loading(show, { text : msgTxt, textVisible: true, theme : a, textonly : false, html : null }); } function hideLoading() { $.mobile.loading(hide); } /script> !--suppress CssUnusedSymbol --> style> .ui-loader { top: 80%; width: auto; left:50%; } /style>/head> body> div data-rolepage data-titlePortable EHR - OAMP classoamp oamp-home data-titlePortable EHR - OAMP> script> function switchLanguage(otherLang) { const href window.location.href; const url window.location.origin + window.location.pathname; const search new URLSearchParams(window.location.search); search.set(lang, otherLang); const newHref url + ? + search.toString(); console.log(switchLanguage from + href + to + newHref); window.location.href newHref; }/script>div data-roleheader classoamp-header> a href# classoamp-navmenu-link ui-btn ui-btn-icon-notext ui-corner-all ui-icon-bars ui-nodisc-icon ui-alt-icon ui-btn-inline >Menu/a> h2> img classoamp-header stylewidth: 24pt; height: auto; position: absolute; margin-top: -6px; src../resources/img/logo-ehr156x156.png altOAMP Home> /h2> a idswitchLanguageButton href#55da4d5c-112d-440a-acb1-62e89663fd20 data-relpopup data-transitionnone data-rolebutton stylefloat: inherit; height: 24pt: width:auto; position: absolute; margin-top: 0> Français /a>/div>div data-rolepopup id55da4d5c-112d-440a-acb1-62e89663fd20 data-theme-b-> ul data-rolelistview data-insettrue stylemin-width:210px;> li data-iconfalse>a href# onclickswitchLanguage(en)>Anglais/a>/li>li data-iconfalse>a href# onclickswitchLanguage(es)>Espagnol/a>/li> /ul>/div>!-- /header --> div rolemain classui-content oamp-content> !--?php $session $IoCsession; if (is_session_started()) { $sessionstarted true; } $head json_encode($_SESSION , JSON_PRETTY_PRINT + JSON_UNESCAPED_SLASHES + JSON_UNESCAPED_UNICODE); $tail json_encode($_SERVER , JSON_PRETTY_PRINT + JSON_UNESCAPED_SLASHES + JSON_UNESCAPED_UNICODE); echo pre> . $head . $tail . /pre>; // try something bold here ! read the dang db $sysOps \DAO\UserDAO::getSysOps(); $logger->info(Read SysOps from DAO : $sysOps); ?--> h1> Portail de gestion/h1> p>DSE Portable Inc. (DSE) est une application mobile (« Application ») qui permet à l’utilisateur de visualiser l’information médicale (« Information ») obtenue à son sujet par une tierce partie et consignée à son dossier médical (« Dossier »). Lors de la lecture de l’Information par l’utilisateur, son Dossier est journalisé pour prendre note que l’information a bel et bien été transmise et lue. De plus, l’Application permet à l’utilisateur de gérer personnellement son consentement au transfert sécurisé de l’Information à un tiers qui pourrait avoir besoin d’un accès direct aux fins d’offrir des soins de santé./p>h2>Patient/h2> p>Lenregistrement du patient est conclu en clinique, alors quil sinscrit aux soins de santé dispensé par celle-ci, et donne son consentement à lutilisation de lapplication. Dès lors, le patient peut télécharger lapplication, et procéder à lactivation de son compte sur son mobile./p> h2>Lieux cliniques/h2> p>Des établissements tels que cliniques laboratoires et pharmacies, peuvent fournir des données patient. Ainsi, des alertes et notifications seront acheminées de façon sécuritaure au mobile du patient./p>p>De plus, le statut de la transmission, la lecture, et laccusé de réception du patient seront acheminés au personnel clinique concerné./p> h2>Réseaux intégrés de santé (RIS)/h2> p>Certains RIS coordonnent et alimentent des informations patient en provenance de plusieurs établissements. Une bannière de pharmacies peut, par exemple, alimenter des informations patient en bloc provenant de tous ses établissements, en tant que RIS./p> /div>!-- /content --> !--div data-rolepanel classoamp-navmenu-panel data-positionleft data-displayoverlay data-themea-->div data-rolepanel classoamp-navmenu-panel data-positionleft data-displayoverlay data-themea> ul classoamp-list ui-alt-icon ui-nodisc-icon> li data-iconhome> a href/index.php>Accueil/a> /li> li> a href/about/index.php>À propos/a> /li> li data-rolecollapsible data-enhancedtrue data-collapsed-iconcarat-d data-expanded-iconcarat-u data-iconposright data-insetfalse data-minitrue classui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed> h3 classui-collapsible-heading ui-collapsible-heading-collapsed> a href# classui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d> Support /a> /h3> div idleftPanel.support classui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed aria-hiddentrue> ul> li>a href/support/portal.report.php data-ajaxtrue>Feedback/a>/li> li>a href/support/portal.install.php data-ajaxtrue>Installer/a>/li> /ul> /div> /li> li data-rolecollapsible data-enhancedtrue data-collapsed-iconcarat-u data-expanded-iconcarat-d data-iconposright data-insetfalse classui-collapsible ui-collapsible-themed-content ui-collapsible-collapsed> h3 classui-collapsible-heading ui-collapsible-heading-collapsed> a href# classui-collapsible-heading-toggle ui-btn ui-btn-icon-right ui-btn-inherit ui-icon-carat-d> Légal /a> /h3> div idleftPanel.legal classui-collapsible-content ui-body-inherit ui-collapsible-content-collapsed aria-hiddentrue> ul> li>a href/legal/privacy.php data-ajaxtrue>Confidentialité/a>/li> li>a href/legal/eula.php data-ajaxtrue>Termes dutilisation/a>/li> /ul> /div> /li> /ul>/div>!-- /panel -->div data-rolefooter data-positionfixed data-tap-togglefalse classoamp-footer> !--suppress HtmlDeprecatedAttribute --> table width100%> tr styleheight: 32px> td stylewidth: 40px;> img src/resources/img/if_canada_512x512.png stylewidth: 28px; height: auto; position: relative; margin-top: -6px; > /td> td stylefloat: left; margin-left: -16px> p stylepadding-top:4px; font-weight: 600 ; font-size: .7em; float:right;> OAMP span classehr-version>2.1.010/span> /p>/td> td stylefloat: right; >p stylepadding-top:4px; font-weight: 500 ; font-size: .7em;>© Copyright 2021 Portable EHR inc./p> /td> /tr> /table>/div>!-- /footer --> /div>!-- /page --> /body> /html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]