Your minimum viable defense for remote work comes down to eight controls: MFA (phishing-resistant where possible), managed endpoints with EDR, ZTNA or a segmented corporate VPN, a fully patched OS, encrypted storage, hardened home Wi-Fi, verified backups, and regular phishing-resistant training. Get those right and you’ve closed the gaps that account for the vast majority of remote-work breaches.
Here’s a prioritized checklist you can act on today, organized by urgency:
Immediate actions (do these now):
- Do: Enforce MFA on all remote access, admin accounts, and email. NIST SP 800-46 lists this as a baseline control.
- Do: Confirm every remote device has full-disk encryption enabled.
- Do: Require a corporate VPN or ZTNA client for all work traffic. Consumer VPNs route through the provider’s infrastructure and give your IT team zero visibility.
- Do: Lock screen timeout to five minutes or less on all endpoints.
- Do not: Allow unmanaged personal devices to access sensitive systems without at least a posture check.
Within 30 days:
- Do: Deploy an MDM solution and push enrollment to all remote endpoints.
- Do: Run your first simulated phishing campaign. CISA’s Telework Essentials Toolkit recommends phishing simulation as a baseline telework control.
- Do: Audit privileged accounts and remove standing admin rights where not needed.
Within 90 days:
- Do: Complete a full device inventory, enforce endpoint posture checks, and quarantine non-compliant devices.
- Do: Test a full restore from your most recent backup. Offline or air-gapped copies are non-optional for ransomware resilience.
- Do: Publish a formal telework policy with an incident-reporting flow.
Table of Contents
- Why does remote work change your threat model?
- What technical controls should every remote organization deploy?
- How do you get visibility into remote devices and enforce baseline controls?
- How should you manage identity and access for a remote team?
- How do you harden a home network for secure remote access?
- How do you build a phishing defense and training program for remote teams?
- What settings should you configure to secure file sharing and video calls?
- What does a solid telework policy actually need to cover?
- What does a remote incident response playbook look like?
- What physical security habits actually protect home office workers?
- What’s the right implementation roadmap for IT leaders?
- Key Takeaways
- The part most organizations get wrong about remote security
- Totalcyber can handle the heavy lifting for your remote security program
- Authoritative sources and further reading
Why does remote work change your threat model?
When your team works from the office, the network perimeter does a lot of the heavy lifting. Firewalls, NAC, and physical access controls keep most threats at arm’s length. Remote work removes all of that. The endpoint becomes the control plane, and every network your employees connect to is untrusted by default.
The risks that spike in a remote environment are specific and predictable:
- Untrusted Wi-Fi and ISPs: Home routers and public hotspots rarely have enterprise-grade controls. An attacker on the same network can intercept unencrypted traffic.
- Unmanaged BYOD: Personal laptops often skip auto-updates, lack EDR, and share storage with family members.
- Phishing and credential theft: Remote workers are frequent targets. A distracted moment, a convincing email, and the click happens before anyone thinks twice.
- Device loss and theft: A laptop left in a car or a coffee shop is a data breach waiting to happen.
- Lateral movement after VPN compromise: A traditional VPN grants network-level access. If an attacker compromises a VPN session, they can pivot to internal servers. A home IoT device on the same subnet as a corporate laptop creates a similar pivot opportunity.
The threat model shift is real. Cybersecurity for remote workers has to assume the worst about every network and device outside your direct control.
What technical controls should every remote organization deploy?
The must-have stack is MFA, managed endpoints with EDR, device posture enforcement, ZTNA or a segmented VPN, centralized logging, and verified backups. Each layer compensates for gaps in the others.
MFA: your first line of defense
Enforce MFA on every remote access point, every admin account, and every cloud application. Hardware tokens (YubiKey) or FIDO2 passkeys are the most phishing-resistant options. Authenticator apps (Microsoft Authenticator, Google Authenticator) are a strong second. SMS-based MFA is better than nothing but vulnerable to SIM-swapping, so treat it as a fallback only. Build a fallback plan for lost devices so employees don’t bypass MFA entirely when they’re locked out.

Endpoint protection: EDR, encryption, and patching
Every managed remote device needs endpoint detection and response (EDR), full-disk encryption (BitLocker on Windows, FileVault on macOS), and automated patch management. Device posture enforcement should be a condition of access, not an afterthought. If a device hasn’t applied critical patches, it shouldn’t reach sensitive resources. Remote-wipe capability is mandatory for any device that touches corporate data.
Access controls: least privilege and SSO
Least-privilege access means users get exactly what they need for their role, nothing more. Pair that with single sign-on (SSO) to reduce password sprawl and make deprovisioning instant. Short-lived credentials for high-risk sessions and privileged access workstations (PAWs) for admin tasks reduce the blast radius of any single compromise.
Backups and ransomware resilience
Backups must be frequent, stored offline or offsite, and verified regularly to be useful against ransomware. A backup you’ve never tested is a backup you can’t trust. Schedule restore tests regularly throughout the year.
VPN vs. ZTNA: which should you choose?
| Feature | Traditional VPN | ZTNA |
|---|---|---|
| Access scope | Network-level (broad) | Application-level (narrow) |
| Lateral movement risk | High | Low |
| Least-privilege enforcement | Limited | Native |
| Visibility and logging | Moderate | High |
| Deployment complexity | Lower | Higher initially |
| Recommended for | Small teams, low-risk apps | Distributed orgs, sensitive data |
ZTNA provides application-level access instead of network-level access, which limits lateral movement compared with a classic VPN. Prefer ZTNA when you have the resources to deploy it. If you’re running a traditional VPN, segment it so remote users can’t reach internal servers beyond what their role requires.
Pro Tip: Never let employees use consumer VPNs for work traffic. Consumer VPNs route all traffic through the provider’s servers, giving your security team zero visibility and no DLP integration.
How do you get visibility into remote devices and enforce baseline controls?
You can’t secure what you can’t see. Device inventory is the foundation of every other control on this list.
Start by pulling inventory from three sources: your MDM platform, SSO login logs, and network access logs. Cross-reference them to find devices accessing corporate resources that aren’t enrolled in MDM. Those are your highest-risk endpoints.
Once you have a picture of your fleet, tier your devices by risk and set access accordingly:
- Organization-issued, MDM-enrolled devices: Full access to all authorized resources.
- Managed BYOD (enrolled in MDM, meets posture requirements): Access to a defined subset of applications.
- Unmanaged BYOD: Access limited to low-risk resources like webmail only, with no access to sensitive data.
This tiered approach is exactly what NIST SP 800-46 recommends. It lets you limit risk without blocking productivity entirely.
MDM baseline policy requirements:
- Minimum OS version enforced (Windows 11 22H2 or later; macOS Ventura or later as a starting point).
- Full-disk encryption required before access is granted.
- Screen lock set to five minutes or less.
- Auto-update enabled and verified.
- Remote-wipe capability confirmed active.
Rapid enrollment checklist:
- Export SSO login events for the past 30 days and flag any device not in your MDM inventory.
- Send MDM enrollment invites to all flagged users with a 72-hour deadline.
- Quarantine non-compliant endpoints by restricting their access to a remediation VLAN or guest portal.
- Confirm posture compliance before restoring full access.
How should you manage identity and access for a remote team?
Identity is the new perimeter. With no physical network boundary, your identity controls are the primary thing standing between an attacker and your data.
The core stack is MFA plus SSO plus least privilege. If you have all three enforced, you’ve eliminated the most common credential-based attack paths.
Password and credential hygiene:
- Require a password manager (1Password, Bitwarden, or Keeper are solid options) for all employees. No exceptions.
- Prohibit password reuse across accounts. A secure password policy enforces this at the technical level, not just the policy level.
- Adopt FIDO2 passkeys or hardware tokens wherever the application supports them. They’re phishing-proof in a way that passwords never will be.
- Rotate credentials immediately after any suspected compromise, not on a fixed calendar schedule.
SSO and lifecycle management:
- Automate provisioning and deprovisioning through your identity provider (Okta, Microsoft Entra ID, or JumpCloud are common choices). A former employee’s account should be disabled the moment HR closes their record.
- Review role-based access quarterly. Roles accumulate permissions over time. That’s how you end up with a marketing coordinator who can read the finance database.
Privileged access:
- Use jump boxes or privileged access workstations for all admin tasks.
- Grant ephemeral privileges for high-risk sessions rather than standing admin rights.
- Record privileged sessions for audit purposes.
Pro Tip: Set up an automated alert for any privileged account that logs in outside business hours or from an unusual geography. That’s often the first signal of a compromised credential.
How do you harden a home network for secure remote access?
The home router is the weakest link in most remote work setups. Most employees have never changed the admin password on their router, and many are running firmware that’s years out of date.
Start with the quick wins. They take under 15 minutes and close the most obvious gaps:
- Change the router’s default admin username and password to something unique.
- Enable WPA3 encryption (or WPA2/WPA3 mixed mode if older devices are on the network).
- Disable WPS. It’s a known vulnerability and serves no purpose in a work-from-home setup.
- Update router firmware. Most modern routers support automatic updates; enable it.
- Disable remote management unless you have a specific need for it.
- Enable the router’s built-in firewall if it isn’t on by default.
Practical router hardening using these quick wins is effective for most home setups. For deeper protection, add network segmentation.
Segmentation guidance: Create a separate guest SSID for IoT devices, personal phones, and smart TVs. Keep work devices on their own SSID. A home IoT device compromised by an attacker shouldn’t be able to reach the laptop your employee uses to access your ERP system.

Connectivity guidance: All work traffic should route through a corporate-managed VPN or ZTNA client. For employees traveling to high-risk geographies, require full-tunnel VPN with no split-tunneling exceptions. Add DNS filtering (Cisco Umbrella or Cloudflare Gateway) to block malicious domains before a connection is even established.
Pro Tip: For employees who travel frequently, consider a travel router pre-configured with your corporate VPN client. It creates a consistent, hardened network environment regardless of the hotel or conference Wi-Fi they connect to.
How do you build a phishing defense and training program for remote teams?
Humans are the largest vulnerability in any remote security setup. The good news is that training works, but only when it’s consistent and tied to real behavior.
Phishing simulation program:
- Run simulated phishing campaigns monthly using a platform like KnowBe4, Proofpoint Security Awareness Training, or Cofense.
- Measure click rate, report rate, and credential submission rate separately. Click rate alone misses the picture.
- Route employees who click to immediate, targeted remediation training, not a generic video. The closer the training is to the behavior, the more it sticks.
- CISA and the Cyber Readiness Institute recommend simulated phishing as a baseline telework control, not a nice-to-have.
Meeting hygiene for remote teams:
- Require passwords or waiting rooms on all video calls. An unprotected meeting link is an open door.
- Restrict screen sharing to hosts by default. Attendees should request permission.
- Remind employees to check their background before joining a call. Visible whiteboards, sticky notes with credentials, or open documents are real risks.
- Train hosts to lock meetings once all expected participants have joined.
Training cadence:
- Onboarding (days 1–30): Security policy overview, phishing awareness, password hygiene, and incident reporting procedure.
- Month 2–3: Simulated phishing test and targeted follow-up for anyone who clicks.
- Ongoing (monthly): Five-minute microlearning modules on current threats (BEC, vishing, social engineering).
- Quarterly: Full phishing simulation with results reviewed by IT leadership.
For distributed teams with multilingual staff, training remote staff in different languages significantly improves retention and reduces the risk that employees miss critical guidance due to language barriers.
What settings should you configure to secure file sharing and video calls?
Configure collaboration tools to default to least-privilege sharing. That single setting change prevents more accidental data exposure than any policy document.
File-sharing rules:
- Restrict external sharing to specific approved domains only.
- Require DLP scanning on all shared folders. Tools like Microsoft Purview or Google Workspace DLP can flag sensitive data before it leaves the organization.
- Set link expirations on any externally shared file. A link that never expires is a liability.
- Require MFA for anyone accessing shared files from outside the organization.
- Watch for shadow IT — employees sharing files through personal Dropbox or Google Drive accounts to avoid friction. That data is outside your control the moment it leaves your approved tools.
Videoconference settings (admin console checklist):
- Require authenticated users for all meetings by default.
- Enable waiting rooms on all external meetings.
- Restrict file transfer in-meeting to hosts only.
- Disable the ability to join before the host.
- Set recordings to save to a corporate-controlled location, not a personal cloud account.
- Review retention and external access settings quarterly.
What does a solid telework policy actually need to cover?
Policy plus enforcement equals predictable security outcomes. A policy that lives in a shared drive and never gets enforced is just a document. The goal is a policy that employees know, IT can verify, and leadership can audit.
Core policy elements:
- Telework definition: What qualifies as remote work, which roles are eligible, and what approval is required.
- Acceptable devices: Which device categories are permitted (organization-issued, managed BYOD, unmanaged BYOD) and what access each tier receives.
- Data classification and handling: What data can be accessed remotely, how it must be stored, and what’s prohibited (e.g., no sensitive data on personal cloud storage).
- Training requirements: Frequency, completion deadlines, and consequences for non-completion.
- Audit rights: IT’s right to verify device compliance and review access logs.
Incident reporting flow:
When an employee suspects a compromise, the path should be clear and frictionless:
- Employee notices something wrong (suspicious email, unexpected login alert, missing files).
- Employee reports immediately to IT helpdesk via a dedicated ticket or hotline. No waiting, no self-investigation.
- IT helpdesk triages: is this a phishing attempt, a credential compromise, or a device issue?
- If escalation is needed, the ticket moves to the SOC for deeper investigation.
- SOC initiates containment: revoke access tokens, quarantine the device, trigger remote wipe if data loss is confirmed.
- Incident response team handles remediation and recovery.
A formal cybersecurity policy makes this flow enforceable rather than aspirational. Without it, employees improvise, and improvisation in a security incident is expensive.
What does a remote incident response playbook look like?
Have a lightweight playbook that prioritizes containment first, investigation second. In a remote environment, you can’t physically grab the device, so your first moves are all remote.
Step-by-step remote IR playbook:
- Detect: Alert sources include EDR telemetry, SIEM alerts, employee reports, and identity provider anomaly detection. Any of these can trigger the playbook.
- Isolate: Immediately revoke the affected user’s SSO tokens and active sessions. Push a network quarantine policy through MDM to isolate the device from corporate resources. Do not wait for confirmation before isolating.
- Investigate: Collect endpoint logs remotely through your EDR platform. Pull identity provider logs for the affected account. Preserve a forensic image of the device if possible before remediation begins.
- Remediate: Restore the device from a known-clean image or rebuild from scratch. Restore data from the most recent verified backup. Reset all credentials for the affected user and any accounts they had access to.
- Communicate: Notify internal stakeholders (legal, HR, leadership) based on the severity and data involved. If personal data was exposed, your legal team determines notification obligations under applicable state and federal law.
Restore testing schedule:
| Backup type | Test frequency | Method |
|---|---|---|
| Full system backup | Quarterly | Full restore to isolated environment |
| Incremental/daily backup | Monthly | File-level restore test |
| Ransomware tabletop drill | Twice per year | Simulated scenario with IR team |
Pro Tip: For evidence preservation, instruct employees not to power off a compromised device. Volatile memory (RAM) contains artifacts that disappear on shutdown. Remote forensic collection through your EDR tool is the right first step.
What physical security habits actually protect home office workers?
The most impactful home-office measures are the simplest: lock your screen every time you step away, store sensitive documents out of sight, remove voice assistants from any room where confidential calls happen, and never leave a work device visible in a parked vehicle.
Voice assistants may send audio to cloud servers, which means a smart speaker in the room during a confidential call is a potential data leak. Visible whiteboards in video call backgrounds expose internal project names, org charts, and strategy details to anyone on the call. A laptop left on a car seat is a theft target and a data breach.
Quick wins employees can complete in under 15 minutes:
- Set screen lock to activate after five minutes of inactivity (or less).
- Move any voice assistant out of the room used for work calls.
- Check your video call background for visible sensitive documents or whiteboards.
- Store any printed sensitive documents in a locked drawer when not in use.
- Confirm your laptop bag or case is not visible from outside your vehicle.
Employer policies to adopt:
- Require immediate reporting of lost or stolen devices so IT can trigger remote wipe before data is accessed.
- Include physical security in onboarding training, not just the annual refresher.
- Provide privacy screens for employees who work in shared living spaces.
What’s the right implementation roadmap for IT leaders?
Assign an owner, a sponsor, and a weekly check-in before you do anything else. A security program without accountability stalls at the 30-day mark every time.
| Timeframe | Task | Priority | Effort |
|---|---|---|---|
| Now | Enforce MFA on all remote access and admin accounts | High | Low |
| Now | Confirm full-disk encryption on all endpoints | High | Low |
| Now | Deploy corporate VPN or ZTNA client | High | Medium |
| 30 days | MDM enrollment for all remote devices | High | Medium |
| 30 days | First simulated phishing campaign | High | Low |
| 30 days | Audit and remove standing privileged access | High | Medium |
| 30 days | Publish telework policy with incident-reporting flow | High | Medium |
| 90 days | Full device inventory and posture enforcement | High | High |
| 90 days | Deploy EDR on all managed endpoints | High | Medium |
| 90 days | Implement SSO with automated provisioning | Medium | High |
| 90 days | Quarterly backup restore test | High | Low |
| 180 days | ZTNA migration for high-risk application access | Medium | High |
| 180 days | DLP scanning on shared folders and email | Medium | Medium |
| 180 days | Third-party and vendor risk review | Medium | Medium |
| 180 days | Security audit and gap assessment | Medium | Medium |
Pilot strategy: Start MFA and MDM rollouts with your highest-risk teams (finance, HR, executive staff) before expanding. That limits disruption and lets you work out enrollment issues before they affect the whole organization.
How to measure success:
- MFA adoption rate aims to cover all remote users promptly.
- Device compliance rate aims to have the vast majority enrolled in MDM within a few months.
- Phishing click rate (target: below 5% after two simulation cycles)
For organizations evaluating whether to build this internally or outsource it, understanding the cybersecurity roles available helps clarify what to hire for versus what to hand to a managed provider.
Key Takeaways
Effective remote work security requires layered controls enforced from day one: MFA, managed endpoints, ZTNA or segmented VPN, verified backups, and consistent training are the five controls that close the most critical gaps.
| Point | Details |
|---|---|
| MFA is the first control to enforce | Deploy MFA on all remote access and admin accounts before any other technical control. |
| Endpoint posture gates access | Devices that don’t meet baseline requirements (encryption, patching, EDR) should not reach sensitive resources. |
| ZTNA limits lateral movement | Application-level access through ZTNA reduces the blast radius of any single compromised credential or device. |
| Backups must be tested to matter | Offline or air-gapped backups verified through quarterly restore tests are the core of ransomware resilience. |
| Totalcyber accelerates the roadmap | Totalcyber’s managed cybersecurity services cover endpoint management, monitoring, phishing training, and compliance so IT leaders don’t have to build every layer from scratch. |
The part most organizations get wrong about remote security
Most organizations treat remote work security as an extension of office security. They push the same perimeter-heavy controls outward and wonder why they keep having incidents. The problem isn’t the controls. It’s the assumption.
The office model assumes you control the network. Remote work assumes you don’t. That’s not a minor adjustment. It’s a completely different architecture. The organizations that get this right stop trying to recreate the perimeter and start building identity-first, endpoint-first defenses that work regardless of where the employee is sitting.
The second mistake is treating the human layer as a training problem with a one-time solution. A single annual security awareness video doesn’t change behavior. Monthly microlearning, quarterly phishing simulations, and immediate remediation for anyone who clicks do. The cadence matters more than the content.
Physical security is the gap almost nobody addresses until it’s too late. A voice assistant in the room during a board call, a whiteboard visible on a video conference, a laptop left on a car seat. These aren’t edge cases. They’re daily occurrences in most remote work environments, and they’re entirely preventable with a 15-minute checklist and a clear policy.
The organizations that build remote security right don’t do it all at once. They prioritize MFA and endpoint management in the first 30 days, layer in identity controls and phishing programs through 90 days, and reach full maturity at 180 days. That cadence is realistic. Trying to do everything immediately is how programs stall.
Totalcyber can handle the heavy lifting for your remote security program
Building a layered remote security program from scratch takes time your IT team probably doesn’t have. Totalcyber is a veteran-owned managed cybersecurity provider that handles the controls your team can’t get to: managed endpoint protection with EDR, continuous monitoring, phishing simulation programs, vulnerability assessments, and compliance consulting aligned to NIST and CISA guidance.

The 30/90/180-day roadmap in this article is exactly how Totalcyber approaches new client engagements: prioritize the highest-impact controls first, measure progress against real metrics, and build toward full coverage without overwhelming your team. If you want a home vulnerability assessment to find gaps in your remote workers’ home networks, or you’re ready to hand off endpoint management and monitoring entirely, the starting point is the same.
Contact Totalcyber to talk through where your remote security program stands and what the right next step looks like for your organization.
Authoritative sources and further reading
- NIST SP 800-46r2: Guide to Enterprise Telework, Remote Access, and BYOD Security — the foundational federal standard for telework security policy and controls.
- CISA Telework Essentials Toolkit — modular guidance for executives, IT professionals, and individual teleworkers.
- CISA Telework Guidance and Resources — CISA’s central hub for remote work security resources, ransomware guidance, and phishing alerts.
- NCUA Cybersecurity Considerations for Remote Work — sector-specific remote work risk guidance for financial institutions.
- Totalcyber: IT Security Best Practices for SMBs — practical implementation guidance for US-based small and mid-sized businesses.
- Totalcyber: Managed Cybersecurity Services — endpoint management, monitoring, and compliance services for remote-work hardening.
- Totalcyber: Cybersecurity Compliance for SMEs — compliance roadmap for organizations aligning to NIST, CISA, and state-level requirements.