TL;DR
Most data breaches don't require sophisticated zero-day exploits — they succeed because basic data protection controls were never implemented. This playbook walks through four pillars you can deploy this week: full-disk encryption on every endpoint, a verified 3-2-1 backup strategy, Data Loss Prevention policies that flag sensitive data before it walks out the door, and access controls that follow least-privilege principles. Total cost for a 20-person team: $0 to $200 per month.
Why Data Protection Is a Posture, Not a Product
Data breaches cost Australian businesses an average of $4.26 million per incident, and the most common root cause isn't advanced malware — it's unencrypted laptops, untested backups, and over-privileged user accounts. Data protection posture means layered controls that work together: encrypt data so stolen devices are useless, back up data so ransomware can't hold you hostage, prevent exfiltration with DLP, and restrict access so a single compromised account doesn't expose everything. The good news? Every control in this playbook has a free or low-cost implementation path suitable for small and medium businesses.
1. Encryption: Lock Down Data at Rest and in Transit
Encryption is your last line of defence. When a laptop is stolen from a car or a server is physically accessed, encryption ensures the data on that device is unreadable without the key. NIST SP 800-111 provides guidance on storage encryption for endpoint and media protection, and it should be the baseline reference for any encryption deployment.
Full-disk encryption for endpoints (free):
- Windows: BitLocker is built into Windows 10/11 Pro and Enterprise. Enable it via Settings > Privacy & Security > Device Encryption, or via Group Policy for fleet-wide deployment. No additional licensing required beyond Windows Pro.
- macOS: FileVault is built into every Mac. Enable via System Settings > Privacy & Security > FileVault. Recovery keys should be escrowed centrally — Apple's MDM or Microsoft Intune both support this.
- Linux: LUKS (Linux Unified Key Setup) is the standard. Most distributions offer it during installation. For existing systems,
cryptsetupcan encrypt additional volumes.
File and container encryption for sensitive data:
- VeraCrypt (free, open-source): Creates encrypted containers that mount as virtual drives. Ideal for protecting specific sensitive files — client data, financial records, credentials — on shared workstations or portable drives. Cross-platform (Windows, macOS, Linux).
Encryption in transit:
- Enforce HTTPS/TLS everywhere. Use TLS 1.2 minimum (TLS 1.3 preferred) on all web services, email (SMTPS/IMAPS), and VPN connections.
- Enable opportunistic TLS on your mail server (Maddy, Postfix, and Exchange all support it) so email in transit between servers is encrypted.
- Use SFTP or HTTPS for file transfers — never plain FTP.
Cost: $0. BitLocker, FileVault, VeraCrypt, and TLS are all free. The only investment is administrative time for deployment and key management.
2. The 3-2-1 Backup Rule: Your Ransomware Insurance
The ACSC's backup guidance is unambiguous: every business needs a backup strategy that survives ransomware, hardware failure, theft, and natural disaster. The 3-2-1 rule is the standard framework:
- 3 copies of your data (production + 2 backups)
- 2 different media types (e.g., local NAS + cloud)
- 1 copy stored off-site (cloud or physically off-site)
Local backup solutions:
- Veeam Agent for Microsoft Windows Free and Veeam Agent for Linux Free: Bare-metal image backups to local storage or NAS. The free tier supports a single machine but is fully functional for file-level and image-level recovery.
- Windows File History / macOS Time Machine: Built-in, free, and adequate for individual workstation file recovery.
Cloud/off-site backup:
- Backblaze Business Backup: $99/year per computer for unlimited backup. Includes centralised management and reporting. For a 20-person team, that's $165/month.
- Backblaze B2 + restic/rclone: For server and NAS data, Backblaze B2 object storage at $6/TB/month combined with open-source backup tools (restic, rclone, duplicity) gives you enterprise-grade off-site backup at a fraction of Veeam Cloud Connect pricing.
- Veeam Community Edition: Free for up to 10 instances (VMs, physical servers, cloud workloads). Includes backup, replication, and fast recovery.
The critical step most businesses skip — verify your backups:
An untested backup is a hope, not a strategy. Every week, pick one backup at random and perform a test restore. Verify file integrity, confirm the restore completes successfully, and time how long it takes. If you can't restore within your recovery time objective, your backup strategy needs revision. Document the test results.
Cost: $0 (built-in tools + free Veeam) to $165/month (Backblaze for 20 machines).
3. Data Loss Prevention (DLP): Stop Sensitive Data Walking Out the Door
DLP policies monitor and control how sensitive data moves — preventing credit card numbers from being emailed to personal accounts, client lists from being uploaded to Dropbox, or source code from being pasted into ChatGPT. CIS Controls v8 (Control 3 — Data Protection) recommends identifying sensitive data, documenting where it lives, and deploying automated controls to prevent unauthorised transfer.
For Microsoft 365 environments:
- Microsoft Purview DLP: Included in Microsoft 365 E3 ($36/user/month) and E5 ($57/user/month) licenses. Provides policy-based DLP across Exchange Online, SharePoint, OneDrive, Teams, and endpoints. Start with pre-built policy templates for Australian privacy data (PII, TFN, Medicare numbers, driver's licence numbers).
- If you're on Microsoft 365 Business Premium ($30/user/month), you get a subset of Purview DLP capabilities for endpoints — sufficient for most SMBs.
For data discovery and classification:
- Varonis Data Security Platform: Automatically discovers and classifies sensitive data across file shares, SharePoint, and cloud stores. Identifies overexposed files, stale data, and unusual access patterns. Pricing is enterprise-tier (contact sales), but they offer a free Data Risk Assessment that's worth running — it'll show you exactly where your sensitive data is exposed.
- Microsoft Purview Data Classification: Free with Microsoft 365 E3/E5. Scan and label documents automatically based on sensitivity (Public, Internal, Confidential, Highly Confidential).
Quick DLP wins without enterprise licensing:
- Audit SharePoint and shared drive permissions monthly — remove "Everyone" and "Authenticated Users" access.
- Block USB mass storage on workstations via Group Policy if it's not needed for business operations.
- Restrict personal cloud storage domains (consumer Dropbox, Google Drive, WeTransfer) at the network firewall or DNS filtering layer.
ISO 27001 SMB Starter Pack — $147
Everything you need to start your ISO 27001 journey: gap assessment templates, policy frameworks, and implementation roadmap built for SMBs worldwide.
Get the Starter Pack →4. Access Controls: Least Privilege and Zero Trust Fundamentals
The majority of data breaches involve compromised credentials — and the damage scales directly with what those credentials can access. Implement these access control fundamentals this week:
Immediate actions:
- Enforce MFA everywhere. All accounts, no exceptions. Microsoft Authenticator, Google Authenticator, or a hardware key (YubiKey, ~$55 each). SMS-based MFA is better than nothing but is increasingly vulnerable to SIM-swapping — prefer app-based or hardware.
- Audit privileged accounts. Count how many users have Domain Admin, local admin, or cloud administrator rights. If it's more than 2-3 people, you're over-privileged. CIS Control 5 recommends maintaining an inventory of all administrative accounts and reviewing it quarterly.
- Implement least-privilege file access. Map your shared drives and cloud folders to who actually needs access. Remove broad permissions groups ("All Staff", "Domain Users") from sensitive directories. Replace with named groups with documented business justification.
- Enable conditional access policies. In Microsoft Entra ID (formerly Azure AD), set policies that block logins from unexpected countries, require MFA for admin roles, and block legacy authentication protocols (IMAP, POP, SMTP basic auth).
Cost: $0 for Microsoft Authenticator and Group Policy changes. $55/user for hardware security keys if you choose YubiKeys.
Quick-Win Checklist: Deploy This Week
Monday — Encrypt endpoints:
- Enable BitLocker on all Windows Pro machines (or verify it's already on with
manage-bde -status) - Enable FileVault on all Macs
- Install VeraCrypt and create encrypted containers for portable sensitive files
- Verify TLS on all customer-facing web services (check with ssllabs.com/ssltest)
Tuesday — Verify backup integrity:
- Confirm you have 3 copies, 2 media types, 1 off-site
- Perform a test restore from yesterday's backup — time it and document
- Check backup logs for failures in the last 30 days
- Ensure backups are immutable or offline (so ransomware can't encrypt them)
Wednesday — Classify sensitive data:
- Identify where your most sensitive data lives (client records, financials, credentials, contracts)
- Run Microsoft Purview's content explorer or a free tool like OpenDLP scanner
- Tag or label sensitive files (Confidential, Internal, Public)
- Audit permissions on folders containing sensitive data — remove unnecessary access
Thursday — Lock down access:
- Enable MFA on every account (email, cloud, financial, social)
- Remove local admin rights from daily-use accounts
- Review and reduce privileged account count
- Block legacy authentication protocols
Friday — Document and test:
- Write a one-page incident response plan (who to call, what to do first)
- Simulate a laptop loss — confirm the device is encrypted and can be remotely wiped
- Schedule monthly backup restore tests
- Brief the team on what changed and why
FAQ
Do I really need DLP if I'm a small business?
If you store customer data, financial records, or intellectual property — yes. DLP isn't just enterprise tooling; the principle (knowing where sensitive data lives and controlling its movement) applies at any size. Start with free measures: permission audits, USB blocking, and DNS filtering of personal cloud storage. Microsoft 365 Business Premium includes endpoint DLP capabilities that cover most small business needs.
What's the single most important data protection control?
If you can only do one thing this week, enable full-disk encryption on every endpoint. Stolen or lost devices are among the most common causes of data breaches, and encryption renders the data on a stolen device completely inaccessible. It's free, takes minutes per device, and eliminates an entire class of breach.
How often should I test my backups?
At minimum, once per month — but weekly is better. A backup you haven't restored from is an unverified assumption. Pick a random file or folder from a recent backup, restore it to a test location, and confirm the data is intact and accessible. Log the date, what was restored, how long it took, and whether it succeeded.
Isn't encryption complicated to manage?
Modern full-disk encryption (BitLocker, FileVault) is transparent to users once enabled — they don't even know it's running. The only management requirement is key escrow: ensuring recovery keys are stored somewhere secure and accessible (Microsoft Entra ID, Apple MDM, or a password manager) so you can recover data if a user forgets their password or leaves the company. Most MDM solutions handle this automatically.
Conclusion
Data protection isn't a single product or a one-time project — it's a posture maintained through layered controls, regular testing, and continuous improvement. The four pillars in this playbook (encryption, backups, DLP, and access controls) can all be deployed this week, most at zero cost, and together they address the most common breach vectors facing Australian businesses today.
Start with the checklist. Enable encryption on Monday. Test your backups on Tuesday. By Friday, you'll have measurably reduced your data breach risk and built a foundation you can iterate on.
Ready to go deeper? Visit consult.lil.business for a free cybersecurity assessment tailored to your business size, industry, and risk profile.
References
- NIST SP 800-111: Guide to Storage Encryption Technologies for End User Devices
- ACSC — Backing Up Your Data and Systems Guidance
- CIS Controls v8 — Control 3: Data Protection
- Microsoft Purview Data Loss Prevention Documentation
- VeraCrypt — Free Open-Source Disk Encryption Software
Verifier warning: verifier could not run (PluginLlmTrustError).
Work With Us
Ready to strengthen your security posture?
lilMONSTER assesses your risks, builds the tools, and stays with you after the engagement ends. No clipboard-and-leave consulting.
Book a Free Consultation →TL;DR
- Some bad people use AI to pretend to be computer workers and get hired by companies
- They use robot voices, fake photos, and computer-generated resumes
- They don't actually do the work—they steal secrets
- Companies need new ways to check if people are who they say they are
What's Happening?
Imagine this: Someone sends a job application to a company. They have a nice photo, a good resume, and they do great in the interview. The company hires them.
But there's a problem: That person doesn't really exist.
A group of bad people used AI (artificial intelligence) to create a fake person, trick the company, and get hired. Then they use their job to steal secrets and money.
This is happening RIGHT NOW with computer programming jobs.
Who's Doing This?
Microsoft (a really big computer company) found out that some people from North Korea are doing this [1]. They use special names:
- Jasper Sleet
- Coral Sleet (used to be called Storm-1877)
They're like teams of tricksters using computers to fake being workers.
How Do They Trick Companies?
Step 1: Creating a Fake Person
They use AI to make everything up:
- Fake names - The computer suggests names that sound real
- Fake photos - Computer-generated pictures that look like real people
- Fake resumes - Computer-written work history that looks perfect for the job
- Fake emails - Email addresses that match the fake name
It's like playing dress-up, but with computers instead of clothes.
Step 2: Tricking the Interview
When it's time for a video call, they use special tricks:
- Robot voices - Computers that change their voice to sound like someone else
- Chat helper - AI that helps them answer questions during the interview
- Maybe pre-recorded videos - Sometimes they just play a video instead of talking live
The company thinks they're talking to a real person. But they're actually talking to a trickster using computer tools.
Step 3: Getting Hired (and Stealing)
Once they're "hired":
- They get paid salary money (which goes to the bad people)
- ️ They get access to company computers and secrets
- They steal important information
- They sell passwords or secrets to other bad people
They might do a little work—using AI to help them write computer code so they don't get caught. But the real goal is stealing, not working. [1]
Why Can't Companies Tell They're Fake?
Good question! Here's why regular background checks don't work:
- Background check passes - Fake people have no criminal history because they don't exist!
- References check - Fake references from computer-made people
- Skills test passes - AI helps them answer technical questions
- Looks normal on video - Computer voices and fake photos look real
It's like a really, really good costume.
Signs Someone Might Be Fake
Microsoft found some clues that can give away fake workers [1]:
Weird Things in Their Computer Code
- Using emojis as checkmarks () inside code
- Writing comments that sound like they're explaining themselves too much
- Using way too many complicated words for simple things
- Code that's more complicated than it needs to be
Weird Things About Their "Life"
- Hardly any photos or posts on social media before a certain date
- The same face shows up with slightly different names
- Jobs or schools that are hard to check really exist
- Generic stories that could be about anyone
Weird Things When Working
- Working at strange hours
- Asking for access to things they don't really need
- Moving files around for no clear reason
- Doing very little real work
How Companies Can Stay Safe
Good companies are fighting back with new rules:
Better Checking
- Multiple video calls - Not just one interview, but lots of talking
- Real work tests - Watch them actually do work, not just answer questions
- Meeting in person - Sometimes you just have to see someone face-to-face
- Checking their whole internet life - Seeing if they exist in more than one place online
Watching for Weird Stuff
- Strange computer access - Looking at files they shouldn't need
- Weird hours - Working at 3am when nobody else is awake
- Moving data around - Sending files to places they shouldn't go
Being Extra Careful
- Not giving too much power - Only giving access to what they really need
- Checking on contractors too - Not just full-time workers, but anyone with access
- Using computers to watch computers - AI helpers that look for fake workers
What Does This Mean for Us?
This might sound scary, but here's the good news:
Smart people are figuring this out - Companies like Microsoft are finding these tricks Better rules are being made - New ways to check if people are real Good AI is fighting bad AI - Using computer helpers to catch the tricksters
And for us regular people:
- Learn about internet safety - Knowing tricks helps you avoid them
- Build real relationships - Fake people can't do friendship or teamwork well
- Ask questions - If something seems weird, it's okay to ask why
FAQ for Curious Kids
They try! But the fake people are really good at tricking. It's like when someone wears a really good Halloween costume—you can't tell who's underneath until they take it off.
Yes! Microsoft found thousands of fake accounts and stopped them [1]. But the bad people keep trying new tricks.
Maybe. That's why companies are being extra careful now. It's like locking doors—not because you expect burglars, but because you want to be safe.
No, AI is just a tool. Think of it like a hammer. You can use a hammer to build a birdhouse OR break a window. AI can help bad people do bad things, but it also helps good people catch them!
TELL A GROWNUP. Don't try to figure it out yourself. If someone online seems weird or too good to be true, that's a grownup problem to solve.
Remember
The internet has good people and bad people, just like the real world. The difference is:
- Real world - You can see people's faces
- Online world - People can hide who they really are
That's why we need to be extra careful and use smart rules to stay safe. ️
Want to learn more about staying safe online? Ask your parents or teachers about internet safety, or check out resources from CISA—they're the experts on keeping computers safe!
Sources
Microsoft Security Blog. "AI as tradecraft: How threat actors operationalize AI." https://www.microsoft.com/en-us/security/blog/2026/03/06/ai-as-tradecraft-how-threat-actors-operationalize-ai/
Microsoft Security Blog. "Jasper Sleet: North Korean remote IT workers' evolving tactics to infiltrate organizations." https://www.microsoft.com/security/blog/2025/06/30/jasper-sleet-north-korean-remote-it-workers-evolving-tactics-to-infiltrate-organizations/
CISA. "Cybersecurity for Kids." https://www.cisa.gov/news-events/news/cisa-launches-cybersecurity-awareness-month-kids
FBI. "North Korean IT Workers Warning." https://www.fbi.gov/ic3/alertr/north-korean