Help
RSS
API
Feed
Maltego
Contact
Domain > lampastudio.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-12
52.219.216.131
(
ClassC
)
2025-09-26
16.15.0.88
(
ClassC
)
2025-12-04
52.219.192.3
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: w7RKSjYqMVM3yjlpVUSvd4y3An+3+rcnSGS6IEIb23D24chuMTV8xN8tFOdqwGkb2XiVByhkyO0q5Mj6ukwXGSNyUBkVz2eS7SsZHNjPlyAx-amz-request-id: 5VGAX9NQ7TP70AVEDate: Thu, 04 Dec 2025 11:19:28 GMTLast-Modified: Thu, 04 Feb 2016 05:43:11 GMTx-amz-version-id: nullETag: 220003f33aadc13192e94d4361daebdbContent-Type: text/htmlContent-Length: 11077Server: AmazonS3 !doctype html>html langen>head> meta charsetutf-8 /> title>Ran Erezs Personal site/title> style> /* I would usually link the CSS to an external file, but this is a demo*/ body { font-family: Arial; font-size: 16px; margin: 30px; } #background { position:fixed; width: 100%; height: 100%; background:url(https://googledrive.com/host/0B5RsVxyZa_7nZERsUGFRZGxVcDA/background.png); background-size:100% 100%; background-repeat:no-repeat; } #wrapper { position:fixed; } .myDiv { position:relative; width: 50px; height: 50px; float: left; line-height: 50px; vertical-align: middle; text-align: center; cursor: pointer; overflow:auto; } section { width: 100%; height: 100%; } .divBreak { clear: both; height: 0px; font-size:0; line-height:0; } span.tab { padding: 0 80px; } .title { font-weight:bold; } .resumeText { line-height:140%; margin:50px; text-align:justify; } .subTitle { font-style:italic; } #closeBtn { position:fixed; visibility:hidden; cursor: pointer; } ::-webkit-scrollbar { width: 12px; } /* Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(128,128,128,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(128,128,128,0.4); } .fancybox-custom .fancybox-skin { box-shadow: 0 0 50px #222; } #photos { text-align:center; } .imgBox { width:200px; height:200px; text-align:center; vertical-align:middle; float: left; } a img { border:none; } #imgLoading { position: fixed; top: 47.10%; left: 48.56%; z-index: 3000; display: none; } .shadowed { box-shadow: 12px 12px 7px #444; } .portDiv { text-align:left; line-height:23px; } /style> link relstylesheet typetext/css hrefcss/tooltipster.css /> link relstylesheet typetext/css hrefsource/jquery.fancybox.css?v2.1.5 mediascreen /> script srchttp://code.jquery.com/jquery-latest.js>/script> script typetext/javascript srcjs/jquery.mousewheel-3.0.6.pack.js>/script> script typetext/javascript srcsource/jquery.fancybox.js?v2.1.5>/script> script typetext/javascript srcjs/jquery.tooltipster.min.js>/script> script> // Wanted to use consts, but IE does not support them yet. var ANIM_SPEED 300; var D1_COLOR rgb(0,0,0); var D2_COLOR rgb(255,0,0); var D3_COLOR rgb(0,255,0); var D4_COLOR rgb(0,0,255); var squareDims 50; var divsArr {id:#d1,rgb:D1_COLOR}, {id:#d2,rgb:D2_COLOR}, {id:#d3,rgb:D3_COLOR}, {id:#d4,rgb:D4_COLOR}; var bounceTimeOut; var currentDiv ; var closeX -70; var closeY 20; var thumbSuffix _s; /* * Set UI in the middle when document is ready */ $(document).ready(function() { if (isDeviceMobile()) { squareDims 150; $(#closeBtn).html(img srcimages/close_m.png onClickcloseDiv() classshadowed>); closeX -150; closeY 100; $(.myDiv).css(fontSize, 28px); $(.imgBox).css(width, 300px); $(.imgBox).css(height, 300px); $(#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span).css(background-image, url(fancybox_sprite2x.png)); thumbSuffix _m; } $(.tooltip).tooltipster({timer:1000,theme: .tooltipster-shadow}); centerUI(); resetUI(); $(.fancybox).fancybox(); $(.fancybox-buttons).fancybox({ openEffect : none, closeEffect : none, prevEffect : none, nextEffect : none, closeBtn : true, helpers : { title : { type : inside } }, afterLoad : function() { this.title Image + (this.index + 1) + of + this.group.length + (this.title ? - + this.title : ); } }); }); /* * Make sure resizeWindow is not fired too much while the window is being resized. */ $(window).resize(function() { clearTimeout(bounceTimeOut); bounceTimeOut setTimeout(resizeWindow, 100); }); /* * Center the UI on the page. */ function centerUI() { $(#wrapper).css( { top: $(window).height()/2 - squareDims, left: $(window).width()/2 - squareDims } ); } /* * When resizing the window, either resize the active div to fit, or, if no div is active, center the UI. */ function resizeWindow() { if (currentDiv ! ) { $(currentDiv).css({ width: $(window).width() - squareDims, height: $(window).height() - squareDims } ); putCloseBtn(currentDiv); } else { centerUI(); } }; /* * Resize the content div to full size and set the alpha */ function resizeInnerDiv() { resetUI(); $(#wrapper).animate( { top: 0, left: 0 }, ANIM_SPEED ); $(this).animate( { width: $(window).width() - squareDims, height: $(window).height() - squareDims }, ANIM_SPEED, function(){loadContent(this);} ); var oldBGColor $(this).css(background-color); var newBGColor oldBGColor.replace(rgb, rgba).replace(), ,.15)); $(this).css({background-color: newBGColor}); $(this).off(click); $(this).css({cursor: default}); currentDiv this; }; /* * Load the correct content into the div when expended */ function loadContent(div) { var innerDiv # + div.id + section; $(innerDiv).show(); if ($(innerDiv).text() ) { showLoading(true); switch(div.id) { case d1: $(innerDiv).load(/resume.html,function(){showLoading(false)}); break; case d2: $(innerDiv).load(/portfolio.html,function(){showLoading(false)}); break; case d3: $(innerDiv).load(/html5.html,function(){showLoading(false)}); break; case d4: $(innerDiv).load(/gallery.html,function(){showLoading(false)}); break; default: break; } selectNone(); } putCloseBtn(div); } /* * Put the close button in the right location */ function putCloseBtn(div) { var x $(div).width() + $(div).offset().left; var y $(div).offset().top; $(#closeBtn).css(left,x + closeX); $(#closeBtn).css(top,y + closeY); $(#closeBtn).css(visibility,visible); } /* * Close the active div */ function closeDiv() { $(#closeBtn).css(visibility,hidden); showLoading(false); var innerDiv $(# + currentDiv.id + section); $(innerDiv).hide(); $(currentDiv).animate( { width: squareDims, height: squareDims }, ANIM_SPEED ); $(#wrapper).animate( { top: $(window).height()/2 - squareDims, left: $(window).width()/2 - squareDims }, ANIM_SPEED, resetUI ); currentDiv ; } /* * Reset the UI to initial state */ function resetUI() { $.each( divsArr, function( index, value ) { var innerDiv $(value.id + section); $(innerDiv).hide(); $(value.id).off(click); $(value.id).on(click,resizeInnerDiv); $(value.id).css({cursor: pointer}); $(value.id).width(squareDims); $(value.id).height(squareDims); var oldBGColor $(value.id).css(background-color); if (oldBGColor.indexOf(rgba) ! -1 || oldBGColor transparent) { $(value.id).css({background-color: value.rgb}); } }); $(#closeBtn).css(visibility,hidden); } /* * Firefox selects the loaded content. this fixes it */ function selectNone() { var sel window.getSelection ? window.getSelection() : document.selection; if (sel) { if (sel.removeAllRanges) { sel.removeAllRanges(); } else if (sel.empty) { sel.empty(); } } } /* * Show/Hide loading bar */ function showLoading(show) { $(#imgLoading).css(display, show ? block : none); } /* * Check if the device viewing is mobile */ function isDeviceMobile() { var isMobile { Android: function() { return navigator.userAgent.match(/Android/i) && navigator.userAgent.match(/mobile|Mobile/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i)|| navigator.userAgent.match(/BB10; Touch/); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPod/i); }, Opera: function() { return navigator.userAgent.match(/Opera Mini/i); }, Windows: function() { return navigator.userAgent.match(/IEMobile/i) || navigator.userAgent.match(/webOS/i) ; }, any: function() { return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows()); } }; return isMobile.any(); } showLoading(false); /script>/head>body> h1 stylevisibility:hidden>Ran Erezs Personal site/h1> noscript> For full functionality of this site it is necessary to enable JavaScript. Here are the a hrefhttp://www.enable-javascript.com/ target_blank> instructions how to enable JavaScript in your web browser/a>. /noscript> article> h2 stylevisibility:hidden>site content/h2> div idbackground> div idwrapper> div idd1 classmyDiv tooltip titleRésumé>section>/section>/div> div idd2 classmyDiv tooltip titlePortfolio>section>/section>/div> div classdivBreak>/div> div idd3 classmyDiv tooltip titleHTML5 Playground>section>/section>/div> div idd4 classmyDiv tooltip titleFishtank Project>section>/section>/div> div idcloseBtn>img srcimages/close.png onClickcloseDiv() classshadowed>/div> /div> /div> div idimgLoading> img srchttps://googledrive.com/host/0B5RsVxyZa_7nZERsUGFRZGxVcDA/loading.gif altLoading... classui-corner-all /> /div> /article>/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
]