Help
RSS
API
Feed
Maltego
Contact
Domain > badpwd.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-06-15
172.67.211.155
(
ClassC
)
2025-11-24
104.21.53.98
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 24 Nov 2025 15:10:06 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarecf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?slODrt6%2B1u0CRv7%2Bm743P7EjcVViSPsyf2%2FtYDRXXpt9lchsp2L%2FFf9ddTkKtVBfxE4HEAQnd3SPkDaQZlpMPZtAzAPTN0g0N}}CF-RAY: 9a39d4ca0af9706c-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head>meta charsetutf-8/>meta contentIEedge http-equivX-UA-Compatible/>meta namegoogle contentnotranslate>meta http-equivContent-Language contenten>meta contentwidthdevice-width, initial-scale1.0 nameviewport/>link relapple-touch-icon sizes180x180 hrefstatic/apple-touch-icon.png>link relicon typeimage/png sizes32x32 hrefstatic/favicon-32x32.png>link relicon typeimage/png sizes16x16 hrefstatic/favicon-16x16.png>link relmanifest hrefstatic/site.webmanifest>title>BADpwd.com - Exposing Cyber Threats/title>link hrefhttps://fonts.googleapis.com/css2?familyOrbitron:wght@400;700&displayswap relstylesheet/>script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script>script srchttps://cdn.jsdelivr.net/npm/chart.js>/script>style> body { background-color: #222; color: #0ff; font-family: Orbitron, sans-serif; } h1 { text-align: center; font-size: 3rem; margin-bottom: 1rem; }#chartContainer { height: 200px; /* Default height for desktop */}@media (max-width: 600px) { #chartContainer { height: 200px; /* Increased height for mobile devices */ }}/* Set the canvas to take the full height of the container */#recordsPerDayChart { height: 100% !important;}@media screen and (max-width: 600px) { table { transform: scale(0.6); transform-origin: 0 0; }} table { width: 100%; border-collapse: collapse; } th, td { padding: 0.5rem; text-align: left; } th { background-color: #333; color: #0ff; font-weight: 700; } tr:nth-child(even) { background-color: #333; } tr:nth-child(odd) { background-color: #222; } a { color: #f0f; } /* Add styles for the statistics container */ #stats { display: flex; justify-content: space-between; background-color: #333; padding: 1rem; margin-bottom: 1rem; } /* Add styles for the statistics elements */ .stat { color: #f0f; }/* Default styling for the title (desktop) */#title { font-size: 24px; /* Example default size for desktop */}/* Media query to reduce the font size on mobile devices */@media (max-width: 767px) { #title { font-size: 16px; /* Reduced font size for mobile devices */ }}#stats { display: flex; flex-wrap: wrap; justify-content: space-between; } .stat { margin: 0.1rem; font-size: 1rem; } /* Mobile-specific styling */ @media (max-width: 767px) { #stats { flex-direction: column; } .stat { font-size: 0.8rem; margin: 0.1rem; } } /style>/head>body>h1 idtitle>img srcstatic/logo.png>br> Malicious Login Attempts/h1>div styletext-align: center; padding: 1px;>a hrefhttps://s3.badpwd.com/distinct_ips.csv stylefont-size: 10px;>IP List/a> a hrefhttps://s3.badpwd.com/distinct_passwords.csv stylefont-size: 10px;>Password List/a>/div>div idchartContainer> canvas idrecordsPerDayChart>/canvas>/div>div idstats> span classstat idtotal_login_attempts>Total Login Attempts: 0/span> span classstat idunique_ips>Unique IPs: 0/span> span classstat idunique_usernames>Unique Usernames: 0/span> span classstat idunique_passwords>Unique Passwords: 0/span>/div>table>thead>tr>th>Timestamp/th>th>Username/th>th>Password/th>th>IP Address/th>th>Country/th> !-- New column for country data -->/tr>/thead>tbody idloginAttemptsTable>/tbody>/table>script> function refreshTable() { $.get(/login_attempts, function(data) { var tbody $(#loginAttemptsTable); tbody.html(); $.each(data, function(i, item) { var row $(tr>); $(td>).text(item.timestamp).appendTo(row); $(td>).text(item.username).appendTo(row); $(td>).text(item.password).appendTo(row); $(td>).text(item.ip_address).appendTo(row); // Add new td for the country data if (item.geo_info && item.geo_info.country) { $(td>).text(item.geo_info.country).appendTo(row); } else { $(td>).text(UNKNOWN).appendTo(row); } row.appendTo(tbody); }); }); }function refreshStats() { $.get(/login_attempts_stats, function(data) { $(#total_login_attempts).text(Total Login Attempts: + data.total_login_attempts); $(#unique_ips).text(Unique IPs: + data.unique_ips); $(#unique_usernames).text(Unique Usernames: + data.unique_usernames); $(#unique_passwords).text(Unique Passwords: + data.unique_passwords); });}function fetchRecordsPerDay() { $.get(/records_per_day, function(data) { renderBarChart(data); });}function renderBarChart(data) { const ctx document.getElementById(recordsPerDayChart).getContext(2d); const labels data.map(record > record.date); const counts data.map(record > record.count); const chart new Chart(ctx, { type: bar, data: { labels: labels, datasets: { label: Records Per Day, data: counts, backgroundColor: rgba(75, 192, 192, 0.2), borderColor: rgba(75, 192, 192, 1), borderWidth: 1 } }, options: { responsive: true, maintainAspectRatio: false, scales: { y: { ticks: { stepSize: 300 // Sets the step size between ticks on the y-axis }, beginAtZero: true } } } });} $(document).ready(function() { refreshTable(); refreshStats(); fetchRecordsPerDay(); setInterval(refreshTable, 5000); setInterval(refreshStats, 5000); }); /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
]