Help
RSS
API
Feed
Maltego
Contact
Domain > artmatics.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-09-13
65.8.248.92
(
ClassC
)
2024-04-26
18.160.78.88
(
ClassC
)
2025-08-24
104.21.75.38
(
ClassC
)
Port 80
HTTP/1.1 302 FoundDate: Sun, 24 Aug 2025 21:48:39 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://artmatics.net/Cf-Cache-Status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?srU6muspWIGHygv%2FScIP0alJ4f9kHhH1sF8PVstBqzsHb3AcsGL2SSwS5iOSZUF7CN5Llkgn3kkaAYfKXvbndDwl%2FImRnpr53bJ2IcxM%3D}}CF-RAY: 97460e180b2a70b9-PDXalt-svc: h3:443; ma86400 html>head>title>302 Found/title>/head>body>center>h1>302 Found/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 24 Aug 2025 21:48:39 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Last-Modified: Sat, 22 Mar 2025 08:36:01 GMTReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sUawZ%2FerTPoT65sSUn4Zp2tg4F7FjmsOOP2yT7OzhbbbEkS7MXKxAWpt4XeJq%2BGkMqKOnNnTYfwv7KEuDcp3wYGD10tg2g7llQ8Ueqvk%3D}}Accept-Ranges: bytesCf-Cache-Status: DYNAMICAlt-Svc: h3:443; ma86400CF-RAY: 97460e1a09b4ef94-PDX !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>THE ARTMATICS | Official Website/title> style> @import url(https://fonts.googleapis.com/css2?familyRoboto+Mono:wght@300;400;700&displayswap); :root { --bg-color: #000000; --text-color: #ffffff; --accent-color: #00ffaa; --secondary-color: #ff00aa; } .contact-info { margin-top: 2rem; opacity: 0.8; font-size: 1rem; } * { margin: 0; padding: 0; box-sizing: border-box; } body, html { background-color: var(--bg-color); color: var(--text-color); font-family: Roboto Mono, monospace; height: 100%; overflow-x: hidden; } .noise { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/svg+xml,%3Csvg viewBox0 0 200 200 xmlnshttp://www.w3.org/2000/svg%3E%3Cfilter idnoiseFilter%3E%3CfeTurbulence typefractalNoise baseFrequency0.65 numOctaves3 stitchTilesstitch/%3E%3C/filter%3E%3Crect width100%25 height100%25 filterurl(%23noiseFilter)/%3E%3C/svg%3E); opacity: 0.07; z-index: -1; pointer-events: none; } #app { max-width: 1200px; margin: 0 auto; padding: 2rem; } header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 2rem; } .logo { font-size: 2rem; font-weight: 700; letter-spacing: 0.5rem; color: var(--accent-color); } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 2rem; } nav ul li a { color: var(--text-color); text-decoration: none; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.1rem; transition: color 0.3s ease; } nav ul li a:hover { color: var(--accent-color); } .hero { height: 80vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; } .hero h1 { font-size: 4rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1rem; color: var(--accent-color); } .hero p { font-size: 1.2rem; max-width: 600px; margin-bottom: 2rem; line-height: 1.6; opacity: 0.8; } .cta-button { background-color: transparent; border: 1px solid var(--accent-color); color: var(--accent-color); padding: 0.8rem 2rem; font-family: Roboto Mono, monospace; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.2rem; } .cta-button:hover { background-color: var(--accent-color); color: var(--bg-color); } .section { padding: 5rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); } .section-title { font-size: 2rem; margin-bottom: 3rem; text-transform: uppercase; letter-spacing: 0.5rem; text-align: center; color: var(--accent-color); } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; } .about-image { position: relative; height: 500px; overflow: hidden; } .about-text p { margin-bottom: 1.5rem; line-height: 1.8; opacity: 0.8; } .releases { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; } .release-item { background-color: rgba(255, 255, 255, 0.05); padding: 1.5rem; transition: transform 0.3s ease; } .release-item:hover { transform: translateY(-5px); } .release-image { position: relative; width: 100%; padding-bottom: 100%; margin-bottom: 1rem; overflow: hidden; } .release-info h3 { margin-bottom: 0.5rem; font-size: 1.2rem; } .release-info p { opacity: 0.7; font-size: 0.9rem; } .tech-section { text-align: center; } .tech-icons { display: flex; justify-content: center; flex-wrap: wrap; gap: 3rem; margin-top: 3rem; } .tech-icon { display: flex; flex-direction: column; align-items: center; width: 120px; } .tech-icon-img { width: 64px; height: 64px; margin-bottom: 1rem; filter: invert(1); opacity: 0.8; } .tech-icon p { font-size: 0.9rem; opacity: 0.7; } footer { padding: 3rem 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); } .social-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; } .social-links a { color: var(--text-color); font-size: 1.5rem; transition: color 0.3s ease; } .social-links a:hover { color: var(--accent-color); } .footer-text { opacity: 0.6; font-size: 0.8rem; } .glitch-effect { position: relative; display: inline-block; } .glitch-effect::before, .glitch-effect::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .glitch-effect::before { left: 2px; text-shadow: -1px 0 var(--secondary-color); clip: rect(44px, 450px, 56px, 0); animation: glitch-anim 5s infinite linear alternate-reverse; } .glitch-effect::after { left: -2px; text-shadow: -1px 0 var(--accent-color); clip: rect(44px, 450px, 56px, 0); animation: glitch-anim2 5s infinite linear alternate-reverse; } @keyframes glitch-anim { 0% { clip: rect(19px, 9999px, 60px, 0); } 5% { clip: rect(65px, 9999px, 100px, 0); } 10% { clip: rect(43px, 9999px, 70px, 0); } 15% { clip: rect(56px, 9999px, 80px, 0); } 20% { clip: rect(24px, 9999px, 50px, 0); } 25% { clip: rect(7px, 9999px, 90px, 0); } 30% { clip: rect(78px, 9999px, 110px, 0); } 35% { clip: rect(34px, 9999px, 40px, 0); } 40% { clip: rect(12px, 9999px, 70px, 0); } 45% { clip: rect(67px, 9999px, 90px, 0); } 50% { clip: rect(32px, 9999px, 50px, 0); } 55% { clip: rect(8px, 9999px, 60px, 0); } 60% { clip: rect(24px, 9999px, 30px, 0); } 65% { clip: rect(34px, 9999px, 50px, 0); } 70% { clip: rect(76px, 9999px, 90px, 0); } 75% { clip: rect(5px, 9999px, 10px, 0); } 80% { clip: rect(28px, 9999px, 40px, 0); } 85% { clip: rect(54px, 9999px, 60px, 0); } 90% { clip: rect(45px, 9999px, 70px, 0); } 95% { clip: rect(82px, 9999px, 100px, 0); } 100% { clip: rect(12px, 9999px, 30px, 0); } } @keyframes glitch-anim2 { 0% { clip: rect(17px, 9999px, 30px, 0); } 5% { clip: rect(25px, 9999px, 50px, 0); } 10% { clip: rect(53px, 9999px, 60px, 0); } 15% { clip: rect(66px, 9999px, 80px, 0); } 20% { clip: rect(14px, 9999px, 20px, 0); } 25% { clip: rect(17px, 9999px, 30px, 0); } 30% { clip: rect(38px, 9999px, 50px, 0); } 35% { clip: rect(74px, 9999px, 90px, 0); } 40% { clip: rect(42px, 9999px, 60px, 0); } 45% { clip: rect(57px, 9999px, 70px, 0); } 50% { clip: rect(12px, 9999px, 30px, 0); } 55% { clip: rect(78px, 9999px, 90px, 0); } 60% { clip: rect(54px, 9999px, 70px, 0); } 65% { clip: rect(24px, 9999px, 40px, 0); } 70% { clip: rect(56px, 9999px, 80px, 0); } 75% { clip: rect(35px, 9999px, 50px, 0); } 80% { clip: rect(18px, 9999px, 30px, 0); } 85% { clip: rect(24px, 9999px, 40px, 0); } 90% { clip: rect(65px, 9999px, 80px, 0); } 95% { clip: rect(42px, 9999px, 60px, 0); } 100% { clip: rect(32px, 9999px, 50px, 0); } } /* Matrix animation for the hero background */ #matrix-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.2; } /* Responsive design */ @media (max-width: 768px) { .logo { font-size: 1.5rem; } nav { display: none; } .hero h1 { font-size: 2.5rem; letter-spacing: 0.5rem; } .hero p { font-size: 1rem; } .about-content { grid-template-columns: 1fr; } .about-image { height: 300px; margin-bottom: 2rem; } } /style>/head>body> div classnoise>/div> div idapp> header> div classlogo>THE ARTMATICS/div> nav> ul> li>a href#home>Home/a>/li> li>a href#about>About/a>/li> li>a href#releases>Releases/a>/li> li>a href#tech>Tech/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /header> section idhome classhero> canvas idmatrix-canvas>/canvas> h1 classglitch-effect data-textTHE ARTMATICS>THE ARTMATICS/h1> p>An enigmatic techno unit from Sapporo, Japan, pushing the boundaries of electronic music and technology./p> button classcta-button>Latest Release/button> /section> section idabout classsection> h2 classsection-title>About/h2> div classabout-content> div classabout-image> img src/img/mainvisual.jpg altTHE ARTMATICS silhouette> /div> div classabout-text> p>THE ARTMATICS is a mysterious unit of producers and programmers from Sapporo, Japan. Their identities remain unknown, and they perform without any MC interaction, letting their music and visuals speak for themselves./p> p>Formed after meeting in a university music club, THE ARTMATICS has gained recognition in both domestic and international EDM scenes for their innovative sound design and immersive live performances./p> p>Drawing inspiration from the digital landscape and the intersection of technology and art, THE ARTMATICS creates complex sonic architectures that challenge conventional electronic music paradigms./p> p>Their multidisciplinary approach combines advanced programming techniques with music production, resulting in a unique audiovisual experience that has garnered critical acclaim across multiple creative domains. Since 2024, they have integrated AI technology into their music production process, further expanding their sonic possibilities./p> /div> /div> /section> section idreleases classsection> h2 classsection-title>Releases/h2> div classreleases> div classrelease-item> div classrelease-image> img src/img/binary_pulse.jpg altBinary Pulse EP> /div> div classrelease-info> h3>Binary Pulse EP/h3> p>Released: March 2025/p> p>4 tracks of pulsating techno infused with algorithmic structures/p> /div> /div> div classrelease-item> div classrelease-image> img src/img/recursive_patterns.jpg altRecursive Patterns> /div> div classrelease-info> h3>Recursive Patterns/h3> p>Released: November 2024/p> p>An exploration of fractal-based compositions and evolving soundscapes/p> /div> /div> div classrelease-item> div classrelease-image> img src/img/syntax_error.jpg altSyntax Error> /div> div classrelease-info> h3>Syntax Error/h3> p>Released: July 2024/p> p>A glitch-heavy journey through digital corruption and beauty/p> /div> /div> /div> /section> section idtech classsection tech-section> h2 classsection-title>Technology/h2> p>THE ARTMATICS leverages advanced programming and digital tools to create their unique sonic and visual experience./p> div classtech-icons> div classtech-icon> div classtech-icon-img> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24>path dM24 10.935v2.131l-8 3.947v-2.23l5.64-2.783-5.64-2.79v-2.223l8 3.948zm-16 3.848l-5.64-2.783 5.64-2.79v-2.223l-8 3.948v2.131l8 3.947v-2.23zm7.047-10.783h-2.078l-4.011 16h2.073l4.016-16z/>/svg> /div> p>Custom Code/p> /div> div classtech-icon> div classtech-icon-img> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24>path dM22 17.607c-.786 2.28-3.139 6.317-5.563 6.361-1.608.031-2.125-.953-3.963-.953-1.837 0-2.412.923-3.932.983-2.572.099-6.542-5.827-6.542-10.995 0-4.747 3.308-7.1 6.198-7.143 1.55-.028 3.014 1.045 3.959 1.045.949 0 2.727-1.29 4.596-1.101.782.033 2.979.315 4.389 2.377-3.741 2.442-3.158 7.549.858 9.426zm-5.222-17.607c-2.826.114-5.132 3.079-4.81 5.531 2.612.203 5.118-2.725 4.81-5.531z/>/svg> /div> p>Mac Since 1994/p> /div> div classtech-icon> div classtech-icon-img> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24>path dM12 18.178l-4.62-1.256-.328-3.544h2.27l.158 1.844 2.52.667 2.52-.667.26-2.866H6.96l-.635-6.678h11.35l-.227 2.21H8.822l.204 2.256h8.217l-.624 6.778L12 18.178zM3 2h18l-1.623 18L12 22l-7.377-2L3 2zm2.188 2L6.49 18.434 12 19.928l5.51-1.494L18.812 4H5.188z/>/svg> /div> p>Audio-Visual Coding/p> /div> div classtech-icon> div classtech-icon-img> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 24 24>path dM5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A.998.998 0 0 0 5 3v18a1 1 0 0 0 .536.886z/>/svg> /div> p>Digital Performance/p> /div> /div> /section> footer idcontact> !-- div classsocial-links> a href# titleInstagram> svg width24 height24 viewBox0 0 24 24 fillcurrentColor xmlnshttp://www.w3.org/2000/svg> path dM12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z/> /svg> /a> a href# titleTwitter> svg width24 height24 viewBox0 0 24 24 fillcurrentColor xmlnshttp://www.w3.org/2000/svg> path dM24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z/> /svg> /a> a href# titleYouTube> svg width24 height24 viewBox0 0 24 24 fillcurrentColor xmlnshttp://www.w3.org/2000/svg> path dM19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z/> /svg> /a> /div> --> div classcontact-info> p>Email: infoat-markartmatics.net/p> /div> div classfooter-text> p>© 2025 THE ARTMATICS. All rights reserved./p> /div> /footer> /div> script> // Matrix animation for the hero background document.addEventListener(DOMContentLoaded, function() { const canvas document.getElementById(matrix-canvas); const ctx canvas.getContext(2d); // Make the canvas full-size canvas.width canvas.parentElement.offsetWidth; canvas.height canvas.parentElement.offsetHeight; // Characters to be displayed const characters 10アルトマティクス; // Split the canvas into columns const fontSize 12; const columns Math.ceil(canvas.width / fontSize); // Array to store the current y position of each column const drops ; for (let i 0; i columns; i++) { dropsi Math.random() * -canvas.height; } // Draw the matrix animation function draw() { // Add a semi-transparent black layer to create the trail effect ctx.fillStyle rgba(0, 0, 0, 0.05); ctx.fillRect(0, 0, canvas.width, canvas.height); // Set the color and font of the characters ctx.fillStyle #0fa; ctx.font fontSize + px monospace; // Draw each character for (let i 0; i drops.length; i++) { // Choose a random character const text characters.charAt(Math.floor(Math.random() * characters.length)); // Draw the character ctx.fillText(text, i * fontSize, dropsi * fontSize); // Move the position down dropsi++; // Reset the position if its below the canvas or randomly if (dropsi * fontSize > canvas.height && Math.random() > 0.975) { dropsi 0; } } } // Animate setInterval(draw, 35); // Resize handling window.addEventListener(resize, function() { canvas.width canvas.parentElement.offsetWidth; canvas.height canvas.parentElement.offsetHeight; // Recalculate columns const newColumns Math.ceil(canvas.width / fontSize); // Adjust the drops array if (newColumns > columns) { for (let i columns; i newColumns; i++) { dropsi Math.random() * -canvas.height; } } }); }); // Glitch effect on hover for the logo document.querySelector(.logo).addEventListener(mouseenter, function() { this.classList.add(glitch-effect); this.setAttribute(data-text, this.textContent); }); document.querySelector(.logo).addEventListener(mouseleave, function() { this.classList.remove(glitch-effect); this.removeAttribute(data-text); }); // Button click event document.querySelector(.cta-button).addEventListener(click, function() { window.location.href #releases; }); /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
]