Help
RSS
API
Feed
Maltego
Contact
Domain > ambulatorioveterinariomessina.it
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-04
80.88.86.110
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlLast-Modified: Mon, 19 Nov 2018 10:12:26 GMTAccept-Ranges: bytesETag: e535645ff07fd41:0Server: Microsoft-IIS/10.0X-Powered-By: ASP.NETX-Powered-By-Plesk: PleskWinDate: Mon, 04 Nov 2024 03:17:23 GMTContent-Length: 18794 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN>html>head>title>Ambulatorio Veterinario MESSINAVET/title>META NAMEROBOTS CONTENTINDEX,FOLLOW>META HTTP-EQUIVContent-Type CONTENTtext/html; charsetiso-8859-1>meta namerevisit-after content30 days>meta namekeywords contentambulatorio veterinario messina, veterinario messina, animali domestici messina, cane messina, gatto messina>meta namedescription contentMessinaVet ambulatorio veterinario a Messina>link hrefstyle.css relstylesheet typetext/css>script languageJavaScript typetext/JavaScript>!--function MM_swapImgRestore() { //v3.0 var i,x,adocument.MM_sr; for(i0;a&&ia.length&&(xai)&&x.oSrc;i++) x.srcx.oSrc;}function MM_preloadImages() { //v3.0 var ddocument; if(d.images){ if(!d.MM_p) d.MM_pnew Array(); var i,jd.MM_p.length,aMM_preloadImages.arguments; for(i0; ia.length; i++) if (ai.indexOf(#)!0){ d.MM_pjnew Image; d.MM_pj++.srcai;}}}function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) ddocument; if((pn.indexOf(?))>0&&parent.frames.length) { dparent.framesn.substring(p+1).document; nn.substring(0,p);} if(!(xdn)&&d.all) xd.alln; for (i0;!x&&id.forms.length;i++) xd.formsin; for(i0;!x&&d.layers&&id.layers.length;i++) xMM_findObj(n,d.layersi.document); if(!x && d.getElementById) xd.getElementById(n); return x;}function MM_swapImage() { //v3.0 var i,j0,x,aMM_swapImage.arguments; document.MM_srnew Array; for(i0;i(a.length-2);i+3) if ((xMM_findObj(ai))!null){document.MM_srj++x; if(!x.oSrc) x.oSrcx.src; x.srcai+2;}}//-->/script>script languageJavaScript typetext/javascript>!--//v1.7// Flash Player Version Detection// Detect Client Browser type// Copyright 2005-2008 Adobe Systems Incorporated. All rights reserved.var isIE (navigator.appVersion.indexOf(MSIE) ! -1) ? true : false;var isWin (navigator.appVersion.toLowerCase().indexOf(win) ! -1) ? true : false;var isOpera (navigator.userAgent.indexOf(Opera) ! -1) ? true : false;function ControlVersion(){ var version; var axo; var e; // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isnt in the registry try { // version will be set for 7.X or greater players axo new ActiveXObject(ShockwaveFlash.ShockwaveFlash.7); version axo.GetVariable($version); } catch (e) { } if (!version) { try { // version will be set for 6.X players only axo new ActiveXObject(ShockwaveFlash.ShockwaveFlash.6); // installed player is some revision of 6.0 // GetVariable($version) crashes for versions 6.0.22 through 6.0.29, // so we have to be careful. // default to the first public version version WIN 6,0,21,0; // throws if AllowScripAccess does not exist (introduced in 6.0r47) axo.AllowScriptAccess always; // safe to call for 6.0r47 or greater version axo.GetVariable($version); } catch (e) { } } if (!version) { try { // version will be set for 4.X or 5.X player axo new ActiveXObject(ShockwaveFlash.ShockwaveFlash.3); version axo.GetVariable($version); } catch (e) { } } if (!version) { try { // version will be set for 3.X player axo new ActiveXObject(ShockwaveFlash.ShockwaveFlash.3); version WIN 3,0,18,0; } catch (e) { } } if (!version) { try { // version will be set for 2.X player axo new ActiveXObject(ShockwaveFlash.ShockwaveFlash); version WIN 2,0,0,11; } catch (e) { version -1; } } return version;}// JavaScript helper required to detect Flash Player PlugIn version informationfunction GetSwfVer(){ // NS/Opera version > 3 check for Flash plugin in plugin array var flashVer -1; if (navigator.plugins ! null && navigator.plugins.length > 0) { if (navigator.pluginsShockwave Flash 2.0 || navigator.pluginsShockwave Flash) { var swVer2 navigator.pluginsShockwave Flash 2.0 ? 2.0 : ; var flashDescription navigator.pluginsShockwave Flash + swVer2.description; var descArray flashDescription.split( ); var tempArrayMajor descArray2.split(.); var versionMajor tempArrayMajor0; var versionMinor tempArrayMajor1; var versionRevision descArray3; if (versionRevision ) { versionRevision descArray4; } if (versionRevision0 d) { versionRevision versionRevision.substring(1); } else if (versionRevision0 r) { versionRevision versionRevision.substring(1); if (versionRevision.indexOf(d) > 0) { versionRevision versionRevision.substring(0, versionRevision.indexOf(d)); } } var flashVer versionMajor + . + versionMinor + . + versionRevision; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf(webtv/2.6) ! -1) flashVer 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf(webtv/2.5) ! -1) flashVer 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf(webtv) ! -1) flashVer 2; else if ( isIE && isWin && !isOpera ) { flashVer ControlVersion(); } return flashVer;}// When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is availablefunction DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision){ versionStr GetSwfVer(); if (versionStr -1 ) { return false; } else if (versionStr ! 0) { if(isIE && isWin && !isOpera) { // Given WIN 2,0,0,11 tempArray versionStr.split( ); // WIN, 2,0,0,11 tempString tempArray1; // 2,0,0,11 versionArray tempString.split(,); // 2, 0, 0, 11 } else { versionArray versionStr.split(.); } var versionMajor versionArray0; var versionMinor versionArray1; var versionRevision versionArray2; // is the major.revision > requested major.revision AND the minor version > requested minor if (versionMajor > parseFloat(reqMajorVer)) { return true; } else if (versionMajor parseFloat(reqMajorVer)) { if (versionMinor > parseFloat(reqMinorVer)) return true; else if (versionMinor parseFloat(reqMinorVer)) { if (versionRevision > parseFloat(reqRevision)) return true; } } return false; }}function AC_AddExtension(src, ext){ if (src.indexOf(?) ! -1) return src.replace(/\?/, ext+?); else return src + ext;}function AC_Generateobj(objAttrs, params, embedAttrs) { var str ; if (isIE && isWin && !isOpera) { str + object ; for (var i in objAttrs) { str + i + + objAttrsi + ; } str + >; for (var i in params) { str + param name + i + value + paramsi + /> ; } str + /object>; } else { str + embed ; for (var i in embedAttrs) { str + i + + embedAttrsi + ; } str + > /embed>; } document.write(str);}function AC_FL_RunContent(){ var ret AC_GetArgs ( arguments, .swf, movie, clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 , application/x-shockwave-flash ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);}function AC_SW_RunContent(){ var ret AC_GetArgs ( arguments, .dcr, src, clsid:166B1BCA-3F9C-11CF-8075-444553540000 , null ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);}function AC_GetArgs(args, ext, srcParamName, classid, mimeType){ var ret new Object(); ret.embedAttrs new Object(); ret.params new Object(); ret.objAttrs new Object(); for (var i0; i args.length; ii+2){ var currArg argsi.toLowerCase(); switch (currArg){ case classid: break; case pluginspage: ret.embedAttrsargsi argsi+1; break; case src: case movie: argsi+1 AC_AddExtension(argsi+1, ext); ret.embedAttrssrc argsi+1; ret.paramssrcParamName argsi+1; break; case onafterupdate: case onbeforeupdate: case onblur: case oncellchange: case onclick: case ondblclick: case ondrag: case ondragend: case ondragenter: case ondragleave: case ondragover: case ondrop: case onfinish: case onfocus: case onhelp: case onmousedown: case onmouseup: case onmouseover: case onmousemove: case onmouseout: case onkeypress: case onkeydown: case onkeyup: case onload: case onlosecapture: case onpropertychange: case onreadystatechange: case onrowsdelete: case onrowenter: case onrowexit: case onrowsinserted: case onstart: case onscroll: case onbeforeeditfocus: case onactivate: case onbeforedeactivate: case ondeactivate: case type: case codebase: case id: ret.objAttrsargsi argsi+1; break; case width: case height: case align: case vspace: case hspace: case class: case title: case accesskey: case name: case tabindex: ret.embedAttrsargsi ret.objAttrsargsi argsi+1; break; default: ret.embedAttrsargsi ret.paramsargsi argsi+1; } } ret.objAttrsclassid classid; if (mimeType) ret.embedAttrstype mimeType; return ret;}// -->/script>/head>body onLoadMM_preloadImages(images/m1-1.gif,images/m2-2.gif,images/m3-3.gif,images/m4-4.gif,images/m5-5.gif)>table cellpadding0 cellspacing0 border0 aligncenter> tr> td valigntop width766 height780> table cellpadding0 cellspacing0 border0> tr> td valigntop width766 height269> table cellpadding0 cellspacing0 border0 bgcolor#FFFFFF> tr> td valigntop width262>img srcimages/foto-cani.jpg altcani width257 height269>/td> td valigntop width242>img srcimages/menu.jpg altmenu width252 height269 border0 usemap#Map>/td> td valigntop width262>img srcimages/foto-gattino.jpg altgattino width257 height269>/td> /tr> /table> /td> /tr> tr> td valigntop width766 height386 classcontent> table cellpadding0 cellspacing0 border0> tr> td valigntop width766 height171> table cellpadding0 cellspacing0 border0> tr> td valigntop width479 height171> table cellpadding0 cellspacing0 border0> tr> td valigntop width479 height149 stylepadding:0 5 0 5;>span classbenvenuto>img srcimages/title-chisiamo.gif alt width200 height20 border0 stylemargin-top:20px; margin-bottom:20>br> Lambulatorio veterinario MessinaVet nasce dallunione affettiva e professionale distrong> tre giovani colleghi/strong>, spinti dal bisogno di fondere le loro strong>esperienze maturate negli anni/strong>. La struttura mira ad offrire strong>qualità, innovazione e professionalità/strong> nei servizi, garantendo esperienza nei diversi settori e specializzazione in altri. a hrefchisiamo.html>continua.../a>/span>/td> /tr> tr> td valigntop width479 height10>/td> /tr> /table> /td> td valigntop width259 height171> table cellpadding0 cellspacing0 border0> tr> td valigntop width259 height55>img srcimages/title-servizi.gif alt width200 height20 border0 stylemargin-top:15px; margin-left:39px>/td> /tr> tr> td valigntop width259 height96> table cellpadding0 cellspacing0 border0> tr> td valigntop width100% height96>div stylemargin:0 0 0 30px >ul stylemargin:0; padding:0; list-style:none; line-height:15px> li>Servizio di strong>reperibilità 24H/strong>;/li> li>strong>Visite a domicilio/strong> su appuntamento;/li> li>strong>Day-hospital pre e post-operatorio/strong>;/li> li>strong>Medicina interna/strong>;/li> li>strong>Medicina d’urgenza/strong>;/li> li>strong>Visite specialistiche/strong>./li>br>/ul> strong>Convenzionato con/strong>: br> img srcimages/logo_UIL.gif width40 height28 altUIL> e esercito Italiano/div>div stylemargin:15 0 0 45px alignright>a hrefservizi.html> visita la pagina dei servizi/a>/div> /td> /tr> /table> /td> /tr> tr> td valigntop width259 height20>/td> /tr> /table> /td> /tr> /table> /td> /tr> tr> td valigntop width766 height1 stylebackground-image:url(images/1_line.gif) >/td> /tr> tr> td valigntop width766 height212> table cellpadding0 cellspacing0 border0 styleheight:100% > tr> td valigntop width222 height212>div stylemargin:19 15 0 40px >img srcimages/title-dovesiamo.gif alt width143 height20 border0 stylemargin-bottom:15px; margin-left:10;>br>a href#>img srcimages/dove.gif alt width80 height52 border0 stylemargin-right:5px; margin-left:-15px; alignleft>/a> Via Ghibellina 59br>(angolo via T. Cannizzaro)br styleline-height:1px>98122 Messinabr>div stylemargin-top:15px; aligncenter>Tel./Fax : 090 64 06 197 br>Pronto Soccorso 24 ore su 24 br>strong>349 34 94 471/strong>br>br>br styleline-height:1px>E- mail:SCRIPT LANGUAGEJavaScript typetext/javascript>userinfo;sitemessinavet;document.write(a href\mailto:+user+@+site+.it?subjectContatto da sito web&bodyPer cortesia inserire: Nome, Cognome e numero di telefono. %0AGrazie classlink_inattivo>);/SCRIPT>strong> infoATmessinavet.it/a>/b>/strong>/div>div stylemargin-top:15px; aligncenter>img srcimages/aminaletti.jpg width200 height67 altambulatorio veterinario>/div>/div>/td> td valigntop width2 styleheight:100% > table cellpadding0 cellspacing0 border0 styleheight:100% > tr> td valigntop width1 height16>/td> /tr> tr> td valigntop width1 styleheight:100%; background-color:#006495>/td> /tr> tr> td valigntop width1 height12>/td> /tr> /table> /td> td valigntop width252 height212>div stylemargin:23 15 0 36px >a hrefhttps://www.facebook.com/MessinaVet-Ambulatorio-Medico-Veterinario-143235169364887/ target_blank> img srcimages/facebook.gif width150 height66 border0 altLink Facebook stylemargin-left:25px > br> img srcimages/FB-da-cancellare.gif width195 height179 border0 altLink Facebook stylemargin-left:10px >/a> br> br> /div>/td> td valigntop width2 styleheight:100% > table cellpadding0 cellspacing0 border0 styleheight:100% > tr> td valigntop width1 height16>/td> /tr> tr> td valigntop width1 styleheight:100%; background-color:#006495 >/td> /tr> tr> td valigntop width1 height12>/td> /tr> /table> /td> td valigntop width288 height212>div stylemargin:19 15 0 20px classbenvenuto aligncenter>img srcimages/title-annunci.gif alt width200 height20 border0 stylemargin-bottom:15px; margin-left:10;>br> Inviateci i vostri annunci cerco/offro animali domestici ed accessori, noi li pubblicheremo nella homepage del nostro sito.br> SCRIPT LANGUAGEJavaScript typetext/javascript>userinfo;sitemessinavet;document.write(a href\mailto:+user+@+site+.it?subjectContatto da sito web&bodyPer cortesia inserire: Nome, Cognome e numero di telefono. %0AGrazie classlink_inattivo>);/SCRIPT>strong>infoATmessinavet.it/strong>/a>/div>div stylemargin-top:2px; aligncenter>img srcimages/aminaletti_dx.jpg width200 height67 altambulatorio veterinario>/div>/td> /tr> /table> /td> /tr> /table> /td> /tr> tr> td valigntop width766 height66 classfooter stylebackground:url(images/bottom.gif)>div stylemargin:30 0 0 10px aligncenter>Copyright © 2011-2012 Ambulatorio Medico Veterinario MESSINAVET Dott.ssa Rosa Brio – Dott. Rosario Fontana – Dott.ssa Francesca Parasiliti br> Via Ghibellina 59 (angolo via T. Cannizzaro) – 98122 MessinaTel./fax : 090 64 06 197 - P.Iva 03110930835 /div>/td> /tr> /table> /td> /tr>/table>map nameMap>area shaperect coords88,115,170,137 hrefindex.html target_self>area shaperect coords86,148,169,166 hrefchisiamo.html target_self>area shaperect coords87,178,169,196 hrefservizi.html target_self>area shaperect coords85,205,169,226 hrefpet_tips.html target_self>area shaperect coords85,237,169,258 hrefcontatti.html target_self>/map>/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
]