Help
RSS
API
Feed
Maltego
Contact
Domain > 501bank.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-05-26
3.13.78.141
(
ClassC
)
2026-01-27
185.199.109.153
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: keep-aliveContent-Length: 162Server: GitHub.comContent-Type: text/htmlLocation: https://501bank.com/X-GitHub-Request-Id: B4C0:DC8C3:A24CC9:A5D3E3:69783112Accept-Ranges: bytesAge: 0Date: Tue, 27 Jan 2026 03:29:25 GMTVia: 1.1 varnishX-Served-By: cache-bfi-krnt7300047-BFIX-Cache: MISSX-Cache-Hits: 0X-Timer: S1769484566.826726,VS0,VE83Vary: Accept-EncodingX-Fastly-Request-ID: 8a9722823b8995f9ae3b30cd10525fbc945cfb2d html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: keep-aliveContent-Length: 20773Server: GitHub.comContent-Type: text/html; charsetutf-8Last-Modified: Mon, 26 Jan 2026 05:10:21 GMTAccess-Control-Allow-Origin: *ETag: 6976f73d-5125expires: Tue, 27 Jan 2026 03:39:25 GMTCache-Control: max-age600x-proxy-cache: MISSX-GitHub-Request-Id: 9AA4:3D0EDE:9D5720:A0D4EB:6978310FAccept-Ranges: bytesAge: 0Date: Tue, 27 Jan 2026 03:29:26 GMTVia: 1.1 varnishX-Served-By: cache-bfi-kbfi7400045-BFIX-Cache: MISSX-Cache-Hits: 0X-Timer: S1769484566.961561,VS0,VE73Vary: Accept-EncodingX-Fastly-Request-ID: 9cbf802803cd94eb90dc66a4550ff7c313fed0e3 !doctype html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> title>501 Bank/title> meta namedescription contentBanking for clubs or events: collect dues, issue cards, and hand off ownership cleanly without Venmo compliance chaos. /> !-- SEO -->meta namekeywords contentstudent clubs, banking, nonprofit, 501(c)(6), 501(c)(7), event finances, cards, officer handoff, collect dues>meta nameauthor content501 Bank>!-- Theme & Mobile -->meta nametheme-color content#1e40ff>meta nameapple-mobile-web-app-capable contentyes>meta nameapple-mobile-web-app-status-bar-style contentdefault>!-- Open Graph (for link previews) -->meta propertyog:title content501 Bank>meta propertyog:description contentBanking for clubs or events: collect dues, issue cards, and hand off ownership cleanly without Venmo compliance chaos.>meta propertyog:type contentwebsite>meta propertyog:url contenthttps://501bank.com>meta propertyog:image contenthttps://501bank.com/logo.png>!-- Twitter Card -->meta nametwitter:card contentsummary_large_image>meta nametwitter:title content501 Bank>meta nametwitter:description contentBanking for clubs or events: collect dues, issue cards, and hand off ownership cleanly without Venmo compliance chaos.>meta nametwitter:image contenthttps://501bank.com/logo.png> link relicon hreflogo.png typeimage/png> style> :root { --bg: #ffffff; --fg: #0b0b0c; --muted: rgba(11, 11, 12, 0.62); --line: rgba(11, 11, 12, 0.10); --soft: rgba(11, 11, 12, 0.04); --shadow: 0 20px 50px rgba(0, 0, 0, 0.12); --radius: 18px; --max: 1120px; } * { box-sizing: border-box; } html, body { height: 100%; } body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji; background: var(--bg); color: var(--fg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { color: inherit; text-decoration: none; } button { font: inherit; } /* Subtle background grain */ .grain:before { content: ; position: fixed; inset: 0; pointer-events: none; opacity: 0.06; background-image: url(data:image/svg+xml,%3Csvg xmlnshttp://www.w3.org/2000/svg width180 height180%3E%3Cfilter idn%3E%3CfeTurbulence typefractalNoise baseFrequency.9 numOctaves3 stitchTilesstitch/%3E%3C/filter%3E%3Crect width180 height180 filterurl(%23n) opacity.45/%3E%3C/svg%3E); } /* Top nav */ .nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); } .nav-inner { max-width: var(--max); margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; } .brand { display: flex; align-items: center; gap: 12px; min-width: 180px; } .logo { width: 34px; height: 34px; overflow: hidden; background: #1e40ff; /* fallback */ border: 1px solid rgba(11, 11, 12, 0.08); display: grid; place-items: center; } .logo img { width: 100%; height: 100%; object-fit: cover; display: block; } .brand-title { display: flex; flex-direction: column; line-height: 1.05; } .brand-title strong { font-weight: 700; letter-spacing: -0.02em; } .brand-title span { font-size: 12px; color: var(--muted); margin-top: 2px; } .nav-links { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 14px; white-space: nowrap; } .nav-links a:hover { color: var(--fg); } .apply { display: inline-flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--fg); color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); cursor: pointer; transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; user-select: none; } .apply:hover { transform: translateY(-1px); box-shadow: 0 16px 38px rgba(0,0,0,0.16); } .apply:active { transform: translateY(0px); opacity: 0.92; } /* SVG arrow */ .apply svg { width: 16px; height: 16px; } /* Layout */ .container { max-width: var(--max); margin: 0 auto; padding: 0 20px; } .hero { padding: 68px 0 30px; border-bottom: 1px solid var(--line); } .hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 28px; align-items: start; } h1 { margin: 0; font-size: clamp(34px, 4.2vw, 54px); letter-spacing: -0.04em; line-height: 1.03; } .lede { margin-top: 18px; font-size: 16px; color: var(--muted); line-height: 1.6; max-width: 58ch; } .bullets { margin-top: 22px; display: grid; gap: 10px; color: var(--fg); font-size: 14px; } .bullet { display: flex; gap: 10px; align-items: flex-start; } .dot { width: 7px; height: 7px; margin-top: 7px; border-radius: 999px; background: var(--fg); flex: 0 0 auto; } .pricing { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; } .pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--soft); font-size: 13px; color: rgba(11, 11, 12, 0.82); } .pill strong { color: var(--fg); font-weight: 650; } .hero-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; background: #fff; } .mini { display: grid; gap: 12px; } .mini-row { border: 1px solid var(--line); border-radius: 14px; padding: 14px 14px; background: rgba(11, 11, 12, 0.02); } .mini-row strong { display: block; font-size: 13px; letter-spacing: -0.01em; } .mini-row span { display: block; margin-top: 4px; font-size: 13px; color: var(--muted); line-height: 1.5; } /* Sections with screenshots */ .section { padding: 72px 0; border-bottom: 1px solid var(--line); } .split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; } .kicker { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); } h2 { margin: 10px 0 0; font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.03em; line-height: 1.1; } .copy { margin-top: 14px; color: var(--muted); line-height: 1.7; font-size: 15px; max-width: 60ch; } .feature-list { margin-top: 18px; display: grid; gap: 10px; font-size: 14px; } .feature { display: flex; gap: 10px; align-items: flex-start; color: rgba(11, 11, 12, 0.9); } .check { width: 18px; height: 18px; margin-top: 1px; flex: 0 0 auto; } .shot { border-radius: 3px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: #fff; } .shot img { width: 100%; height: auto; display: block; } /* Bottom CTA */ .cta { padding: 72px 0 86px; } .cta-box { border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); padding: 26px; background: rgba(11, 11, 12, 0.02); display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 18px; align-items: center; } .cta h3 { margin: 0; font-size: 22px; letter-spacing: -0.02em; } .cta p { margin: 10px 0 0; color: var(--muted); line-height: 1.6; font-size: 14px; max-width: 62ch; } footer { padding: 28px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; } .footer-inner { display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; } .mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; font-size: 12px; } /* Responsive */ @media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; } .split { grid-template-columns: 1fr; } .reverse { order: 2; } .cta-box { grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { .apply { transition: none; } html { scroll-behavior: auto; } } /style> /head> body classgrain> !-- Top --> header classnav> div classnav-inner> div classbrand> div classlogo aria-hiddentrue> !-- Your blue square logo --> img srclogo.png alt501 Bank logo /> /div> div classbrand-title> strong>501 Bank/strong> /div> /div> nav classnav-links aria-labelPrimary> !-- a href#why>Why/a> a href#cards>Cards/a> a href#members>Ownership/a> a href#fees>Fees/a>--> /nav> !-- Required: top says apply -> --> button classapply idapplyTop typebutton aria-labelApply> span>Apply/span> svg viewBox0 0 24 24 fillnone aria-hiddentrue> path dM5 12h12 strokecurrentColor stroke-width2 stroke-linecapround /> path dM13 6l6 6-6 6 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround /> /svg> /button> /div> /header> main> !-- Hero --> section classhero idwhy> div classcontainer> div classhero-grid> div> h1> Club finances without the span stylewhite-space: nowrap;>mess./span> /h1> p classlede> Student clubs, hackathons, and events need a real place to put money, collect dues, and transfer ownership when officers change. Personal payment apps turn the treasurer into the bank, the bookkeeper, and the liability. /p> div classbullets rolelist> div classbullet rolelistitem> div classdot>/div> div>strong>Collect dues/strong> and payments under a tax exempt nonprofit fiscal host (i>501(c)(6)/i> or i>(c)(7)/i>)./div> /div> div classbullet rolelistitem> div classdot>/div> div>strong>Spend instantly/strong> with cards, no reimbursement chaos./div> /div> div classbullet rolelistitem> div classdot>/div> div>strong>Transfer cleanly/strong> to the next officer team with roles and permissions./div> /div> /div> div classpricing idfees> button classapply idapplyTop typebutton aria-labelApply> span>Apply/span> svg viewBox0 0 24 24 fillnone aria-hiddentrue> path dM5 12h12 strokecurrentColor stroke-width2 stroke-linecapround /> path dM13 6l6 6-6 6 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround /> /svg> /button> /div> /div> aside classhero-card> div classmini> div classmini-row> strong>What breaks with Venmo/strong> span>Personal liability, unclear ownership, messy handoffs, and potential tax/compliance pain./span> /div> div classmini-row> strong>What 501 Bank fixes/strong> span>Funds live with the organization, spending is controlled, and officers rotate without drama./span> /div> div classmini-row> strong>Built for/strong> span>Clubs • hackathons • student orgs • ticketed events • small communities/span> /div> /div> /aside> /div> /div> /section> !-- Section 1: Cards screenshot RIGHT, text LEFT --> section classsection idcards> div classcontainer> div classsplit> div> div classkicker>Spend/div> h2>Cards with limits and roles./h2> p classcopy> Issue a card for ops, a card for the team, or a card for a specific event. Set limits, freeze instantly, and stop chasing reimbursements for every tiny purchase. /p> div classfeature-list rolelist> div classfeature rolelistitem> svg classcheck viewBox0 0 24 24 fillnone aria-hiddentrue> path dM20 6L9 17l-5-5 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> div>Issue multiple cards per organization./div> /div> div classfeature rolelistitem> svg classcheck viewBox0 0 24 24 fillnone aria-hiddentrue> path dM20 6L9 17l-5-5 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> div>Set spending limits and pause/freeze anytime./div> /div> div classfeature rolelistitem> svg classcheck viewBox0 0 24 24 fillnone aria-hiddentrue> path dM20 6L9 17l-5-5 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> div>Clean separation between personal money and club money./div> /div> /div> /div> div classshot aria-labelCards dashboard screenshot> !-- Put cards.png next to this HTML file --> img srccards.png alt501 Bank Cards screen showing issued cards and limits /> /div> /div> /div> /section> !-- Section 2: Members screenshot LEFT, text RIGHT --> section classsection idmembers> div classcontainer> div classsplit> div classshot reverse aria-labelMembers dashboard screenshot> !-- Put Screenshot_20260124_162351.png next to this HTML file --> img srcmembers.png alt501 Bank Members screen showing roles and current members /> /div> div> div classkicker>Ownership/div> h2>Officer handoff that actually works./h2> p classcopy> Clubs rotate leadership constantly. 501 Bank keeps access tied to roles, so money and cards don’t get stuck with whoever happened to be treasurer last semester. /p> div classfeature-list rolelist> div classfeature rolelistitem> svg classcheck viewBox0 0 24 24 fillnone aria-hiddentrue> path dM20 6L9 17l-5-5 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> div>Add members and assign roles./div> /div> div classfeature rolelistitem> svg classcheck viewBox0 0 24 24 fillnone aria-hiddentrue> path dM20 6L9 17l-5-5 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> div>Transfer control without changing bank logins or chasing passwords./div> /div> div classfeature rolelistitem> svg classcheck viewBox0 0 24 24 fillnone aria-hiddentrue> path dM20 6L9 17l-5-5 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> div>Less risk: no more “the treasurer is the account.”/div> /div> /div> /div> /div> /div> /section> !-- Bottom CTA --> section classcta idapply> div classcontainer> div classcta-box> div> h3>Stop improvising your club’s bank account./h3> p> If you’re collecting dues, selling tickets, running a hackathon, or managing a student org budget, 501 Bank gives you a compliant, transferable home for your money, with cards to spend it. /p> /div> div styledisplay:flex; justify-content:flex-end;> !-- Required: bottom says apply -> --> button classapply idapplyBottom typebutton aria-labelApply (bottom)> span>Apply/span> svg viewBox0 0 24 24 fillnone aria-hiddentrue> path dM5 12h12 strokecurrentColor stroke-width2 stroke-linecapround/> path dM13 6l6 6-6 6 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> /button> /div> /div> footer> div classfooter-inner> div classmono>© span idyear>/span> 501 Bank/div> div classmono>4.9% processing fee on incoming funds/div> /div> /footer> /div> /section> /main> script> // Minimal JS: smooth scroll + placeholder apply handler document.documentElement.style.scrollBehavior smooth; const yearEl document.getElementById(year); yearEl.textContent String(new Date().getFullYear()); function handleApply() { // Replace this with your actual apply URL or modal. // Example: window.location.href https://yourdomain.com/apply; window.location.hrefhttps://501bank.com/apply.html } document.querySelectorAll(button.apply).forEach((btn) > { // dont override nav scroll btn.addEventListener(click, (e) > { e.preventDefault(); handleApply(); }); }); /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
]