Help
RSS
API
Feed
Maltego
Contact
Domain > www.ferkilic.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2022-09-01
3.125.31.205
(
ClassC
)
2025-01-20
194.163.180.141
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: openrestyDate: Mon, 20 Jan 2025 08:23:49 GMTContent-Type: text/htmlContent-Length: 166Connection: keep-aliveLocation: https://www.ferkilic.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>openresty/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: openrestyDate: Mon, 20 Jan 2025 08:23:49 GMTContent-Type: text/html; charsetutf-8Content-Length: 4292Connection: keep-aliveStrict-Transport-Security: max-age63072000;includeSubDomains; preloadX-Served-By: www.ferkilic.com !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Interactive Resume - FerGPT/title> style> body { margin: 0; overflow: hidden; background: black; font-family: monospace; color: #0F0; cursor: pointer; } canvas { display: block; position: absolute; top: 0; left: 0; z-index: -1; } .prompt-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: left; width: 60%; max-width: 600px; background: rgba(0, 0, 0, 0.8); padding: 20px; border: 1px solid #0F0; border-radius: 5px; box-shadow: 0 0 10px #0F0; display: none; } .prompt { width: 100%; color: #0F0; background: black; border: none; outline: none; font-size: 16px; caret-color: #0F0; } .output { margin-top: 10px; font-size: 16px; color: #0F0; white-space: pre-wrap; } /style>/head>body> canvas idmatrix>/canvas> div classprompt-container idpromptContainer> div>Type your question below:/div> input idcommandInput classprompt typetext placeholderAsk something... /> div idoutput classoutput>/div> /div> script> // Matrix background logic const canvas document.getElementById(matrix); const ctx canvas.getContext(2d); canvas.width window.innerWidth; canvas.height window.innerHeight; const fontSize 16; const columns canvas.width / fontSize; const drops Array(Math.floor(columns)).fill(1); const chars АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯ0123456789@#$%^&*(); function drawMatrix() { ctx.fillStyle rgba(0, 0, 0, 0.05); ctx.fillRect(0, 0, canvas.width, canvas.height); ctx.fillStyle #0F0; ctx.font `${fontSize}px monospace`; drops.forEach((y, x) > { const text charsMath.floor(Math.random() * chars.length); ctx.fillText(text, x * fontSize, y * fontSize); if (y * fontSize > canvas.height && Math.random() > 0.975) { dropsx 0; } dropsx++; }); } setInterval(drawMatrix, 50); window.addEventListener(resize, () > { canvas.width window.innerWidth; canvas.height window.innerHeight; drops.fill(1); }); // Show command prompt on click const promptContainer document.getElementById(promptContainer); document.body.addEventListener(click, () > { promptContainer.style.display block; }); // Process user input const commandInput document.getElementById(commandInput); const outputDiv document.getElementById(output); commandInput.addEventListener(keypress, async (e) > { if (e.key Enter) { const question commandInput.value; commandInput.value ; // Clear input outputDiv.textContent > Thinking...; try { const response await fetch(/ask, { method: POST, headers: { Content-Type: application/json }, body: JSON.stringify({ question }) }); const data await response.json(); outputDiv.textContent `> ${data.answer}`; } catch (error) { outputDiv.textContent > Error fetching answer.; } } }); /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
]