VikingCloud’s 2026 SMB Threat Landscape Report landed in February with one uncomfortable finding: cybersecurity has overtaken economic concerns as the top threat facing small and mid-sized businesses for the first time on record. Not inflation. Not supply chains. Credential theft, session hijacking, and unencrypted data at rest. The stuff IT teams have been told to prioritize for a decade, mostly without the budget or staff to actually do it.
Here’s the uncomfortable comparison nobody in the SMB space wants to make: regulated online pokies platforms have been running hardened, audited security stacks for years, partly because regulators force their hand and partly because a single breach costs them their licence. The attack surface looks almost identical to what an SMB handles. Player session data maps directly to customer session data, payment credentials are payment credentials, and RNG audit logs are functionally the same compliance paper trail your SaaS contracts require. The threat categories match. The mitigations match. The main difference is that pokies operators actually implemented them.
This isn’t a pitch for gambling. It’s a case study in layered security architecture from an industry that had no choice but to get it right.
The Shared Attack Surface Nobody Talks About
Most SMB security conversations start with phishing, endpoint protection, and maybe a nod toward MFA. That’s fine as far as it goes. But the 2024 IBM Cost of a Data Breach Report found the average breach cost hit $4.88 million globally, with small organisations absorbing disproportionate damage relative to their size. Not because attackers specifically target SMBs, but because SMBs have the same data and fewer controls.
Online pokies platforms face an almost identical threat matrix. A mid-sized operator running 100,000 active player accounts holds:
- Full payment card or e-wallet credentials tied to real-money deposits
- Government-issued ID documents from KYC verification
- Behavioural session data showing login times, device fingerprints, and spend patterns
- RNG certification logs required by the operator’s licensing body
- Real-time transaction records that must be retained for audit
Swap “player” for “customer” and that list looks exactly like a mid-market SaaS company or a regional professional services firm. The data is the same. The attackers don’t care what industry you’re in.
Where pokies operators pulled ahead is in their response to regulatory pressure. The Malta Gaming Authority mandates quarterly penetration testing and encrypted-at-rest data as baseline requirements for a licence. Curaçao eGaming imposes session integrity checks. The UK Gambling Commission, from 30 June 2026, requires standardised audit logs at the point of deposit. A compliance engineering problem nearly identical to what fintech teams have wrestled with under PSD2. SMBs generally have none of this regulatory forcing function. Which means they have to supply their own discipline.
SSL Is the Floor, Not the Ceiling
Every reputable pokies platform encrypts in transit with TLS 1.3. That’s table stakes. What’s less obvious is what they do with data at rest.
The better operators use AES-256 encryption on stored player records, tokenise payment data so the actual card number never touches their own database, and separate the tokenisation vault from the application layer entirely. A breach of the app layer gets the attacker a useless string of characters. The card number lives somewhere else, governed by a different access control policy.
Most SMBs still store customer payment records. Sometimes in spreadsheets, sometimes in CRM databases with shared admin credentials. The tokenisation model isn’t exotic. Stripe, Braintree, and Adyen all offer it out of the box. Online gaming operators adopted it early because their payment processors insisted. SMBs have the same processors available. They just haven’t been forced to use the feature.
Same story with session management. Pokies platforms enforce short session timeouts (typically 30 minutes of inactivity), rotate session tokens on privilege escalation, and flag anomalous login locations in real time. These are solvable problems with off-the-shelf tools. The NIST guidance on multi-factor authentication best practices covers the foundations clearly. But knowing the guidance exists and actually configuring it are two different things.
KYC as a Security Protocol, Not Just a Compliance Checkbox
Know Your Customer verification gets discussed as a regulatory burden. It’s also, genuinely, a fraud prevention system.
When a pokies operator runs KYC, they’re binding a real-world identity to an account before that account can move money. Passport, driver’s licence, proof of address. The documents create a verified link between the person and the credential. That’s why account takeover fraud is substantially harder on licensed platforms than on unregulated ones: even if an attacker steals a username and password, they hit a KYC wall before withdrawing anything.
SMBs with client portals, subscription dashboards, or contractor access systems could implement a version of this. Not a full document check for every new user. That would be overkill. But a verified identity step at the point where account access expands, transactions cross a threshold, or a new device is added. Progressive identity verification rather than a one-and-done signup form.
The principle is the same. The friction is calibrated to the risk.
RNG Audit Logs and the Compliance Paper Trail
This one’s specific to gaming but the underlying pattern applies broadly.
Licensed pokies platforms are required to maintain immutable logs of every RNG output for every spin, timestamped and stored in a format that can be inspected by an independent auditor on demand. Technical Systems Testing (TST) and eCOGRA both certify platforms against this standard. The logs exist so that any disputed outcome can be reconstructed forensically.
Replace “RNG output” with “transaction record” or “configuration change” and you have the audit trail that any serious SMB security posture requires. Who changed which setting, when, and from which IP. Which admin account approved an expense. When a user’s permissions were elevated.
Most SMBs don’t maintain these logs at all. Or they’re stored in the same system being audited, which means a compromised admin account can delete the evidence. Pokies operators learned this lesson the hard way when early licensing bodies flagged exactly this gap. Game logs stored alongside game code, vulnerable to the same exploit. The fix was architectural: separate the logging infrastructure from the operational infrastructure. It’s a principle that CoventChallenge’s own coverage of cybersecurity testing has touched on before. The gap between knowing the principle and implementing it is where most SMBs stall.
Two-Factor Authentication: Why Implementation Beats Intention
Here’s where the comparison gets uncomfortable. MFA adoption in the SMB space is still surprisingly patchy. Heimdal Security’s 2026 SMB data shows 43% of small businesses experienced a cyberattack in the prior 12 months. And a significant portion of those involved compromised credentials that MFA would have blocked.
Online pokies platforms running under an MGA or UKGC licence typically mandate 2FA for any account access involving a withdrawal. Not an optional toggle in settings. Required. The authentication step happens whether the player wants it or not, and the account won’t release funds without it.
This is the forcing-function problem again. SMBs enable MFA as an option and rely on employees to use it. Some do. Many don’t. The platforms that enforce it as a default. Not an opt-in. See substantially lower account takeover rates. The technical difference between enforced-default and opt-in MFA is a single configuration change in most identity providers. The organisational difference is the willingness to absorb user friction for a security gain.
That’s a policy decision, not a technology problem. And it’s free to fix.
What the Security Stack Actually Looks Like End-to-End
A compliance-grade pokies platform runs something like this in 2026:
- TLS 1.3 in transit, AES-256 at rest
- Tokenised payment processing, card data never touching the application layer
- KYC identity verification before any financial transaction
- Enforced MFA on login and on withdrawal
- Session timeout at 30 minutes inactivity, token rotation on privilege change
- Immutable audit logs on a separate infrastructure from the operational stack
- Quarterly pen testing as a licence condition
- Real-time anomaly detection flagging unusual login locations or spend velocity
Every single item on that list is available to SMBs through standard cloud infrastructure. None of it requires custom development. AWS, Azure, and GCP all offer the storage encryption, the logging infrastructure, and the identity controls out of the box. The pokies operators didn’t build this from scratch. They configured it, tested it, and documented it because their regulator required proof.
SMBs have the same tools. What they’re often missing is the external forcing function and the internal documentation discipline that proves the controls are actually running.
The useful takeaway isn’t “do what casinos do.” It’s that these controls exist in production, at scale, in a real-money environment, and they work. That’s a stronger endorsement than any white paper.
Frequently Asked Questions
What data security controls do licensed online gaming platforms typically require? Licensed platforms operating under bodies like the MGA or UKGC generally must implement TLS encryption in transit, AES-256 encryption at rest, KYC identity verification, enforced MFA, immutable audit logs on isolated infrastructure, and regular third-party penetration testing. These aren’t optional features. They’re baseline licence conditions that operators have to prove compliance with.
How does KYC verification in online gaming relate to SMB identity security? KYC binds a verified real-world identity to an account before any financial transaction can occur. The underlying principle. Progressive identity verification calibrated to the risk level of the action. Applies directly to SMB client portals and contractor access systems. It’s not about replicating full document checks everywhere; it’s about raising the verification bar at high-risk access points.
Why do pokies operators enforce MFA as a default rather than an option? Because opt-in MFA gets ignored. Licence conditions from regulators like the UKGC require enforced authentication on financial actions, removing the choice from the user. The result is that account takeover fraud is substantially harder on regulated platforms. SMBs can replicate this by changing MFA from an optional setting to a required policy in their identity provider.
What is an immutable audit log and why does it matter for security? An immutable audit log records every significant system event. Logins, configuration changes, transactions. In a tamper-proof format stored separately from the operational system it monitors. If an attacker compromises the main environment, they can’t delete the evidence. Licensed gaming platforms maintain these as a licence condition; SMBs should treat them as a core incident-response requirement.
Are the security frameworks used by online pokies platforms relevant to non-gambling businesses? Yes. The threat categories are almost identical: credential theft, session hijacking, unencrypted data at rest, inadequate audit trails. The difference is that gaming operators implemented mitigations under regulatory pressure while SMBs largely haven’t faced the same forcing function. The controls themselves. Tokenisation, enforced MFA, isolated logging infrastructure. Are industry-agnostic and available through standard cloud providers.
Don’t Wait for a Regulator to Force the Issue
The VikingCloud finding that cybersecurity is now the top SMB threat isn’t a warning about the future. It’s a description of the present. The attack surface your business runs on isn’t fundamentally different from what a regulated gaming platform defends. The controls that work in that environment work in yours too.
If your IT stack doesn’t have enforced MFA, tokenised payment storage, isolated audit logs, and a documented pen-testing schedule, those are fixable gaps today. The pokies industry didn’t solve these problems because they’re particularly clever. They solved them because a regulator said “prove it or lose your licence.” Your customers, auditors, and cyber insurers are increasingly making the same demand.
Gambling involves risk. Please play responsibly and only wager what you can afford to lose. If you feel gambling is becoming a problem, visit BeGambleAware.org or call 1-800-GAMBLER.


