Help
RSS
API
Feed
Maltego
Contact
Domain > www.mkmed.com.br
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-11-05
54.94.186.249
(
ClassC
)
2024-11-19
144.22.161.97
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: Apache-Coyote/1.1Accept-Ranges: bytesETag: W/14686-1723493553000Last-Modified: Mon, 12 Aug 2024 20:12:33 GMTContent-Type: text/htmlContent-Length: 14686vary: accept-encodingDate: Tue, 19 Nov 2024 21:22:35 GMT !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the License); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.-->!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>!-- saved from url(0014)about:internet -->html xmlnshttp://www.w3.org/1999/xhtml langen xml:langen> !-- Smart developers always View Source. This application was built using Apache Flex, an open source framework for building rich Internet applications that get delivered via the Flash Player or to desktops and mobile phones via Adobe AIR. Learn more about Flex at http://flex.apache.org // --> script languagejavascript typetext/javascript> if (document.location.protocol ! https:) { var xmlhttp new XMLHttpRequest(); xmlhttp.onreadystatechange function () { if (xmlhttp.readyState 4 && xmlhttp.status 200) { var x, i, xmlDoc, table; xmlDoc xmlhttp.responseXML; x xmlDoc.getElementsByTagName(ssl); if (x.length > 0) { if (x0.childNodes0.nodeValue S) { if (document.location.protocol ! https:) { document.location https: + window.location.href.substring(window.location.protocol.length, window.location.href.length); } } } } } xmlhttp.open(GET, servidor.xml, true); xmlhttp.send(); } /script> head> title>MK-Saude - Sistemas de Saude/title> link relicon hrefsaude.ico /> meta namegoogle valuenotranslate /> meta http-equivCache-Control contentno-cache /> meta http-equivPragma contentno-cache /> meta http-equivExpires content0 /> meta http-equivContent-Type contenttext/html; charsetutf-8 /> !-- Include CSS to eliminate any default margins/padding and set the height of the html element and the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as the percentage of the height of its parent container, which has to be set explicitly. Fix for Firefox 3.6 focus border issues. Initially, dont display flashContent div so it wont show if JavaScript disabled. --> style typetext/css mediascreen> html, body { height:100%; } body { margin:0; padding:0; overflow:auto; text-align:center; background-color: #f9f9f9; } object:focus { outline:none; } #flashContent { display:none; } /style> !-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens --> !-- BEGIN Browser History required section > link relstylesheet typetext/css hrefhistory/history.css /> script typetext/javascript srchistory/history.js>/script> ! END Browser History required section --> script typetext/javascript srcswfobject.js>/script> script typetext/javascript> // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. var swfVersionStr 27.0.0; // To use express install, set to playerProductInstall.swf, otherwise the empty string. var xiSwfUrlStr playerProductInstall.swf; var flashvars {}; var params {}; params.quality high; params.bgcolor #f9f9f9; params.allowscriptaccess sameDomain; params.allowfullscreen true; params.hasPriority true; var attributes {}; attributes.id index; attributes.name index; attributes.align middle; swfobject.embedSWF( index.swf?data + new Date().getTime(), flashContent, 100%, 100%, swfVersionStr, xiSwfUrlStr, flashvars, params, attributes); // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. swfobject.createCSS(#flashContent, display:block;text-align:left;); window.onbeforeunload function (e) { var message Confirma fechar o sistema? Alterações não salvas seram perdidas, e e || window.event; // For IE and Firefox if (e) { e.returnValue message; } // For Safari return message; }; /script> /head> body onloadmoveRelogio()> script srcsocket.io.js>/script> script languageJavaScript typetext/javascript> var socket null; var chat_conectado false; var i 0; var tipo enroll; function moveRelogio() { momentoAtual new Date(); hora momentoAtual.getHours(); minuto momentoAtual.getMinutes(); segundo momentoAtual.getSeconds(); if (hora 10) { hora 0+hora; } if (minuto 10) { minuto 0+minuto; } if (segundo 10) { segundo 0+segundo; } horaImprimivel hora + : + minuto + : + segundo; document.getElementById(divRelogio).innerHTML horaImprimivel; setTimeout(moveRelogio(), 1000); } /*function mostrarMapa() { var swf document.getElementById(index); //swf.style.width 0px; swf.style.heigth 120px; var sheet document.createElement(outros) sheet.innerHTML div id\map_canvas\ style\position:absolute; top:120px; left:0px; right:0px; bottom:0px\>/div>+ div id\panel_map\>+ input onclick\fecharMapa();\ typebutton value\Fechar\ style\position:absolute; top:130px; left:50%;\>+ /div>; document.body.appendChild(sheet); map new google.maps.Map(document.getElementById(map_canvas), mapOptions); }*/ function iniciarChat(url) { if (socket null) { socket io(url); socket.on(connect, function () { chat_conectado true; getFlexApp(index).statusChat(S); }); socket.on(chat message, function (obj) { getFlexApp(index).receberChat(obj.user, obj.msg, obj.destino); }); socket.on(hint, function (msg, destino, origem) { getFlexApp(index).getHint(msg, destino, origem); }); socket.on(get users, function (list) { getFlexApp(index).getUsers(list); }); socket.on(get mensagens, function (list) { getFlexApp(index).getMensagens(list); }); socket.on(disconnect, function () { chat_conectado false; getFlexApp(index).statusChat(N); }); } } function statusChat() { return chat_conectado; } function entrarChat(name, consultorio, id, cons_id, grupo_id, usuario_id, url) { iniciarChat(url); socket.emit( chat in, { user: name, consultorio: consultorio, user_id: id, consultorio_id: cons_id, grupo_id: grupo_id, usuario_id: usuario_id } ); } function sairChat() { socket.emit(chat out); socket null; chat_conectado false; } function enviarChat(usu_id, mensagem, para) { socket.emit(chat message, { user: usu_id, msg: mensagem, destino: para }); } function sendHint(msg, destino) { socket.emit(hint, msg, destino); } function getUsers() { socket.emit(get users); } function getMensagens(origem, destino) { socket.emit(get mensagens, origem, destino); } function getMinhas(destino) { socket.emit(get minhas, destino); } function marcarLido(idMsg, destino) { socket.emit(ler, idMsg, destino); } function getFlexApp(appName) { if (navigator.appName.indexOf(Microsoft) ! -1) { return windowappName; } else { return documentappName; } } function sendTeste(value) { alert(Mensagem + value); } function getFlexApp(appName) { if (navigator.appName.indexOf(Microsoft) ! -1) { return windowappName; } else { return documentappName; } } function showError(error) { alert(error); } function b64DecodeUnicode(str) { return decodeURIComponent(atob(str).split().map(function(c) { return % + (00 + c.charCodeAt(0).toString(16)).slice(-2); }).join()); } function b64toBlob(b64Data, contentType, sliceSize) { contentType contentType || ; sliceSize sliceSize || 512; var byteCharacters atob(b64Data); var byteArrays ; for (var offset 0; offset byteCharacters.length; offset + sliceSize) { var slice byteCharacters.slice(offset, offset + sliceSize); var byteNumbers new Array(slice.length); for (var i 0; i slice.length; i++) { byteNumbersi slice.charCodeAt(i); } var byteArray new Uint8Array(byteNumbers); byteArrays.push(byteArray); } var blob new Blob(byteArrays, { type: contentType }); return blob; } function b64toBlobUTF8(b64Data, contentType, sliceSize) { contentType contentType || ; sliceSize sliceSize || 512; var byteCharacters b64DecodeUnicode(b64Data); var byteArrays ; for (var offset 0; offset byteCharacters.length; offset + sliceSize) { var slice byteCharacters.slice(offset, offset + sliceSize); var byteNumbers new Array(slice.length); for (var i 0; i slice.length; i++) { byteNumbersi slice.charCodeAt(i); } var byteArray new Uint8Array(byteNumbers); byteArrays.push(byteArray); } var blob new Blob(byteArrays, { type: contentType }); return blob; } function abrirAnexo(ext, anexo) { var contentType ext; var b64Data anexo; var blob b64toBlob(b64Data, contentType); var blobUrl URL.createObjectURL(blob); window.open(blobUrl); setTimeout(function() {window.URL.revokeObjectURL(blobUrl)}, 1000); } function abrirAnexoUTF8(ext, anexo) { var contentType ext; var b64Data anexo; var blob b64toBlobUTF8(b64Data, contentType); var blobUrl URL.createObjectURL(blob); window.open(blobUrl); setTimeout(function() {window.URL.revokeObjectURL(blobUrl)}, 1000); } function downloadAnexo(fileName, anexo) { var contentType application/octet-stream; var b64Data anexo; var blob b64toBlob(b64Data, contentType); var blobUrl URL.createObjectURL(blob); var a window.document.createElement(a); a.href blobUrl; a.download fileName; document.body.appendChild(a); a.click(); setTimeout(function() { document.body.removeChild(a); window.URL.revokeObjectURL(blobUrl); }, 1000); } /script> !-- SWFObjects dynamic embed method replaces this alternative HTML content with Flash content when enough JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesnt show when JavaScript is disabled. --> div idflashContent> p> To view this page ensure that Adobe Flash Player version 27.0.0 or greater is installed. /p> script typetext/javascript> var pageHost ((document.location.protocol https:) ? https:// : http://); document.write(a hrefhttp://www.adobe.com/go/getflashplayer>img src + pageHost + www.adobe.com/images/shared/download_buttons/get_flash_player.gif altGet Adobe Flash player />/a> ); /script> /div> div idoutros>/div> noscript> object classidclsid:D27CDB6E-AE6D-11cf-96B8-444553540000 width100% height100% idindex> param namemovie valueindex.swf /> param namequality valuehigh /> param namebgcolor value#f9f9f9 /> param nameallowScriptAccess valuesameDomain /> param nameallowFullScreen valuetrue /> !--if !IE>--> object typeapplication/x-shockwave-flash dataindex.swf width100% height100%> param namequality valuehigh /> param namebgcolor value#f9f9f9 /> param nameallowScriptAccess valuesameDomain /> param nameallowFullScreen valuetrue /> !--!endif--> !--if gte IE 6>--> p> Either scripts and active content are not permitted to run or Adobe Flash Player version 27.0.0 or greater is not installed. /p> !--!endif--> a hrefhttp://www.adobe.com/go/getflashplayer> img srchttp://www.adobe.com/images/shared/download_buttons/get_flash_player.gif altGet Adobe Flash Player /> /a> !--if !IE>--> /object> !--!endif--> /object> /noscript> div iddivRelogio styleposition: absolute; bottom: 0px; right: 5px; font-size:8px; color:#000000;> 00:00:00 /div> /body>/html>
Port 443
HTTP/1.1 200 OKServer: Apache-Coyote/1.1Accept-Ranges: bytesETag: W/14686-1723493553000Last-Modified: Mon, 12 Aug 2024 20:12:33 GMTContent-Type: text/htmlContent-Length: 14686vary: accept-encodingDate: Tue, 19 Nov 2024 21:22:36 GMT !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the License); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.-->!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>!-- saved from url(0014)about:internet -->html xmlnshttp://www.w3.org/1999/xhtml langen xml:langen> !-- Smart developers always View Source. This application was built using Apache Flex, an open source framework for building rich Internet applications that get delivered via the Flash Player or to desktops and mobile phones via Adobe AIR. Learn more about Flex at http://flex.apache.org // --> script languagejavascript typetext/javascript> if (document.location.protocol ! https:) { var xmlhttp new XMLHttpRequest(); xmlhttp.onreadystatechange function () { if (xmlhttp.readyState 4 && xmlhttp.status 200) { var x, i, xmlDoc, table; xmlDoc xmlhttp.responseXML; x xmlDoc.getElementsByTagName(ssl); if (x.length > 0) { if (x0.childNodes0.nodeValue S) { if (document.location.protocol ! https:) { document.location https: + window.location.href.substring(window.location.protocol.length, window.location.href.length); } } } } } xmlhttp.open(GET, servidor.xml, true); xmlhttp.send(); } /script> head> title>MK-Saude - Sistemas de Saude/title> link relicon hrefsaude.ico /> meta namegoogle valuenotranslate /> meta http-equivCache-Control contentno-cache /> meta http-equivPragma contentno-cache /> meta http-equivExpires content0 /> meta http-equivContent-Type contenttext/html; charsetutf-8 /> !-- Include CSS to eliminate any default margins/padding and set the height of the html element and the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as the percentage of the height of its parent container, which has to be set explicitly. Fix for Firefox 3.6 focus border issues. Initially, dont display flashContent div so it wont show if JavaScript disabled. --> style typetext/css mediascreen> html, body { height:100%; } body { margin:0; padding:0; overflow:auto; text-align:center; background-color: #f9f9f9; } object:focus { outline:none; } #flashContent { display:none; } /style> !-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens --> !-- BEGIN Browser History required section > link relstylesheet typetext/css hrefhistory/history.css /> script typetext/javascript srchistory/history.js>/script> ! END Browser History required section --> script typetext/javascript srcswfobject.js>/script> script typetext/javascript> // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. var swfVersionStr 27.0.0; // To use express install, set to playerProductInstall.swf, otherwise the empty string. var xiSwfUrlStr playerProductInstall.swf; var flashvars {}; var params {}; params.quality high; params.bgcolor #f9f9f9; params.allowscriptaccess sameDomain; params.allowfullscreen true; params.hasPriority true; var attributes {}; attributes.id index; attributes.name index; attributes.align middle; swfobject.embedSWF( index.swf?data + new Date().getTime(), flashContent, 100%, 100%, swfVersionStr, xiSwfUrlStr, flashvars, params, attributes); // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. swfobject.createCSS(#flashContent, display:block;text-align:left;); window.onbeforeunload function (e) { var message Confirma fechar o sistema? Alterações não salvas seram perdidas, e e || window.event; // For IE and Firefox if (e) { e.returnValue message; } // For Safari return message; }; /script> /head> body onloadmoveRelogio()> script srcsocket.io.js>/script> script languageJavaScript typetext/javascript> var socket null; var chat_conectado false; var i 0; var tipo enroll; function moveRelogio() { momentoAtual new Date(); hora momentoAtual.getHours(); minuto momentoAtual.getMinutes(); segundo momentoAtual.getSeconds(); if (hora 10) { hora 0+hora; } if (minuto 10) { minuto 0+minuto; } if (segundo 10) { segundo 0+segundo; } horaImprimivel hora + : + minuto + : + segundo; document.getElementById(divRelogio).innerHTML horaImprimivel; setTimeout(moveRelogio(), 1000); } /*function mostrarMapa() { var swf document.getElementById(index); //swf.style.width 0px; swf.style.heigth 120px; var sheet document.createElement(outros) sheet.innerHTML div id\map_canvas\ style\position:absolute; top:120px; left:0px; right:0px; bottom:0px\>/div>+ div id\panel_map\>+ input onclick\fecharMapa();\ typebutton value\Fechar\ style\position:absolute; top:130px; left:50%;\>+ /div>; document.body.appendChild(sheet); map new google.maps.Map(document.getElementById(map_canvas), mapOptions); }*/ function iniciarChat(url) { if (socket null) { socket io(url); socket.on(connect, function () { chat_conectado true; getFlexApp(index).statusChat(S); }); socket.on(chat message, function (obj) { getFlexApp(index).receberChat(obj.user, obj.msg, obj.destino); }); socket.on(hint, function (msg, destino, origem) { getFlexApp(index).getHint(msg, destino, origem); }); socket.on(get users, function (list) { getFlexApp(index).getUsers(list); }); socket.on(get mensagens, function (list) { getFlexApp(index).getMensagens(list); }); socket.on(disconnect, function () { chat_conectado false; getFlexApp(index).statusChat(N); }); } } function statusChat() { return chat_conectado; } function entrarChat(name, consultorio, id, cons_id, grupo_id, usuario_id, url) { iniciarChat(url); socket.emit( chat in, { user: name, consultorio: consultorio, user_id: id, consultorio_id: cons_id, grupo_id: grupo_id, usuario_id: usuario_id } ); } function sairChat() { socket.emit(chat out); socket null; chat_conectado false; } function enviarChat(usu_id, mensagem, para) { socket.emit(chat message, { user: usu_id, msg: mensagem, destino: para }); } function sendHint(msg, destino) { socket.emit(hint, msg, destino); } function getUsers() { socket.emit(get users); } function getMensagens(origem, destino) { socket.emit(get mensagens, origem, destino); } function getMinhas(destino) { socket.emit(get minhas, destino); } function marcarLido(idMsg, destino) { socket.emit(ler, idMsg, destino); } function getFlexApp(appName) { if (navigator.appName.indexOf(Microsoft) ! -1) { return windowappName; } else { return documentappName; } } function sendTeste(value) { alert(Mensagem + value); } function getFlexApp(appName) { if (navigator.appName.indexOf(Microsoft) ! -1) { return windowappName; } else { return documentappName; } } function showError(error) { alert(error); } function b64DecodeUnicode(str) { return decodeURIComponent(atob(str).split().map(function(c) { return % + (00 + c.charCodeAt(0).toString(16)).slice(-2); }).join()); } function b64toBlob(b64Data, contentType, sliceSize) { contentType contentType || ; sliceSize sliceSize || 512; var byteCharacters atob(b64Data); var byteArrays ; for (var offset 0; offset byteCharacters.length; offset + sliceSize) { var slice byteCharacters.slice(offset, offset + sliceSize); var byteNumbers new Array(slice.length); for (var i 0; i slice.length; i++) { byteNumbersi slice.charCodeAt(i); } var byteArray new Uint8Array(byteNumbers); byteArrays.push(byteArray); } var blob new Blob(byteArrays, { type: contentType }); return blob; } function b64toBlobUTF8(b64Data, contentType, sliceSize) { contentType contentType || ; sliceSize sliceSize || 512; var byteCharacters b64DecodeUnicode(b64Data); var byteArrays ; for (var offset 0; offset byteCharacters.length; offset + sliceSize) { var slice byteCharacters.slice(offset, offset + sliceSize); var byteNumbers new Array(slice.length); for (var i 0; i slice.length; i++) { byteNumbersi slice.charCodeAt(i); } var byteArray new Uint8Array(byteNumbers); byteArrays.push(byteArray); } var blob new Blob(byteArrays, { type: contentType }); return blob; } function abrirAnexo(ext, anexo) { var contentType ext; var b64Data anexo; var blob b64toBlob(b64Data, contentType); var blobUrl URL.createObjectURL(blob); window.open(blobUrl); setTimeout(function() {window.URL.revokeObjectURL(blobUrl)}, 1000); } function abrirAnexoUTF8(ext, anexo) { var contentType ext; var b64Data anexo; var blob b64toBlobUTF8(b64Data, contentType); var blobUrl URL.createObjectURL(blob); window.open(blobUrl); setTimeout(function() {window.URL.revokeObjectURL(blobUrl)}, 1000); } function downloadAnexo(fileName, anexo) { var contentType application/octet-stream; var b64Data anexo; var blob b64toBlob(b64Data, contentType); var blobUrl URL.createObjectURL(blob); var a window.document.createElement(a); a.href blobUrl; a.download fileName; document.body.appendChild(a); a.click(); setTimeout(function() { document.body.removeChild(a); window.URL.revokeObjectURL(blobUrl); }, 1000); } /script> !-- SWFObjects dynamic embed method replaces this alternative HTML content with Flash content when enough JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesnt show when JavaScript is disabled. --> div idflashContent> p> To view this page ensure that Adobe Flash Player version 27.0.0 or greater is installed. /p> script typetext/javascript> var pageHost ((document.location.protocol https:) ? https:// : http://); document.write(a hrefhttp://www.adobe.com/go/getflashplayer>img src + pageHost + www.adobe.com/images/shared/download_buttons/get_flash_player.gif altGet Adobe Flash player />/a> ); /script> /div> div idoutros>/div> noscript> object classidclsid:D27CDB6E-AE6D-11cf-96B8-444553540000 width100% height100% idindex> param namemovie valueindex.swf /> param namequality valuehigh /> param namebgcolor value#f9f9f9 /> param nameallowScriptAccess valuesameDomain /> param nameallowFullScreen valuetrue /> !--if !IE>--> object typeapplication/x-shockwave-flash dataindex.swf width100% height100%> param namequality valuehigh /> param namebgcolor value#f9f9f9 /> param nameallowScriptAccess valuesameDomain /> param nameallowFullScreen valuetrue /> !--!endif--> !--if gte IE 6>--> p> Either scripts and active content are not permitted to run or Adobe Flash Player version 27.0.0 or greater is not installed. /p> !--!endif--> a hrefhttp://www.adobe.com/go/getflashplayer> img srchttp://www.adobe.com/images/shared/download_buttons/get_flash_player.gif altGet Adobe Flash Player /> /a> !--if !IE>--> /object> !--!endif--> /object> /noscript> div iddivRelogio styleposition: absolute; bottom: 0px; right: 5px; font-size:8px; color:#000000;> 00:00:00 /div> /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
]