Help
RSS
API
Feed
Maltego
Contact
Domain > cryptopad.in
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-09-22
104.21.37.169
(
ClassC
)
2024-11-05
172.67.210.195
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 14 Apr 2024 15:17:11 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, mu !DOCTYPE html>html> head> title>CryptoPad/title> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> link hreflib/bootstrap.min.css relstylesheet /> link hrefcryptopad.css relstylesheet /> script typetext/javascript srclib/sjcl.js>/script> script typetext/javascript srclib/jquery.min.js>/script> script typetext/javascript srclib/bootstrap.min.js>/script> script typetext/javascript> use strict; var key; var pads; var curSel null; var backup; var backupWaiting; var curSelName null; var useRemote true; var waitingCount 0; function getKVSItem(key, func) { if (useRemote) { showLoader(); return $.getJSON(storage/ + key, createGetKVSCallback(func)); } else { return func(localStorage.getItem(key)); } } function createGetKVSCallback(func) { return function (arg) { hideOnCompletion(); func(arg); } } function showLoader() { if (waitingCount 0) $(#loader).fadeIn(); waitingCount++; } function hideOnCompletion() { waitingCount--; if (waitingCount 0) $(#loader).fadeOut(); } function deleteKVSItem(key) { if (useRemote) { showLoader(); return $.getJSON(storage/delete/ + key, hideOnCompletion); } else { localStorage.removeItem(key); } } function setKVSItem(key, value) { if (useRemote) { showLoader(); $.post(storage/ + key, {value: value}, hideOnCompletion); } else { localStorage.setItem(key, value); } } function hashSomething(something) { var hmackey sjcl.hash.sha256.hash(key); var hmacr new sjcl.misc.hmac(hmackey); return sjcl.codec.hex.fromBits(hmacr.encrypt(something)); } function hashTitle(title) { return hashSomething(pad:+title) } function supportsStorage() { try { return localStorage in window && windowlocalStorage ! null; } catch (e) { return false; } } function navbarHandler(e) { loadNote(e.data); } function genPadItem(title) { var titlehash hashTitle(title); var link $(a />).attr(href, #).click(title, navbarHandl
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
]