Help
RSS
API
Feed
Maltego
Contact
Domain > ioko4613.synology.me
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-12
182.211.249.175
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Mon, 23 Dec 2024 03:14:14 GMTContent-Type: text/htmlContent-Length: 5456Connection: keep-aliveKeep-Alive: timeout20Vary: Accept-EncodingLast-Modified: Fri, 13 Dec 202 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Temperature and Humidity Graph/title> script srchttps://cdn.jsdelivr.net/npm/chart.js>/script> script srchttps://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns>/script>/head>body> h1>Temperature and Humidity Graph/h1> label forstartTime>Start Time:/label> input typedatetime-local idstartTime> label forendTime>End Time:/label> input typedatetime-local idendTime> button idfetchData>Fetch Data/button> button idresetData>Reset to Recent Data/button> canvas idsensorChart width800 height400>/canvas> script> let chart; let latestData ; async function fetchData(startTime null, endTime null) { const url new URL(/sensor-data, window.location.origin); if (startTime && endTime) { url.searchParams.append(startTime, startTime); url.searchParams.append(endTime, endTime); } const response await fetch(url); return await response.json(); } function updateChart(newData null) { if (newData) { latestData.unshift(newData); if (latestData.length > 100) latestData.pop(); // 최대 100개 데이터 유지 } const chartData latestData.slice().reverse(); // 최신 데이터를 오른쪽에 표시 if (chart) { chart.data.labels chartData.map(d > new Date(d.time)); chart.data.datasets0.data chartData.map(d > d.Temp); chart.data.datasets1.data chartData.map(d > d.Hum); chart.update(); } else { const ctx document.getElementById(sensorChart).getContext(2d); chart new Chart(ctx, { type: line, data: { labels: chartData.map(d > new Date(d.time)), datasets: {
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
]