Help
RSS
API
Feed
Maltego
Contact
Domain > petsliketoys.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-03-25
160.153.56.7
(
ClassC
)
2025-11-30
50.62.220.22
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 30 Nov 2025 17:07:20 GMTServer: ApacheX-Powered-By: PHP/8.3.26Upgrade: h2,h2cConnection: UpgradeVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Petslike Toys/title> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css relstylesheet integritysha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN crossoriginanonymous> style> .btn-lang{ position: absolute; right: 20px; top: 5px; } .dropdown-menu.show { display: block; background: #ffffffd1; border-radius: 15px; min-width: 100px !important; } .flags { width: 75px; display: flex; align-items: center; justify-content: space-between; } .flags__item { width: 30px; padding: 5px; margin-left: 10px; } .flags__img { display: block; cursor: pointer; } .btn-link { text-decoration: none !important; } .img { width: 100%; z-index: 1000; } .div { /*z-index: 1001;*/ /* margin-left: 30%; */ text-align:center; padding-bottom: 30px;} .div-desk { /*z-index: 1001;*/ -webkit-transform:translate3d(0,0,0); margin-top: -80px; text-align:center; /* margin: auto; */ } .img2 { width: 230px; height: 50px; } .img2-desk { width: 350px; height: 65px; } body{ background: #010d55; } #boxTextEn { display: none; } #boxTextEs { display: none; } .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0; content: ; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; color: white; } .div-info{ font-family: sans-serif; text-align: center; color: #fffeff; font-size: 15px; padding: 5px; font-weight:500; border-top: 0.5px solid #fab8fa1c; } a{ color: #fffeff; } @media only screen and (max-width: 768px) { .div-info{ text-align: center; color: #fffeff; font-size: 15px; padding: 5px; font-weight:500; border-top: 0.5px solid #fab8fa1c; } } /style> link relpreload hrefimg-desktop.jpg asimage> link relpreload hrefimg-desktop_EN.jpg asimage> /head>body stylemargin:0px; padding: 0px;> !-- img stylewidth: 100%; classimg src/assets/img/img.png alt> --> !-- vista desktop --> div classd-none d-sm-none d-md-block> div classdropdown btn-lang> button classbtn btn-link dropdown-toggle typebutton data-bs-toggledropdown aria-expandedfalse> img width60 idimagenSeleccionada srces.png altImagen seleccionada /> /button> ul classdropdown-menu idflags> li> div classflags__item js-lang data-languagees> img width60 srces.png alt> /div> /li> li> div classflags__item js-lang data-languageen> img width60 srcgb.png alt> /div> /li> /ul> /div> img classimg data-mobileno idimagenBody srcimg-desktop.jpg alt> div classdiv-info idboxTextEs> p>¿Desea conocer más de nuestros productos? a target_blank hrefhttps://petslike.com/>Haz click aquí/a>/p> p>Para más información a target_blank hrefhttps://petslike.com/pages/contact.html>Contáctanos/a>/p> /div> div classdiv-info idboxTextEn> p>Do you want to know more about our products? a target_blank hrefhttps://petslike.com/>Click here/a>/p> p>For more information a target_blank hrefhttps://petslike.com/pages/contact.html>Contact us/a>/p> /div> /div> script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js integritysha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL crossoriginanonymous> /script> script> (function () { const flagsElement document.getElementById(flags); document.querySelectorAll(.js-lang).forEach(function (element) { element.addEventListener(click, function () { let lang this.dataset.language; if (lang es) { mostrarImagenSeleccionada(es.png, true); } else { mostrarImagenSeleccionada(gb.png, true); } }); }); function mostrarImagenSeleccionada(x, reload) { document.getElementById(imagenSeleccionada).src x; document.querySelector(.dropdown-toggle img).src x; localStorage.setItem(imagenSeleccionada, x); let ismobile document.getElementById(imagenBody).dataset.mobile; console.log(x); console.log(ismobile); /*if (x es.png && ismobilesi) { document.getElementById(imagenBody).src img-mb.jpg; }else if (x es.png && ismobileno) { document.getElementById(imagenBody).src img-desktop.jpg; }else if (x gb.png && ismobileno) { document.getElementById(imagenBody).src img-desktop_EN.jpg; } else { document.getElementById(imagenBody).src img-mb_EN.jpg; }*/ if(reload){ window.location.reload(); }else{ if (x es.png && ismobilesi) { document.getElementById(imagenBody).src img-mb.jpg; document.getElementById(boxTextEs).style.display block; }else if (x es.png && ismobileno) { document.getElementById(imagenBody).src img-desktop.jpg; document.getElementById(boxTextEs).style.display block; }else if (x gb.png && ismobileno) { document.getElementById(imagenBody).src img-desktop_EN.jpg; document.getElementById(boxTextEn).style.display block; } else { document.getElementById(imagenBody).src img-mb_EN.jpg; document.getElementById(boxTextEn).style.display block; } } } function inicializar() { var imagenSeleccionada localStorage.getItem(imagenSeleccionada); console.log(Imagen seleccionada: , imagenSeleccionada) if (imagenSeleccionada) { // document.getElementById(imagenSeleccionada).src imagenSeleccionada; // document.querySelector(.dropdown-toggle img).src imagenSeleccionada; mostrarImagenSeleccionada(imagenSeleccionada, false); } else { console.log(Sin imagen) mostrarImagenSeleccionada(es.png, false); } } inicializar(); })(); /script> /body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 30 Nov 2025 17:07:20 GMTServer: ApacheX-Powered-By: PHP/8.3.26Upgrade: h2,h2cConnection: UpgradeVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Petslike Toys/title> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css relstylesheet integritysha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN crossoriginanonymous> style> .btn-lang{ position: absolute; right: 20px; top: 5px; } .dropdown-menu.show { display: block; background: #ffffffd1; border-radius: 15px; min-width: 100px !important; } .flags { width: 75px; display: flex; align-items: center; justify-content: space-between; } .flags__item { width: 30px; padding: 5px; margin-left: 10px; } .flags__img { display: block; cursor: pointer; } .btn-link { text-decoration: none !important; } .img { width: 100%; z-index: 1000; } .div { /*z-index: 1001;*/ /* margin-left: 30%; */ text-align:center; padding-bottom: 30px;} .div-desk { /*z-index: 1001;*/ -webkit-transform:translate3d(0,0,0); margin-top: -80px; text-align:center; /* margin: auto; */ } .img2 { width: 230px; height: 50px; } .img2-desk { width: 350px; height: 65px; } body{ background: #010d55; } #boxTextEn { display: none; } #boxTextEs { display: none; } .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0; content: ; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; color: white; } .div-info{ font-family: sans-serif; text-align: center; color: #fffeff; font-size: 15px; padding: 5px; font-weight:500; border-top: 0.5px solid #fab8fa1c; } a{ color: #fffeff; } @media only screen and (max-width: 768px) { .div-info{ text-align: center; color: #fffeff; font-size: 15px; padding: 5px; font-weight:500; border-top: 0.5px solid #fab8fa1c; } } /style> link relpreload hrefimg-desktop.jpg asimage> link relpreload hrefimg-desktop_EN.jpg asimage> /head>body stylemargin:0px; padding: 0px;> !-- img stylewidth: 100%; classimg src/assets/img/img.png alt> --> !-- vista desktop --> div classd-none d-sm-none d-md-block> div classdropdown btn-lang> button classbtn btn-link dropdown-toggle typebutton data-bs-toggledropdown aria-expandedfalse> img width60 idimagenSeleccionada srces.png altImagen seleccionada /> /button> ul classdropdown-menu idflags> li> div classflags__item js-lang data-languagees> img width60 srces.png alt> /div> /li> li> div classflags__item js-lang data-languageen> img width60 srcgb.png alt> /div> /li> /ul> /div> img classimg data-mobileno idimagenBody srcimg-desktop.jpg alt> div classdiv-info idboxTextEs> p>¿Desea conocer más de nuestros productos? a target_blank hrefhttps://petslike.com/>Haz click aquí/a>/p> p>Para más información a target_blank hrefhttps://petslike.com/pages/contact.html>Contáctanos/a>/p> /div> div classdiv-info idboxTextEn> p>Do you want to know more about our products? a target_blank hrefhttps://petslike.com/>Click here/a>/p> p>For more information a target_blank hrefhttps://petslike.com/pages/contact.html>Contact us/a>/p> /div> /div> script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js integritysha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL crossoriginanonymous> /script> script> (function () { const flagsElement document.getElementById(flags); document.querySelectorAll(.js-lang).forEach(function (element) { element.addEventListener(click, function () { let lang this.dataset.language; if (lang es) { mostrarImagenSeleccionada(es.png, true); } else { mostrarImagenSeleccionada(gb.png, true); } }); }); function mostrarImagenSeleccionada(x, reload) { document.getElementById(imagenSeleccionada).src x; document.querySelector(.dropdown-toggle img).src x; localStorage.setItem(imagenSeleccionada, x); let ismobile document.getElementById(imagenBody).dataset.mobile; console.log(x); console.log(ismobile); /*if (x es.png && ismobilesi) { document.getElementById(imagenBody).src img-mb.jpg; }else if (x es.png && ismobileno) { document.getElementById(imagenBody).src img-desktop.jpg; }else if (x gb.png && ismobileno) { document.getElementById(imagenBody).src img-desktop_EN.jpg; } else { document.getElementById(imagenBody).src img-mb_EN.jpg; }*/ if(reload){ window.location.reload(); }else{ if (x es.png && ismobilesi) { document.getElementById(imagenBody).src img-mb.jpg; document.getElementById(boxTextEs).style.display block; }else if (x es.png && ismobileno) { document.getElementById(imagenBody).src img-desktop.jpg; document.getElementById(boxTextEs).style.display block; }else if (x gb.png && ismobileno) { document.getElementById(imagenBody).src img-desktop_EN.jpg; document.getElementById(boxTextEn).style.display block; } else { document.getElementById(imagenBody).src img-mb_EN.jpg; document.getElementById(boxTextEn).style.display block; } } } function inicializar() { var imagenSeleccionada localStorage.getItem(imagenSeleccionada); console.log(Imagen seleccionada: , imagenSeleccionada) if (imagenSeleccionada) { // document.getElementById(imagenSeleccionada).src imagenSeleccionada; // document.querySelector(.dropdown-toggle img).src imagenSeleccionada; mostrarImagenSeleccionada(imagenSeleccionada, false); } else { console.log(Sin imagen) mostrarImagenSeleccionada(es.png, false); } } inicializar(); })(); /script> /body>/html>
Subdomains
Date
Domain
IP
www.petsliketoys.com
2025-10-13
50.62.220.22
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
]