Help
RSS
API
Feed
Maltego
Contact
Domain > realtime.toneitup.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
Whois
Property
Value
NameServer
LOLA.NS.CLOUDFLARE.COM
Created
2005-02-09 00:00:00
Changed
2016-04-13 00:00:00
Expires
2018-02-09 00:00:00
Registrar
GODADDY.COM, LLC
DNS Resolutions
Date
IP Address
2025-11-25
3.170.19.41
(
ClassC
)
2026-01-22
18.161.6.95
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Thu, 22 Jan 2026 01:05:58 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://realtime.toneitup.com/X-Cache: Redirect from cloudfrontVia: 1.1 53ee82a7eb57de316cba44c26680b4a6.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: UtEikTDtaKsvldvCzTIDKJ2j8zGCqeHxKshamTutaeQOA0yO6THT2w html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/html; charsetUTF-8Content-Length: 2390Connection: keep-aliveX-Powered-By: ExpressAccess-Control-Allow-Origin: *Accept-Ranges: bytesCache-Control: public, max-age0Last-Modified: Wed, 10 Apr 2024 13:20:49 GMTETag: W/956-18ec82b0f68Date: Thu, 22 Jan 2026 01:05:58 GMTX-Cache: Miss from cloudfrontVia: 1.1 ffc1e24c06bfbb135c0a4d240b382048.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: ckxJd0uxztofqxg4sR3PVQQr0llLIQ460wzzJgfSXrrj1TJlhl4aBQ script src/socket.io/socket.io.js>/script>script> const TOKEN window.prompt(Session token, ttok-----); const INVITEE window.prompt(Invitee, 152); fetch(/graphql?, { headers: { accept: application/json, content-type: application/json, tiu-authorization: TOKEN }, body: {\query\:\mutation {\\n startConversation(inviteeUserId: + INVITEE + ) {\\n id\\n }\\n}\\n\,\variables\:null}, method: POST, mode: cors, credentials: omit }).then(function (response) { return response.json(); }).then(function (data) { const conversationId data.data.startConversation.id; console.log(Conversation started, conversationId); var socket io(/chat, { query: { token: TOKEN } }); const CHAT_ACTIONS { JOIN: join, LEAVE: leave, MESSAGE: message, READ: read }; const SERVER_EVENTS { WELCOME: welcome, USER_JOINED: user_joined, USER_LEFT: user_left, MESSAGE_RECEIVED: message_received, MESSAGE_READ: message_read, ERROR: error }; socket.on(connect, function () { console.log(Connected to server); }); socket.on(disconnect, function () { console.log(Disconnected from server); }); Object.keys(SERVER_EVENTS).forEach(key > { const evt SERVER_EVENTSkey; socket.on(evt, data > { console.log(` ${key}`, data); }); }); socket.on(SERVER_EVENTS.WELCOME, function () { console.log(`Joining to conversation ${conversationId}`); socket.emit(CHAT_ACTIONS.JOIN, { conversationId }); }); socket.on(SERVER_EVENTS.USER_JOINED, data > { console.log(Sending Hello world message); socket.emit(CHAT_ACTIONS.MESSAGE, { message: Hello world 😍️ }); }); socket.on(SERVER_EVENTS.MESSAGE_RECEIVED, ({ id }) > { console.log(`Notifying that message ${id} sent by myself was read`); socket.emit(CHAT_ACTIONS.READ, { messageId: id }) }); socket.on(SERVER_EVENTS.MESSAGE_READ, ({ messageId, conversationUserId }) > { console.log(`Message ${messageId} was read by participant ${conversationUserId} (myself). Leaving.`); // socket.disconnect(); socket.emit(CHAT_ACTIONS.LEAVE); }); });/script>
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
]