← Back to All Writeups

“I'm Not a Bank, I Don't Need That Much Security”

“Why should we spend money on firewalls, security audits, or network segmentation? At the end of the day, we sell industrial parts / local services… I’m not a bank, hackers have no interest in us.”

If I had a dollar for every time I have heard that exact phrase from CEOs, operations directors, and business owners over the past two decades, I could fund a sizable infrastructure project.

This mindset stems from a fundamental misunderstanding of how real-world cybercrime operates. Those who believe they are safe simply because “they are not a bank” assume attackers hand-pick victims based on brand fame or liquid cash in checking accounts. The technical reality is entirely different: on the internet, you are not attacked for who you are, but for what you leave connected and unprotected.


1. The Fallacy of “I Have Nothing of Value”

When threat actors compromise an everyday business network, they are rarely looking to wire transfer money out of international bank vaults. Attackers monetize compromised systems in far more direct and devastating ways:

A. Total Operational Extortion (Ransomware)

It does not matter whether you manufacture machine bolts or provide legal consulting. Your business operations rely on:

  • Billing and accounting systems.
  • Order histories and client records.
  • Internal file servers and company email.

If an attacker encrypts those systems on a Monday morning, your business is instantly paralyzed. You cannot fulfill orders, issue invoices, pay payroll, or communicate with clients. In that moment, you are not a bank, but you are willing to pay whatever it takes to prevent immediate bankruptcy.

B. Your Infrastructure as an Attack Launchpad

A misconfigured Linux or Windows server with a clean public IP is prime real estate for criminal botnets. Attackers weaponize it to:

  • Blast millions of phishing emails carrying banking trojans under your domain’s clean reputation.
  • Launch Distributed Denial of Service (DDoS) campaigns against critical infrastructure.
  • Host credential harvesting portals.

When law enforcement or upstream ISPs blacklist your IP for malicious activity, the company that “wasn’t a bank” finds its legitimate business communications completely shut down.

C. Supply Chain Pivoting

You might not be a bank, but you might be a supplier to one, or a contractor for a hospital, municipal government, or enterprise customer.

To attackers, your unsegmented network is the ideal Trojan Horse: they breach your email servers or shared VPN links to quietly pivot into their high-value target.


2. Automated Bots Do Not Read Company Logos

The biggest misconception is assuming a human being is manually browsing the web deciding whom to attack.

Criminal groups deploy automated scanning sweeps that scan millions of IP addresses per minute across the globe. These bots do not check your industry or company revenue. They search solely for:

  • Open, unauthenticated SMB (445) or RDP (3389) ports exposed directly to the internet.
  • Obsolete routers and firewalls running default credentials (admin/admin).
  • Administrative interfaces lacking multi-factor authentication.

If your IP address returns an unpatched vulnerability, the exploit fires automatically. The attack is opportunistic, not selective.


3. Cybersecurity Is Not Paranoia—It Is Operational Resilience

Implementing robust cybersecurity does not require bloated enterprise software licenses or hiring a 24/7 SOC for a 20-person firm.

It requires architectural discipline and UNIX engineering fundamentals:

  1. Isolation & Least Privilege: Ensuring an infected workstation at reception cannot reach core administrative databases or root servers.
  2. Deterministic Edge Filtering: Deploying strict packet filtering (like OpenBSD PF) with a default-deny ingress policy.
  3. Hardware Multi-Factor Authentication (MFA): Enforcing mandatory MFA across all external access vectors.
  4. Immutable Offsite Backups: Automated, air-gapped or write-protected backups immune to administrative deletion.

Conclusion

You do not need to be a bank to need cybersecurity. You only need to depend on a computer to invoice and an internet connection to operate.

In today’s digital landscape, cybersecurity is not an optional luxury for financial giants; it is the baseline requirement for any business that intends to remain operational tomorrow.