Help
RSS
API
Feed
Maltego
Contact
Domain > autodiscover.nekkobooks.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-01-29
192.185.121.76
(
ClassC
)
2025-01-01
66.96.160.155
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 01 Jan 2025 11:53:40 GMTContent-Type: text/html; charsetUTF-8Content-Length: 13789Connection: keep-aliveServer: ApacheX-Powered-By: PHP/7.4.10Age: 0 !DOCTYPE html>html langen>head>title>nekkobooks/title> meta nameviewport contentwidthdevice-width, initial-scale1> meta nameRevisit-after content7 Days> meta nameRating contentGeneral> meta nameDistribution contentGlobal> meta nameClassification contentPublishing> meta namerobots contentindex,follow> script>var form;// Function to toggle the visibility of the drop-down menufunction toggleDropdown(sender, menu) { if (form null) { var dropdown document.getElementById(menu); // Toggle the display between none and block if (dropdown.style.display none || dropdown.style.display ) { dropdown.style.width sender.offsetWidth + px; dropdown.style.display block; } else { dropdown.style.display none; } } else { }}function showDropdown(sender, menu){ var dropdown document.getElementById(menu); if (form null && dropdown.style.display none || dropdown.style.display ) { dropdown.style.width sender.offsetWidth + px; dropdown.style.display block; }}function hideDropdown(sender){ if (sender.style.display ! none) { //alert(sender); form null; sender.style.display none }}function isBlank(sender){ if (sender.value ! ) { sender.style.borderBottom solid #ffffff; return 0; } sender.style.borderBottom solid red; return 1;}function isValidEmail(email) { const emailRegex /^^\s@+@^\s@+\.^\s@+$/; return emailRegex.test(email);}function contactUs(option){ var err document.getElementById(err); err.innerHTML ; switch (option) { case 0: form document.getElementById(contact-form); if (form.style.display none || form.style.display ) { form.name.style.borderBottomColor form.email.style.borderBottomColor form.message.style.borderBottomColor #ffffff; form.style.display block; } break case 1: form.style.display none; form.name.value form.email.value form.message.value form null; break; case 2: var blank isBlank(form.name) + isBlank(form.email) + isBlank(form.message); if (blank 0) { if (isValidEmail(form.email.value)) { const formData new FormData(form); fetch (/process-form.php, {method:POST, body:formData}) .then (response > response.json()) .then (data > { if (data.success true) { contactUs(1); } else { err.innerHTML data.message; } }) .catch (error > { err.innerHTML error; }) } else { err.innerHTML The email address you entered does not appear to be valid.; form.email.style.borderBottomColor #ff0000; } } else { if (blank 1) { err.innerHTML The underlined form field cannot be blank. } else { err.innerHTML The underlined form fields cannot be blank. } } }}// Close the dropdown if the user clicks anywhere outside of itwindow.onclick function(event) { if (!event.target.matches(.menu-text)) { var dropdown document.getElementById(main-menu); if (dropdown.style.display block) { dropdown.style.display none; } }}/script>style>@import url(https://fonts.googleapis.com/css2?familyBaskervville:ital@0;1&familyCormorant:ital,wght@0,300..700;1,300..700&familyLibre+Baskerville:ital,wght@0,400;0,700;1,400&displayswap);* { margin: 0; padding: 0; box-sizing: border-box;}body{ line-height: 1.2; justify-content: center; align-items: center; min-height: 100vh; height: 100%; font-family:Cormorant, Serif, Libre Baskerville; font-weight:500; font-size:15pt;}html {height: 100%;}.outer-section{ display: flex; flex-direction: column; gap: 0px; padding-left: 40px; padding-right: 40px; padding-bottom: 40px; max-width: 1000px; width: 100%; margin: 0 auto;}.inner-section{ display: flex; flex-direction: column; color: #e0e0e0; border-style:none;}.outer-form{ display: flex; flex-direction: column; gap: 0px; max-width: 600px; margin: 0 auto;}.inner-form{ display: flex; flex-direction: column; border-style:none; width:50%; float:left; min-width:300px; max-width:300px; padding:5px; margin-left: auto; margin-right: auto;}.center { text-align:center;}.cursive { font-style:italic;}.main{ width:100%}.perforations{ width: 24px;}.content{ max-width:1000px}#header{ position: sticky; top: 0; z-index: 1; width: 100%; height: 60px; margin-bottom:0px; text-align: center; color:#ffffff; vertical-align:top; padding-top:0px;}.title{ font-weight:700; font-size:24pt; white-space:nowrap;}.flip{ display: inline-block; transform: scaleX(-1); transform-origin: center;}.cover {width:100%; height:auto; max-width:460px; object-fit:scale-down; margin:auto;}#footer{ position: fixed; bottom: 0; left: 0; width: 100%; font-size:13pt; color:#ffffff; text-align: center; padding-bottom: 2px; font-weight:normal;}#push_footer { padding-left:26pt }#main{ width:100%; height:100%;}.descr{ text-align:justify; padding-bottom:9pt; hyphens:auto;}.descr::first-letter{ font-size: 20pt; font-weight: bold;}.menu-text{ cursor: pointer; display: inline-block;}.popup{ display: none; position: absolute; left: 50%; transform: translateX(-50%); background-color: rgba(255, 255, 255, 0.75); min-width: 160px; box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); z-index: 1; border-radius: 8px; color:#32517d; margin-left:auto; margin-right:auto; font-weight:normal; padding:2px; backdrop-filter: blur(8px);}.dropdown{ font-size:15pt; font-weight:600;}.dropdown a{ color:#32517d; padding: 5px 10px; text-decoration: none; display: block; border-radius: 6px;}.dropdown a:hover{ background-color: #61b1e8; color:#ffffff;}.cart { width:32px; heigh:32px; margin-top:5px; margin-left:auto; margin-right: auto;}.form-div{ padding:20px;}.field-host {padding:5px}input, textarea{ border-style:solid; border-color:#ffffff; border-width:1px; min-height:25px; font-family:Sans-serif; font-size:10pt;}.short-input{ width:100%; margin-top:5px;}.long-input{ width:100%; margin-top:5px;}.button{ height:30px; margin:0; min-width: 100px; border-style:none;}input.left{ border-radius:15px 0 0 15px}input.right{ border-radius:0 15px 15px 0}form { font-size:10pt;}.sans-serif { font-family: Segoe UI, Verdana, Tahoma, Arial, sans-serif;}.serif{ font-family:Cormorant, Georgia,Times New Roman, Serif;}.ok{ color:#ffffff; background-color:#32517d;}.button:hover{ background-color:#61b1e8; color:#ffffff;}.cancel{ background-color:#c0c0c0;}.button-host{ padding-top:5px; padding-bottom:10px;}textarea.long-input{ height:80px;}td.short-input{ padding-left:5px; padding-right:5px;}.label{ padding-bottom:10px;}#err { color:#ff0000; height:21px;}.image-container { position: relative; overflow: hidden; border-style:none; max-width:460px; width:100%; text-align:left; display: inline-block;}.image { position: absolute; width: 100%; height: auto; object-fit: cover; transition: opacity 1s ease-in-out; border-style: none; margin:auto;}.image.second { opacity: 0;}img.hidden { display:none;}.image-container:hover .image.second { opacity: 1;}.image { position: absolute; width: 100%; height: auto; object-fit: cover; transition: opacity 1s ease-in-out; border-style: none; margin:auto;}.image.second { opacity: 0;}img.hidden { display:none;}.image-container:hover .image.second { opacity: 1;}img.menu {width:32px; height:auto; cursor: pointer;}@media (min-width: 700px){ body, #header, #footer { background-color: #32517d; } .outer-section, .outer-form { flex-direction: row; flex-wrap: wrap; } .inner-section { flex: 1 1 45%; margin-bottom:12pt; } .inner-form { flex: 1 1 45%; } .outer-form { width:300px; } .descr {padding-left:0}}@media (min-width: 0px){ body, #header, #footer { background-color: #32517d; } .inner-section { margin-bottom:12pt; } .descr {padding-left:0} }@media (min-width: 701px){ body, #header, #footer { background: linear-gradient(to right, #32517d 50%, #61b1e8 50%); } .descr {padding-left:30pt} .outer-form { width:600px; }}}/style>/head>body>table idmain border0 cellspacing0 cellpadding0> tbody>tr>td idheader classtitle>span idtitle classmenu-text onclicktoggleDropdown(this,main-menu) onmouseovershowDropdown(this,main-menu)>n e span classflip>k/span> k o b o o k s /span>br />!--img classmenu src./graphics/menu.svg onclicktoggleDropdown(this,main-menu) /--> div idmain-menu classdropdown popup onmouseleavehideDropdown(this) stylewidth: 226px; display: none;> a hrefjavascript:void(0) onclickcontactUs(0)>contact us/a> /div> form namecontact idcontact-form classpopup form-div sans-serif styledisplay: none; /> input typetext namectrl styledisplay:none;> input typehidden nameaction valuecontact_us /> input typehidden namerequest_id valuee7+1wItkiMuXjtLPsrK11IWWmr2MgqHUv4GutF6oi5ineZRvaWhn /> table border0 cellspacing2 cellpadding0> tbody>tr> td classtitle serif>contact us/td> /tr> tr> td> section classouter-form> section classinner-form> namebr> input typeinput classshort-input namename value styleborder-bottom-color: rgb(255, 255, 255); border-bottom-width: medium; border-bottom-style: solid;> /section> section classinner-form>emailbr> input typeinput classshort-input nameemail value styleborder-bottom-color: rgb(255, 255, 255); border-bottom-width: medium; border-bottom-style: solid;> /section> /section> /td> /tr> tr> td classfield-host>messagebr> textarea namemessage classlong-input styleborder-bottom-color: rgb(255, 255, 255); border-bottom-width: medium; border-bottom-style: solid;>/textarea> /td> /tr> tr> td colspan2 iderr>/td> /tr> tr> td colspan2 classbutton-host center> input classok button left typebutton namesubmit valuesubmit onclickcontactUs(2)>input classcancel button right typebutton namecancel valuecancel onclickcontactUs(1)> /td> /tr> /tbody>/table> /form> /td> /tr>tr> /tr> tr> td idcontent> table classmain border0 cellspacing0> tbody> tr> !--td classperforations> 1/td--> td classcontent>!-- title start --> section classouter-section> section classinner-section center> div classcenter> section classimage-container> img classcover image first srchttps://etsoft.netfirms.com/files/0/L/1/heaven.jpg> img classcover image second srchttps://etsoft.netfirms.com/files/0/L/1/heaven-alt.jpg> img classcover src./graphics/spacer.png> /section> br> /div> /section> section classinner-section text>p classdescr>After suffering a cardiac malfunction, Leo regains consciousness in his childhood home, where his long-deceased mother assures him that he is also dead. /p> p classdescr>span classcursive>But how can dead people have such intense feelings?/span> he wonders upon crossing paths with his unforgotten sweetheart, Elise. When she perished all those years ago, leaving a large void in his teenage heart, he did not doubt that she was lost forever. /p> p classdescr>Yet here they are, one aged and one still exuberantly young, in a world with no mirrors and imperatives, where space folds and the inhabitants can shape-shift. /p> p classdescr>In between sexcapades, Leo tries to ponder the nature of this realm and little Lizzy wishes to have grown old, like the people that she can see and interact with. As time advances, secrets, taken literally to the grave, are revealed, sometimes with hard-hitting consequences. /p> p classdescr>A phenomenon colloquially referred to as the drift tortures Leos mind. If his hypothesis is correct, then time will not be kind to Elise. To complicate matters she is displaying all signs of carrying a child in a world with no children. Will she give birth and if so, to what? /p> /section> /section>!-- title end --> /td> !--td classperforations>2/td--> /tr> tr>td> /td>/tr> /tbody> /table> /td> /tr> tr>td idfooter>span idpush_footer>© 2025 nespan classflip>k/span>kobooks/span>/td>/tr>/tbody>/table>/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
]