Help
RSS
API
Feed
Maltego
Contact
Domain > tozzis.app
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-04-28
172.67.202.112
(
ClassC
)
2026-02-15
104.21.90.159
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 21 Jul 2024 16:46:54 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveX-Powered-By: ExpressCache-Control: public, max-age0Last-Modified !-- public/index.html -->!DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Video Call/title> style> .video-container { display: flex; } .video-container video { width: 50%; height: auto; border: 1px solid black; } /style>/head>body> h1>Video Call/h1> div classvideo-container> video idlocalVideo autoplay playsinline muted>/video> video idremoteVideo autoplay playsinline>/video> /div> script src/socket.io/socket.io.js>/script> script srchttps://cdn.jsdelivr.net/npm/simple-peer/simplepeer.min.js>/script> script> const localVideo document.getElementById(localVideo); const remoteVideo document.getElementById(remoteVideo); const socket io(); navigator.mediaDevices.getUserMedia({ video: true, audio: true }) .then(stream > { localVideo.srcObject stream; const peer new SimplePeer({ initiator: location.hash ! #init, trickle: false, stream }); peer.on(signal, data > { // Send the signal to the other peer socket.emit(signal, data); }); peer.on(stream, stream > { remoteVideo.srcObject stream; // Check if the stream is playing and then show the remote video remoteVideo.onplaying () > { remoteVideo.style.display block; }; }); socket.on(signal, data > { // Receive the signal from the other peer peer.signal(data); }); }) .catch(error > { console.error(Error accessing media devices., error); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sun, 21 Jul 2024 16:46:55 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-alivex-powered-by: ExpressCache-Control: public, max-age0last-modified !-- public/index.html -->!DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Video Call/title> style> .video-container { display: flex; } .video-container video { width: 50%; height: auto; border: 1px solid black; } /style>/head>body> h1>Video Call/h1> div classvideo-container> video idlocalVideo autoplay playsinline muted>/video> video idremoteVideo autoplay playsinline>/video> /div> script src/socket.io/socket.io.js>/script> script srchttps://cdn.jsdelivr.net/npm/simple-peer/simplepeer.min.js>/script> script> const localVideo document.getElementById(localVideo); const remoteVideo document.getElementById(remoteVideo); const socket io(); navigator.mediaDevices.getUserMedia({ video: true, audio: true }) .then(stream > { localVideo.srcObject stream; const peer new SimplePeer({ initiator: location.hash ! #init, trickle: false, stream }); peer.on(signal, data > { // Send the signal to the other peer socket.emit(signal, data); }); peer.on(stream, stream > { remoteVideo.srcObject stream; // Check if the stream is playing and then show the remote video remoteVideo.onplaying () > { remoteVideo.style.display block; }; }); socket.on(signal, data > { // Receive the signal from the other peer peer.signal(data); }); }) .catch(error > { console.error(Error accessing media devices., error); }); /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
]