Help
RSS
API
Feed
Maltego
Contact
Domain > gethobby.lol
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-10-27
52.2.134.244
(
ClassC
)
2025-08-02
15.197.167.90
(
ClassC
)
Port 443
HTTP/1.1 200 OKAge: 0Cache-Control: no-cacheCache-Status: Netlify Durable; fwdbypassCache-Status: Netlify Edge; fwdmissContent-Type: text/htmlDate: Sat, 02 Aug 2025 14:09:52 GMTNetlify-Vary: queryServer: NetlifyStrict-Transport-Security: max-age31536000X-Nf-Request-Id: 01K1NHW73GYHQ8CAM3TJ2EKH58Transfer-Encoding: chunked !DOCTYPE html>html langen> head> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno> meta namedescription contentA free tool to help you find a new hobby to engage in.> meta nameauthor contentThe Internet> !-- favicon --> link relshortcut icon hrefhttps://gethobby.lol/favicon.ico> !-- Open graph --> meta propertyog:title contentFind yourself a hobby!> meta propertyog:type contentwebsite> meta propertyog:description contentA free tool to help you find a new hobby to engage in.> meta propertyog:url contenthttps://gethobby.lol/> meta propertyog:image contenthttps://gethobby.lol/minibridgebuilding-350x350.jpg> meta propertyog:locale contenten_US> meta propertytwitter:card contentsummary> meta propertytwitter:site contentfindyourselfahobby.com> meta propertytwitter:title contentFind yourself a hobby!> meta propertytwitter:description contentA free tool to help you find a new hobby to engage in.> meta propertytwitter:image:src contenthttps://gethobby.lol/minibridgebuilding-350x350.jpg> meta propertytwitter:domain contenthttps://gethobby.lol/> meta namegenerator contentAstro v2.0.14> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyKalam:wght@700&displayswap relstylesheet> title>Find yourself a hobby/title> link relstylesheet href/_astro/credits.cc2df777.css />link relstylesheet href/_astro/index.26438bdc.css />script typemodule>const tasync e>{if(navigator.clipboard)try{await navigator.clipboard.writeText(e)}catch(n){console.error(Failed to copy: ,n)}};document.getElementById(sharing-this-input).addEventListener(click,function(){this.select(),t(this.value)});document.getElementById(sharing-random-input).addEventListener(click,function(){this.select(),t(this.value)});/script>/head> body> main classastro-J7PV25F6> div classpreintro astro-J7PV25F6>If you were given this link, its probably because/div> div classintro astro-J7PV25F6>it looks like you have a lot of time on your hands./div> div classprehobby astro-J7PV25F6>Why dont you try this activity:/div> div classcard> div classcard__image> img srchttps://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/Bowl_with_cover_MET_SF06_377ab_img2_%28cropped%29.jpg/300px-Bowl_with_cover_MET_SF06_377ab_img2_%28cropped%29.jpg alt> /div> div classcard__content> h3> a hrefhttps://en.wikipedia.org/wiki/Decorative_arts>Decorating/a> /h3> p> Default description. /p> small> đ§Ą Try it! You might be great at it! đ§Ą /small> /div>/div> a classgive-me-another button astro-J7PV25F6 hrefhttps://gethobby.lol/> span classdice astro-J7PV25F6>đ˛/span> Give me another span classdice astro-J7PV25F6>đ˛/span> /a> /main>div classfooter astro-J7PV25F6> a classfooter-button astro-J7PV25F6 href/variants?introbasic>âŠī¸ Variants/a> a classfooter-button astro-J7PV25F6 href# idsharing-modal-trigger>đ Direct link/a> a classfooter-button astro-J7PV25F6 href/credits?introbasic>â¤ī¸ Credits/a> /div>div classmodal roledialog aria-labelledbysharing-modal-trigger> div classmodal__inner> div classmodal__content> h3 tabindex-1> Get a direct link /h3> small classastro-J7PV25F6>(click to copy)/small>div classsharing-links astro-J7PV25F6> a idsharing-this-link classsharing-link-input astro-J7PV25F6 hrefhttps://gethobby.lol/?introbasic&hobbydecorative_arts>This activity đ/a> input idsharing-this-input typetext valuehttps://gethobby.lol/?introbasic&hobbydecorative_arts readonly classastro-J7PV25F6> span idsharing-this-label classastro-J7PV25F6>/span> /div>div classsharing-links astro-J7PV25F6> a idsharing-random-link classssharing-link-input astro-J7PV25F6 hrefhttps://gethobby.lol/>Random activity đ˛/a> input idsharing-random-input typetext valuehttps://gethobby.lol/ readonly classastro-J7PV25F6> span idsharing-random-label classastro-J7PV25F6>/span> /div> /div> div classmodal__close> button>Close/button> /div> /div>/div>script typemodule> // variables const body document.querySelector(body) const modal document.querySelector(.modal) const modalId modal.getAttribute(aria-labelledby) const modalCloseButton modal.querySelector(.modal__close button) const modalTrigger document.querySelector(`#${modalId}`) // functions const teleportToRoot element > { element.remove() body.appendChild(element) } const getKeyboardFocusableElements element > { return ...element.querySelectorAll( a, button, input, textarea, select, details,tabindex:not(tabindex-1) ) .filter(el > !el.hasAttribute(disabled)) } const trapFocus event > { const focusables getKeyboardFocusableElements(modal) const firstFocusable focusables0 const lastFocusable focusablesfocusables.length - 1 if (document.activeElement lastFocusable && event.key Tab && !event.shiftKey) { event.preventDefault() firstFocusable.focus() } if (document.activeElement firstFocusable && event.key Tab && event.shiftKey) { event.preventDefault() lastFocusable.focus() } } const openModal _ > { const modalTitle modal.querySelector(h3) modal.classList.add(show) body.classList.add(modal-is-active) modalTitle.focus() document.addEventListener(keydown, trapFocus) modal.addEventListener(keydown, event > { if (event.key Escape) { closeModal() } }) } const closeModal _ > { modal.classList.remove(show) body.classList.remove(modal-is-active) modalTrigger.focus({ preventScroll: true }) document.removeEventListener(keydown, trapFocus) } // execution teleportToRoot(modal) modalTrigger.addEventListener(click, openModal) modalCloseButton.addEventListener(click, closeModal) modal.addEventListener(click, event > { if (!event.target.closest(.modal__content)) { closeModal() } }) window.closeModal closeModal/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
]