Help
RSS
API
Feed
Maltego
Contact
Domain > customgraffiti.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-11-30
104.28.29.59
(
ClassC
)
2026-01-23
69.163.141.239
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Fri, 23 Jan 2026 13:42:22 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Sun, 19 Oct 2025 01:15:35 GMTETag: 1087-64178b43bc015Accept-Ranges: bytesContent-Length: 4231Cache-Control: max-age600Expires: Fri, 23 Jan 2026 13:52:22 GMTVary: Accept-Encoding,User-AgentContent-Type: text/html !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>Coming Soon | Wear the Art/title> style> /* --- RESET & LAYOUT --- */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; color: #fff; background: url(assets/duder.jpg) center center / cover no-repeat fixed; height: 100vh; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding: 40px 20px; } /* --- LOGO --- */ .logo { max-width: 350px; margin-top: 20px; } /* --- CONTENT --- */ .content { max-width: 800px; margin: auto; background: rgba(0, 0, 0, 0.5); padding: 40px; border-radius: 16px; backdrop-filter: blur(4px); } h1 { font-size: 3.5rem; font-weight: 700; margin-bottom: 20px; } p { font-size: 1.1rem; margin-bottom: 25px; line-height: 1.5; } /* --- FORM --- */ form { display: flex; flex-direction: column; gap: 10px; } inputtypeemail { padding: 12px; border-radius: 8px; border: none; font-size: 1rem; text-align: center; } button { background-color: #ffb400; color: #000; font-weight: bold; font-size: 1rem; border: none; padding: 12px; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; } button:hover { background-color: #ffd700; } /* --- CONFIRMATION & ERROR --- */ .confirmation, .error { display: none; margin-top: 20px; font-size: 1.1rem; } .confirmation { color: #a6ff9b; } .error { color: #ff6b6b; } footer { font-size: 0.8rem; opacity: 0.6; margin-bottom: 10px; } @media (max-width: 600px) { h1 { font-size: 2rem; } .content { padding: 25px; } } /style>/head>body> !-- LOGO --> img srcassets/67f7dd91d44fd9415a6f1483_logg-wht.png altCustom Graffiti Logo classlogo /> !-- MAIN CONTENT --> div classcontent> h1>Wear the Art. br>Join the Movement./h1> p>Be the first to discover limited-edition tees and prints featuring bold new works. br>br> Join our list — exclusive drops, early access, and more./p> form idsignup-form> input typeemail nameEMAIL placeholderEnter your email required /> button typesubmit>Submit/button> /form> div classconfirmation idconfirmation-message> ✅ Thank you for joining! /div> div classerror iderror-message> ❌ Something went wrong. Please try again. /div> /div> footer>© 2025 Custom Graffiti. All rights reserved./footer> script> const form document.getElementById(signup-form); const confirmationMessage document.getElementById(confirmation-message); const errorMessage document.getElementById(error-message); form.addEventListener(submit, async function(event) { event.preventDefault(); // Prevent default form submission const email form.querySelector(inputnameEMAIL).value; try { const response await fetch(/subscribe.php, { method: POST, headers: { Content-Type: application/json, }, body: JSON.stringify({ email }), }); const result await response.json(); if (response.ok && result.status subscribed) { confirmationMessage.style.display block; errorMessage.style.display none; form.reset(); // Clear the form } else { throw new Error(result.error || Failed to subscribe); } } catch (error) { console.error(Error:, error); confirmationMessage.style.display none; errorMessage.textContent `❌ ${error.message}`; // Display specific error errorMessage.style.display block; } });/script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 23 Jan 2026 13:42:23 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Sun, 19 Oct 2025 01:15:35 GMTETag: 1087-64178b43bc015Accept-Ranges: bytesContent-Length: 4231Cache-Control: max-age600Expires: Fri, 23 Jan 2026 13:52:23 GMTVary: Accept-Encoding,User-AgentContent-Type: text/html !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>Coming Soon | Wear the Art/title> style> /* --- RESET & LAYOUT --- */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; color: #fff; background: url(assets/duder.jpg) center center / cover no-repeat fixed; height: 100vh; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding: 40px 20px; } /* --- LOGO --- */ .logo { max-width: 350px; margin-top: 20px; } /* --- CONTENT --- */ .content { max-width: 800px; margin: auto; background: rgba(0, 0, 0, 0.5); padding: 40px; border-radius: 16px; backdrop-filter: blur(4px); } h1 { font-size: 3.5rem; font-weight: 700; margin-bottom: 20px; } p { font-size: 1.1rem; margin-bottom: 25px; line-height: 1.5; } /* --- FORM --- */ form { display: flex; flex-direction: column; gap: 10px; } inputtypeemail { padding: 12px; border-radius: 8px; border: none; font-size: 1rem; text-align: center; } button { background-color: #ffb400; color: #000; font-weight: bold; font-size: 1rem; border: none; padding: 12px; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; } button:hover { background-color: #ffd700; } /* --- CONFIRMATION & ERROR --- */ .confirmation, .error { display: none; margin-top: 20px; font-size: 1.1rem; } .confirmation { color: #a6ff9b; } .error { color: #ff6b6b; } footer { font-size: 0.8rem; opacity: 0.6; margin-bottom: 10px; } @media (max-width: 600px) { h1 { font-size: 2rem; } .content { padding: 25px; } } /style>/head>body> !-- LOGO --> img srcassets/67f7dd91d44fd9415a6f1483_logg-wht.png altCustom Graffiti Logo classlogo /> !-- MAIN CONTENT --> div classcontent> h1>Wear the Art. br>Join the Movement./h1> p>Be the first to discover limited-edition tees and prints featuring bold new works. br>br> Join our list — exclusive drops, early access, and more./p> form idsignup-form> input typeemail nameEMAIL placeholderEnter your email required /> button typesubmit>Submit/button> /form> div classconfirmation idconfirmation-message> ✅ Thank you for joining! /div> div classerror iderror-message> ❌ Something went wrong. Please try again. /div> /div> footer>© 2025 Custom Graffiti. All rights reserved./footer> script> const form document.getElementById(signup-form); const confirmationMessage document.getElementById(confirmation-message); const errorMessage document.getElementById(error-message); form.addEventListener(submit, async function(event) { event.preventDefault(); // Prevent default form submission const email form.querySelector(inputnameEMAIL).value; try { const response await fetch(/subscribe.php, { method: POST, headers: { Content-Type: application/json, }, body: JSON.stringify({ email }), }); const result await response.json(); if (response.ok && result.status subscribed) { confirmationMessage.style.display block; errorMessage.style.display none; form.reset(); // Clear the form } else { throw new Error(result.error || Failed to subscribe); } } catch (error) { console.error(Error:, error); confirmationMessage.style.display none; errorMessage.textContent `❌ ${error.message}`; // Display specific error errorMessage.style.display block; } });/script>/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
]