Help
RSS
API
Feed
Maltego
Contact
Domain > blog.autisticdan.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-08
104.21.35.116
(
ClassC
)
2025-10-18
172.67.219.138
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sat, 18 Oct 2025 19:31:02 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Location: https://blog.autisticdan.com/cf-cache-status: DYNAMICReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sv%2F0QOAmLGNEtlZtGu2NEXBhVgAnHTNnsYqUpwUVkrRYx8kWscvLG48uC0sA%2BQtwXKmGKLoPnBJoanM%2FYuxDCObXhTFH%2B%2Fpc1cY4Mmf6fvLZpbg%3D%3D}}CF-RAY: 990a7424bbb09976-PDXalt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.24.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 18 Oct 2025 19:31:02 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Thu, 28 Aug 2025 04:50:35 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sWz0l3OcILEyT7wEi6xbO5eVmnTx68nV%2B5Cs1%2BQmGI7UBlirdTL3Fg7acl90Lpe7LAgbJ1osP8aASKsTwj9z44gGHKsBDcgKOyuqdr27ifMId5Q%3D%3D}}cf-cache-status: DYNAMICvary: accept-encodingCF-RAY: 990a742579ebef63-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>NeoSync.Net - The Pulse, all at once, from everywhere./title> link hrefhttps://fonts.googleapis.com/css2?familyShare+Tech+Mono&displayswap relstylesheet> script srchttps://cdn.jsdelivr.net/npm/typed.js@2.0.12>/script> style> :root { --bg: #0a0c10; --grid: rgba(0,255,170,0.08); --neon: #00ffd1; --neon2: #ff20b9; --text: #e6fff7; } * { box-sizing: border-box; } body { margin: 0; background: radial-gradient(60% 80% at 50% 20%, #0f1320 0%, var(--bg) 60%); color: var(--text); font-family: Share Tech Mono, monospace; min-height: 100vh; overflow-y: auto; } body::before { content: ; position: fixed; inset: 0; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(circle at 50% 20%, black 40%, transparent 70%); pointer-events: none; } /* Header Branding */ .header { text-align: center; padding: 40px 20px 20px 20px; position: relative; } .site-title { font-size: 2.8em; font-weight: bold; color: var(--neon); text-shadow: 0 0 20px var(--neon); margin: 0 0 10px 0; letter-spacing: 2px; } .tagline { font-size: 1.1em; color: rgba(230, 255, 247, 0.8); text-shadow: 0 0 10px rgba(255, 32, 185, 0.3); margin: 0 0 30px 0; font-style: italic; letter-spacing: 0.5px; } .divider { width: 200px; height: 1px; background: linear-gradient(90deg, transparent, var(--neon), transparent); margin: 20px auto; box-shadow: 0 0 10px var(--neon); } .feed { width: 100%; padding: 20px; display: flex; flex-direction: column; gap: 20px; } .post { padding: 20px; border-radius: 12px; background: rgba(10, 14, 20, 0.72); box-shadow: 0 0 0 1px rgba(0, 255, 209, 0.2), 0 0 24px -6px rgba(0, 255, 209, 0.35), 0 0 48px -12px rgba(255, 32, 185, 0.25); opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease, transform 0.6s ease; } .post.visible { opacity: 1; transform: translateY(0); } .post h2 { margin-top: 0; font-size: 1.2rem; color: var(--neon); text-shadow: 0 0 6px var(--neon); } .post p { font-size: 1rem; line-height: 1.5; text-shadow: 0 0 6px rgba(0,255,209,0.3), 0 0 14px rgba(255,32,185,0.2); } .cursor { display: inline-block; width: 9px; margin-left: 2px; animation: blink 1s steps(1) infinite; color: var(--neon); text-shadow: 0 0 10px var(--neon); } @keyframes blink { 50% { opacity: 0; } } /* Google AdSense Banner Styling - Cyberpunk Theme */ .ad-banner { margin: 30px 0; padding: 20px; border-radius: 12px; background: rgba(10, 14, 20, 0.5); border: 1px solid rgba(0, 255, 209, 0.15); display: flex; justify-content: center; align-items: center; min-height: 120px; transition: all 0.3s ease; position: relative; overflow: hidden; } .ad-banner:hover { border-color: rgba(0, 255, 209, 0.3); box-shadow: 0 0 20px rgba(0, 255, 209, 0.1); } /* Cyberpunk glow effect for ads */ .ad-banner::before { content: ; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(45deg, transparent, rgba(0, 255, 209, 0.1), transparent); border-radius: 12px; z-index: -1; } .ad-banner ins { background: transparent !important; border: none !important; text-decoration: none !important; } /* Ad label */ .ad-label { position: absolute; top: 5px; right: 10px; font-size: 0.7em; color: rgba(0, 255, 209, 0.5); text-transform: uppercase; letter-spacing: 1px; } /* Responsive Design */ @media (max-width: 768px) { .site-title { font-size: 2.2em; } .tagline { font-size: 1em; } .header { padding: 30px 15px 15px 15px; } .feed { padding: 15px; } } /style> !-- Google AdSense --> script async srchttps://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?clientca-pub-3281485415613925 crossoriginanonymous>/script> script srchttps://cdn.jsdelivr.net/npm/marked/marked.min.js>/script>/head>body> div classheader> h1 classsite-title>NeoSync.Net/h1> p classtagline>The Pulse, all at once, from everywhere./p> div classdivider>/div> /div> div classfeed idfeed>/div>script>(async function() { const feedEl document.getElementById(feed); // helper: build one post card function cardHTML(item) { const when item.date ? new Date(item.date).toLocaleString() : ; const title item.title || Untitled; const link item.url || #; const body item.content ? marked.parse(item.content) : ; return ` div classpost visible> h2>a href${link} target_blank relnoopener>${title}/a>/h2> p>small>${when}/small>/p> div classcontent>${body}/div> /div> `; } // helper: create ad banner HTML function adBannerHTML() { return ` div classad-banner> div classad-label>sponsored/div> ins classadsbygoogle styledisplay:block; width:100%; height:90px; data-ad-clientca-pub-3281485415613925 data-ad-slot7079347347 data-ad-formathorizontal data-full-width-responsivetrue>/ins> /div> `; } try { // fetch the rewritten items your script produces const res await fetch(/data/rewritten.json, { cache: no-store }); if (!res.ok) throw new Error(Failed to load rewritten.json); const items await res.json(); // clear any fake posts and render the real ones feedEl.innerHTML ; if (!items || !items.length) { feedEl.innerHTML div classpost visible>p>No rewritten items yet. Check back soon./p>/div>; return; } // render newest first with ads between posts for (let i 0; i items.length; i++) { // Add blog post feedEl.insertAdjacentHTML(beforeend, cardHTML(itemsi)); // Add ad banner after every post (except the last one) if (i items.length - 1) { feedEl.insertAdjacentHTML(beforeend, adBannerHTML()); } } // Initialize all AdSense ads const adElements document.querySelectorAll(.adsbygoogle); adElements.forEach(ad > { try { (window.adsbygoogle window.adsbygoogle || ).push({}); } catch (e) { console.log(AdSense not loaded yet); } }); } catch (err) { console.error(err); feedEl.innerHTML div classpost visible>p>Could not load feed right now./p>/div>; }})();/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
]