Help
RSS
API
Feed
Maltego
Contact
Domain > opties-beleggen.nl
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-09
92.243.29.208
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 09 Feb 2025 06:11:15 GMTServer: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny16 with Suhosin-Patch mod_wsgi/2.5 Python/2.5.2Accept-Ranges: bytesVary: Accept-Encoding,User-AgentTransfer-Encoding: chunkedContent-Type: text/html !DOCTYPE html>html langen>head>meta charsetUTF-8>link relshortcut icon typeimage/x-icon hrefhttp://atopia.nl/favicon.ico />title> opties-beleggen.nl /title>link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css>style>html { background: radial-gradient(ellipse at center, #cccccc 0%, #000000 95%); overflow: hidden;}@namespace svg url(http://www.w3.org/2000/svg);svg|a:link, svg|a:visited { cursor: pointer;}/style>/head>body translateno>div idbg>/div>script>var xmlns http://www.w3.org/2000/svg;var refreshDuration 10000;var refreshTimeout;var numPointsX;var numPointsY;var unitWidth;var unitHeight;var points;function onLoad(){ var svg document.createElementNS(xmlns, svg); var g document.createElementNS (xmlns, g); // var filter document.createElementNS (xmlns, filter); // var feGaussianBlur document.createElementNS (xmlns, feGaussianBlur); var text document.createElementNS (xmlns, text); var text2 document.createElementNS (xmlns, text); var a document.createElementNS (xmlns, a); var textnode document.createTextNode(document.title); var textnode2 document.createTextNode(hosting by atopia.nl); svg.setAttribute(width, window.innerWidth); svg.setAttribute(height, window.innerHeight); svg.setAttribute(version, 1.1); svg.setAttribute(viewbox, 0 0 10 10); svg.setAttribute(xmlns, xmlns); svg.setAttribute(xmlns:xlink, http://www.w3.org/1999/xlink); g.setAttribute(id, bgsvg); // g.setAttribute(filter, url(#blur)) // filter.setAttribute(id, blur); // feGaussianBlur.setAttribute(stdDeviation, 0); text.setAttribute(x,50%); text.setAttribute(y,50%); text.setAttribute(style,font:6vw sans-serif;text-anchor:middle;); text.setAttribute(fill,white); text2.setAttribute(x,90%); text2.setAttribute(y,10%); text2.setAttribute(fill,rgba(255, 255, 255, .35)); text2.setAttribute(style,font:2vh sans-serif;text-anchor:end;); a.setAttribute(href,http://www.atopia.nl); a.setAttribute(xmlns:xlink,http://www.atopia.nl); a.setAttribute(style,z-index:10000); text.appendChild(textnode); a.appendChild(text2); text2.appendChild(textnode2); // filter.appendChild (feGaussianBlur); // svg.appendChild (filter); svg.appendChild(g); svg.appendChild(text); svg.appendChild(a); document.querySelector(#bg).appendChild(svg); var unitSize (window.innerWidth + window.innerHeight) / 15; numPointsX Math.ceil(window.innerWidth / unitSize) + 1; numPointsY Math.ceil(window.innerHeight / unitSize) + 1; unitWidth Math.ceil(window.innerWidth / (numPointsX - 1)); unitHeight Math.ceil(window.innerHeight / (numPointsY - 1)); points ; for (var y 0; y numPointsY; y++) { for (var x 0; x numPointsX; x++) { points.push({ x: unitWidth * x, y: unitHeight * y, originX: unitWidth * x, originY: unitHeight * y }); } } randomize(); for (var i 0; i points.length; i++) { if (pointsi.originX ! unitWidth * (numPointsX - 1) && pointsi.originY ! unitHeight * (numPointsY - 1)) { var topLeftX pointsi.x; var topLeftY pointsi.y; var topRightX pointsi + 1.x; var topRightY pointsi + 1.y; var bottomLeftX pointsi + numPointsX.x; var bottomLeftY pointsi + numPointsX.y; var bottomRightX pointsi + numPointsX + 1.x; var bottomRightY pointsi + numPointsX + 1.y; var rando Math.floor(Math.random() * 2); for (var n 0; n 2; n++) { var polygon document.createElementNS(svg.namespaceURI, polygon); if (rando 0) { if (n 0) { polygon.point1 i; polygon.point2 i + numPointsX; polygon.point3 i + numPointsX + 1; polygon.setAttribute(points, topLeftX + , + topLeftY + + bottomLeftX + , + bottomLeftY + + bottomRightX + , + bottomRightY); } else if (n 1) { polygon.point1 i; polygon.point2 i + 1; polygon.point3 i + numPointsX + 1; polygon.setAttribute(points, topLeftX + , + topLeftY + + topRightX + , + topRightY + + bottomRightX + , + bottomRightY); } } else if (rando 1) { if (n 0) { polygon.point1 i; polygon.point2 i + numPointsX; polygon.point3 i + 1; polygon.setAttribute(points, topLeftX + , + topLeftY + + bottomLeftX + , + bottomLeftY + + topRightX + , + topRightY); } else if (n 1) { polygon.point1 i + numPointsX; polygon.point2 i + 1; polygon.point3 i + numPointsX + 1; polygon.setAttribute(points, bottomLeftX + , + bottomLeftY + + topRightX + , + topRightY + + bottomRightX + , + bottomRightY); } } polygon.setAttribute(fill, rgba(0,0,0, + Math.random() / 3 + )); var animate document.createElementNS(xmlns, animate); animate.setAttribute(fill, freeze); animate.setAttribute(attributeName, points); animate.setAttribute(dur, refreshDuration + ms); animate.setAttribute(calcMode, linear); polygon.appendChild(animate); g.appendChild(polygon); } } } refresh();}function randomize() { for (var i 0; i points.length; i++) { if (pointsi.originX ! 0 && pointsi.originX ! unitWidth * (numPointsX - 1)) { pointsi.x pointsi.originX + Math.random() * unitWidth - unitWidth / 2; } if (pointsi.originY ! 0 && pointsi.originY ! unitHeight * (numPointsY - 1)) { pointsi.y pointsi.originY + Math.random() * unitHeight - unitHeight / 2; } }}function refresh() { randomize(); for (var i 0; i document.querySelector(svg g#bgsvg).childNodes.length; i++) { var polygon document.querySelector(svg g#bgsvg).childNodesi; var animate polygon.childNodes0; if (animate.getAttribute(to)) { animate.setAttribute(from, animate.getAttribute(to)); } animate.setAttribute(to, pointspolygon.point1.x + , + pointspolygon.point1.y + + pointspolygon.point2.x + , + pointspolygon.point2.y + + pointspolygon.point3.x + , + pointspolygon.point3.y); animate.beginElement(); } refreshTimeout setTimeout(function () {refresh();}, refreshDuration);}function onResize() { document.querySelector(svg g#bgsvg).remove(); clearTimeout(refreshTimeout); onLoad();}window.onload onLoad;window.onresize onResize; /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
]