Help
RSS
API
Feed
Maltego
Contact
Domain > spiciichocolate.studio
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-12
52.219.210.64
(
ClassC
)
2026-02-10
3.5.138.45
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: 08bUOdM9PCInYFEa6co3nqYVeoMJp/krqiTRcVN7RQWejBjzvETc77AfJ5esODkLAdm6X/s9ZJRjL4e0LBxZmjKAR0zXSZtYDiFVCgYL670x-amz-request-id: 5KKRAVTHG7Z6J8MMDate: Tue, 10 Feb 2026 04:22:13 GMTLast-Modified: Mon, 03 Jun 2019 11:11:52 GMTETag: 184decc50a2ff1b2e7a529566a4940e7Content-Type: text/htmlContent-Length: 5552Server: AmazonS3 html> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, user-scalableno, minimum-scale1.0, maximum-scale1.0> link hrefhttps://fonts.googleapis.com/css?familyDamion relstylesheet> script> (function(i,s,o,g,r,a,m){iGoogleAnalyticsObjectr;irir||function(){ (ir.qir.q||).push(arguments)},ir.l1*new Date();as.createElement(o), ms.getElementsByTagName(o)0;a.async1;a.srcg;m.parentNode.insertBefore(a,m) })(window,document,script,https://www.google-analytics.com/analytics.js,ga); ga(create, UA-103198300-1, auto); ga(send, pageview); /script> style> body { background-color: #ffffff; margin: 0; overflow: hidden; width: 100%; height: 100%; } canvasresize { width: 100%; height: 100%; } h1{ position: absolute; top: 50%; width: 100%; margin: -10% 0 0; text-align: center; font-size: 5em; font-family: Damion, cursive; font-weight: 200; } h1 img { width: 85%; max-width: 1200px; } /style> script srcjs/paper-full.min.js>/script> /head> body> div classlogo> h1>img src./img/sc_logo.svg altSpicii Chocolate Logo>/h1> /div> canvas idcanvas resize hidpioff>/canvas> /body> script typetext/paperscript canvascanvas> // Code ported to Paper.js from http://the389.com/9/1/ // with permission. var values { friction: 1, timeStep: 0.01, amount: 20, mass: 10, count: 0 }; values.invMass 1 / values.mass; var windowSize document.documentElement.clientWidth; console.log(windowSize); if(windowSize 640){ values.amount 10; } var path, springs; var size view.size * 1.2, 1; var Spring function(a, b, strength, restLength) { this.a a; this.b b; this.restLength restLength || 80; this.strength strength ? strength : 0.55; this.mamb values.invMass * values.invMass; }; Spring.prototype.update function() { var delta this.b - this.a; var dist delta.length; var normDistStrength (dist - this.restLength) / (dist * this.mamb) * this.strength; delta.y * normDistStrength * values.invMass * 0.2; if (!this.a.fixed) this.a.y + delta.y; if (!this.b.fixed) this.b.y - delta.y; }; function createPath(strength) { var path new Path({ fillColor: #FF00FF }); springs ; for (var i 0; i values.amount; i++) { var segment path.add(new Point(i / values.amount, 0.7) * size); var point segment.point; if (i 0 || i values.amount) point.y + size.height; point.px point.x; point.py point.y; // The first two and last two points are fixed: point.fixed i 2 || i > values.amount - 2; if (i > 0) { var spring new Spring(segment.previous.point, point, strength); springs.push(spring); } } path.position.x - size.width / 4; return path; } function onResize() { if (path) path.remove(); size view.bounds.size * 2, 1; path createPath(0.1); } function onMouseMove(event) { var location path.getNearestLocation(event.point); var segment location.segment; var point segment.point; if (!point.fixed && location.distance size.height / 4) { var y event.point.y; point.y + (y - point.y) / 6; var previous segment.previous && segment.previous.point; var next segment.next && segment.next.point; if (previous && !previous.fixed) previous.y + (y - previous.y) / 24; if (next && !next.fixed) next.y + (y - next.y) / 24; } } function onFrame(event) { updateWave(path); } function updateWave(path) { var force 1 - values.friction * values.timeStep * values.timeStep; for (var i 0, l path.segments.length; i l; i++) { var point path.segmentsi.point; var dy (point.y - point.py) * force; point.py point.y; point.y Math.max(point.y + dy, 0); } for (var j 0, l springs.length; j l; j++) { springsj.update(); } path.smooth({ type: continuous }); } function onKeyDown(event) { if (event.key space) { path.fullySelected !path.fullySelected; path.fillColor path.fullySelected ? null : #503830; } } /script>/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
]