Help
RSS
API
Feed
Maltego
Contact
Domain > luke.wtf
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-02-20
13.226.129.67
(
ClassC
)
2020-08-17
99.84.114.66
(
ClassC
)
2020-11-01
65.8.186.51
(
ClassC
)
2025-07-31
35.214.15.128
(
ClassC
)
Port 443
HTTP/1.1 200 OKServer: nginxDate: Thu, 31 Jul 2025 17:33:03 GMTContent-Type: text/html; charsetUTF-8Content-Length: 6062Connection: keep-aliveVary: Accept-EncodingX-Cache-Enabled: TrueX-Content-Type-Options: nosniffX-XSS-Protection: 1; modeblockExpires: Wed, 11 Jan 1984 05:00:00 GMTCache-Control: no-cache; privateX-Httpd-Modphp: 1Host-Header: 6b7412fb82ca5edfd0917e3957f05d89X-Proxy-Cache: MISSX-Proxy-Cache-Info: 0 NC:000000 UP: !DOCTYPE html>html langen-US>head>meta charsetUTF-8>meta nameviewport contentwidthdevice-width, initial-scale1> !-- SEO -->title>luke.wtf/title>link relstylesheet idsiteground-optimizer-combined-css-11710b4318f9835a14402e8a9f694606 hrefhttps://luke.wtf/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-11710b4318f9835a14402e8a9f694606.css mediaall /> !-- og meta for facebook, googleplus -->meta propertyog:title contentluke.wtf/>meta propertyog:description content/>meta propertyog:url contenthttps://luke.wtf/>meta propertyog:type contentwebsite />meta propertyog:image contenthttps://luke.wtf/wp-content/uploads/2023/09/1280px-Computer-screen-code-glitch-animation-gif-background-free-1024x684.gif/> !-- twitter meta -->meta nametwitter:card contentsummary_large_image/>meta nametwitter:title contentluke.wtf/>meta nametwitter:description content/>meta nametwitter:url contenthttps://luke.wtf/>meta nametwitter:image contenthttps://luke.wtf/wp-content/uploads/2023/09/1280px-Computer-screen-code-glitch-animation-gif-background-free-1024x684.gif/>link relicon hrefhttps://luke.wtf/wp-content/uploads/2023/09/cropped-favicon-32x32.png sizes32x32 />link relicon hrefhttps://luke.wtf/wp-content/uploads/2023/09/cropped-favicon-192x192.png sizes192x192 />link relapple-touch-icon hrefhttps://luke.wtf/wp-content/uploads/2023/09/cropped-favicon-180x180.png />meta namemsapplication-TileImage contenthttps://luke.wtf/wp-content/uploads/2023/09/cropped-favicon-270x270.png />link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css relstylesheet >link hrefhttps://fonts.googleapis.com/css?familyPlayfair+Display:700%7CMontserrat:400,700,400&subsetlatin-ext,cyrillic,latin,vietnamese,cyrillic-ext relstylesheet> style> body,input {font-family:Montserrat, sans-serif;color:#ffffff;} .social-list {background-color: rgba(0,0,0,0.4);} a {color:#ffffff;} h1,h2,h3,h4,h5,h6 {font-family:Playfair Display, sans-serif;} body {font-size:17px; letter-spacing: 0px; font-weight:400;; } h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; } h1 {font-weight:700;font-style: normal;;} /style> style> .wp-video {margin: 0 auto;} .wp-video-shortcode {max-width: 100%;} .grecaptcha-badge {display: none!important;} .text-logo {display: inline-block;} #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;} #counter.expired {display: none; } input, button { box-shadow: inset 0 0 0 0 !important; -webkit-box-shadow: inset 0 0 0 0 !important; -webkit-appearance: none; outline: none; } /style>/head>body idbody>div idbackground-wrapper>div idplayer classvideo-banner>/div>div classbackground-overlay solid-color stylebackground-color:#0a0a0a;opacity:0.4>/div>/div>section classsection section-body>div classlogo-wrapper text text-logo-wrapper>a hrefhttps://luke.wtf styletext-decoration:none;color:inherit>h1 classtext-logo>luke.wtf/h1>/a>/div>/section> !-- Fade in background image after load --> script> window.addEventListener(load,function(event) { init(); }); function init(){ var image document.getElementById(background-image); var body document.getElementById(body); if ( image null ) { image document.getElementById(body); } if ( image ! null ) { if ( image.className ! image-unsplash) { image.classList.add(loaded); body.classList.add(loaded); } } } /script> script srchttps://luke.wtf/wp-content/plugins/cmp-coming-soon-maintenance/js/external/vidim.min.js?v1.0.2>/script> script> var src https://www.youtube.com/watch?vOryq2oUpxnE.split(?t); var myBackground new vidim( #player, { src: src0, type: YouTube, poster: https://luke.wtf/wp-content/uploads/2023/09/1280px-Computer-screen-code-glitch-animation-gif-background-free.gif, quality: hd1080, muted: true, loop: true, startAt: src.length > 1 ? src1 : 0, showPosterBeforePlay: true }); /script> script> /* Subscribe form script */ var ajaxWpUrl https://luke.wtf/wp-admin/admin-ajax.php; var {pathname} new URL(ajaxWpUrl); var ajaxurl `${location.protocol}//${location.hostname}${pathname}`; var security eac6a02750; var msg ; subForm function( form, resultElement, emailInput, firstnameInput, lastnameInput, token ) { if ( emailInput.value ! ) { const firstname firstnameInput null ? : firstnameInput.value; const lastname lastnameInput null ? : lastnameInput.value; fetch( ajaxurl, { method: POST, headers: { Content-Type: application/x-www-form-urlencoded; charsetutf-8, Access-Control-Allow-Origin: *, }, body: `actionniteo_subscribe&ajaxtrue&form_honeypot&email${ encodeURIComponent(emailInput.value) }&firstname${ encodeURIComponent(firstname) }&lastname${ encodeURIComponent(lastname) }&security${ security }&token${ token }`, credentials: same-origin } ) .then( (res) > { return res.json(); } ) .then( (data) > { resultElement.innerHTML data.message; // Display the result inside result element. form.classList.add(-subscribed); if (data.status 1) { form.classList.remove(-subscribe-failed); form.classList.add(-subscribe-successful); emailInput.value ; firstnameInput ? firstnameInput.value : null; lastnameInput ? lastnameInput.value : null; } else { form.classList.add(-subscribe-failed); } } ) .catch(function(error) { console.log(error.message); }); } else { resultElement.innerHTML Oops! Email is empty.; } } /script> !-- Build by CMP – Coming Soon Maintenance Plugin by NiteoThemes --> !-- Visit plugin page https://wordpress.org/plugins/cmp-coming-soon-maintenance/ --> !-- More CMP Themes on https://niteothemes.com -->/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
]