Help
RSS
API
Feed
Maltego
Contact
Domain > ervey.nyc
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-20
13.249.21.63
(
ClassC
)
2026-01-06
3.169.173.96
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 06 Jan 2026 00:07:03 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://ervey.nyc/X-Cache: Redirect from cloudfrontVia: 1.1 3caf9df4ca497afd40efb87f8957a7fa.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: MkVomjCEZiqnCie4NWleJyj9nyJuRAodhAZvLVo3APzugkpUh-QSeg html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 6634Connection: keep-aliveDate: Tue, 06 Jan 2026 00:07:04 GMTLast-Modified: Mon, 10 Nov 2025 20:58:21 GMTETag: 4acd6ed843d74ce33056ff47d4f9c457Server: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 c5e1a6561d8dc3977e11160718fc75e8.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: vYZ63msqA-SUuwqGbk8h7iF5tgZrFqo-4bIFg81oJ5UVcaybz19T_A !DOCTYPE html>html classno-js langen>head> meta charsetutf-8> meta http-equivX-UA-Compatible contentIEedge> title>Ervey Sanchez/title> meta nameviewport contentwidthdevice-width, initial-scale1> meta namedescription contentErvey Sanchez is an NYC-based creative technologist. This is his creative hub. /> meta namekeywords contentricardo, ervey, ricardo ervey, ricardo ervey sanchez, creative technologist, nyc based, creative lead /> meta nameauthor contentErvey Sanchez /> meta propertyog:title contentErvey Sanchez - My Creative Hub /> meta propertyog:image contentimages/home.png /> meta propertyog:site_name contentErvey Sanchez - My Creative Hub /> meta propertyog:description contentErvey Sanchez is an NYC-based creative technologist. This is his creative hub. /> meta nametwitter:title contentERVEY.NYC /> meta nametwitter:image contentimages/favicon.png /> meta nametwitter:card contentErvey Sanchez is an NYC-based creative technologist. This is his creative hub. /> link relstylesheet hrefcss/styles.css> link relstylesheet hrefcss/bootstrap.css> link hrefimages/favicon.png relshortcut icon /> link href# relshortcut icon /> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter+Tight:ital,wght@0,100..900;1,100..900&displayswap relstylesheet>/head>!-- Google tag (gtag.js) -->script async srchttps://www.googletagmanager.com/gtag/js?idG-QBSYM4KYV9>/script>script> window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, G-QBSYM4KYV9);/script>body idhome-body> div idtitle-message> div classtitle-message-text> span>hello! my name is a hrefabout classtitle-link data-titleabout me>ervey sanchez/a>. i’m a br> a hrefwork?filterdesign classtitle-link data-titledesign work>designer/a>, a hrefwork?filtercode classtitle-link data-titlecode work>developer/a>, and a hrefwork?filtermotion classtitle-link data-titleanimation work>animator/a>br> based in new york city./span> /div> /div> section idmain> div classgrid-container pixel-corners> div classvm-main> div classvm-categories> a hrefwork> div classgrid-item> div classimage-wrapper> img classgrid-img default-image srcimages/home/work-bottle.gif width100%> img classgrid-img hover-image srcimages/home/work-bottle-2.png width100%> /div> /div> /a> a hrefabout> div classgrid-item> div classimage-wrapper> img classgrid-img default-image srcimages/home/me-bottle.gif width100%> img classgrid-img hover-image srcimages/home/me-bottle-2.png width100%> /div> /div> /a> div classgrid-item-empty> img classgrid-img srcimages/home/empty.gif> /div> div classgrid-item-empty> img classgrid-img srcimages/home/empty.gif> /div> div classgrid-item-empty> img classgrid-img srcimages/home/empty.gif> /div> div classgrid-item-empty> img classgrid-img srcimages/home/empty.gif> /div> /div> img classmiddle-img srcimages/home/middle-img.png> img classbottom-img srcimages/home/bottom-img.png> /div> div classvm-side> div classvm-panel> img classside-img srcimages/home/side-img.png> /div> /div> /div> /section> div classground> img src/images/home/ground.png altground> /div> div classcustom-cursor idcustom-cursor>/div> div classcontact-fixed> a hrefervey-sanchez_resume-2026.pdf target_blank>resume/a> / a hrefmailto:ervey@ervey.nyc>ervey@ervey.nyc/a> /div> div classcopyright-fixed> ©2025 ervey /div> script> window.addEventListener(load, () > { const loader document.getElementById(loading-screen); setTimeout(() > { loader.classList.add(fade-out); setTimeout(() > loader.style.display none, 1000); // fully remove after fade }, 2000); // wait 3s }); /script> script> const cursor document.getElementById(custom-cursor); const hoverItems document.querySelectorAll(data-title); // Always follow mouse document.addEventListener(mousemove, e > { cursor.style.left e.clientX + px; cursor.style.top e.clientY + px; }); // Hover effect on elements with data-title hoverItems.forEach(item > { item.addEventListener(mouseenter, () > { const title item.getAttribute(data-title); cursor.textContent title; cursor.classList.add(text-mode); }); item.addEventListener(mouseleave, () > { cursor.textContent ; cursor.classList.remove(text-mode); }); }); /script> script> if (window.innerWidth > 1024) { const cursor document.getElementById(custom-cursor); const hoverItems document.querySelectorAll(data-title); document.addEventListener(mousemove, e > { cursor.style.left e.clientX + px; cursor.style.top e.clientY + px; }); hoverItems.forEach(item > { item.addEventListener(mouseenter, () > { const title item.getAttribute(data-title); cursor.textContent title; cursor.classList.add(text-mode); }); item.addEventListener(mouseleave, () > { cursor.textContent ; cursor.classList.remove(text-mode); }); }); } else { const cursor document.getElementById(custom-cursor); if (cursor) cursor.style.display none; } /script>/body>footer>/footer>/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
]