Home / Cyber insurance requirements

Requirements guide

Cyber insurance requirements: the controls carriers condition your terms on

There is no single mandated list of cyber insurance requirements. What exists is more practical: the set of security controls carriers consistently condition terms on, application after application. This page breaks them down control by control, with what good looks like in Microsoft 365, Entra ID, and Azure, and where the evidence lives.

The framing

Requirements are what carriers price, not what a regulator publishes

Cyber insurance requirements are not written in a statute or a standard. Each carrier sets its own underwriting appetite, and the requirements surface as application questions, ransomware supplementals, and binding subjectivities. But read enough application forms and a stable core emerges: six control areas appear on nearly every US carrier application, and weak or unverifiable answers in those areas show up as higher retentions, ransomware coinsurance, sublimits on specific loss types, subjectivities that must be met before binding, or a declination.

That is the working definition this page uses: a requirement is a control that carriers consistently condition terms on. Meeting it well earns broader terms; meeting it partially narrows them; failing to evidence it at all can end the conversation. The same six areas anchor the questionnaire itself and the insurance posture concept: your posture is the share of these answers you can prove rather than recall.

One more framing note before the breakdown. Application answers are representations the carrier relies on, and some policies attach them as conditions precedent. Overstating a control is worse than disclosing a gap, as the disputes in Columbia Casualty v. Cottage Health (2015) and Travelers v. International Control Services (2022) illustrate. The goal of this page is to help you meet requirements honestly and prove it, not to word answers optimistically.

Control by control

The six requirement areas, in depth

For each area: why carriers require it, what a strong answer looks like in Microsoft 365, Entra ID, and Azure terms, and where the evidence lives.

1Multifactor authentication

Carriers ask whether MFA is enforced for email, for remote access, and for all privileged accounts, and they mean all three. The rationale is loss-driven: a large share of the ransomware and business email compromise claims carriers pay begin with a credential that worked without a second factor, whether phished, purchased, or sprayed. MFA on those three surfaces removes the cheapest entry paths, which is why many carriers treat it as close to non-negotiable for ransomware coverage.

The word that matters is enforced. "MFA is enabled" or "available to users" is not the same answer as "MFA is required for every account on this surface." Carriers increasingly probe the difference, and a claim investigation certainly will.

What good looks like

  • Entra ID Conditional Access policies that require MFA for all users, not per-user MFA settings applied inconsistently.
  • Legacy authentication protocols (POP, IMAP, SMTP AUTH, older Exchange protocols) blocked, since they bypass MFA entirely.
  • Privileged roles covered explicitly, including break-glass account handling that is documented rather than exempted silently.
  • Remote access paths (VPN, RDP gateways, virtual desktop) behind MFA, with no internet-exposed RDP.

Where the evidence lives

Entra ID Conditional Access policy definitions, per-policy user and app scoping, sign-in logs showing legacy auth blocked, and the list of accounts excluded from MFA policies with the reason for each exclusion.

2Backup and recovery

Carriers ask whether backups are immutable, kept offline or segregated from the production network, and restore-tested on a defined cadence. The rationale is direct: ransomware severity is largely a function of whether the victim can restore without paying. Modern ransomware operators delete or encrypt reachable backups before detonating, so a backup that shares credentials or a network path with production often does not survive the incident it exists for.

Restore testing matters as much as immutability. A backup that has never been restored is an assumption, and carriers ask for the testing cadence, commonly at least annually, because untested backups fail at recovery time often enough to show up in their loss experience.

What good looks like

  • Azure Backup or equivalent with immutability enabled: immutable vaults, or Blob Storage with time-based retention locks.
  • Backup infrastructure segregated from production credentials, so a compromised admin account cannot delete recovery points.
  • Soft delete and multi-user authorization on vault operations.
  • Documented restore tests with dates, scope, and time-to-restore results, at least annually and ideally more often for critical systems.

Where the evidence lives

Azure Backup vault configuration, immutability and soft-delete settings, retention lock policies, and restore test records. The test records are attestation-plus-artifact evidence: a dated report of what was restored and how long it took.

3Endpoint detection and response

Carriers ask what percentage of endpoints and servers run EDR, and whether alerts are monitored around the clock. The rationale is dwell time: most large ransomware losses involve days or weeks between initial access and encryption, and EDR is the control most likely to turn that window into a contained incident instead of a claim. Coverage percentage matters because attackers find the unmanaged machines; an EDR deployment that skips servers or covers most laptops protects the assets attackers care about least.

Monitoring is the second half of the question. An EDR that fires alerts nobody reads is a recording device, so carriers ask who watches it, whether that is an internal team or a managed detection and response provider.

What good looks like

  • Microsoft Defender for Endpoint (or an equivalent EDR) onboarded on effectively all workstations and servers, with the gap list known and shrinking.
  • Servers explicitly included, including Azure virtual machines through Defender for Servers.
  • Alert routing to a monitored queue with defined response ownership, in-house or via an MDR provider.

Where the evidence lives

Defender for Endpoint onboarding and device inventory, Defender for Cloud coverage for Azure VMs, and the monitoring arrangement (SOC or MDR contract) as attested evidence.

4Privileged access

Carriers ask how many global administrators exist, whether privileged access is granted just-in-time, and whether access is reviewed periodically. The rationale is blast radius: when an attacker lands on a privileged account, a bad day becomes a total loss, and incident reports carriers see are full of environments where a routine account held standing admin rights nobody remembered granting. Fewer privileged accounts, granted temporarily and reviewed regularly, is the difference between an incident and an enterprise-wide one.

What good looks like

  • A small, known set of Global Administrator accounts in Entra ID, commonly held to a handful, each attributable to a person or a documented break-glass purpose.
  • Privileged Identity Management (PIM) for just-in-time elevation instead of standing role assignments.
  • Periodic access reviews of privileged roles with recorded outcomes, so departed staff and stale grants are provably removed.
  • Separate admin accounts, distinct from daily-driver mailbox accounts.

Where the evidence lives

Entra ID role assignments (the global admin count is a direct read), PIM configuration and elevation history, and access review completion records with dates and reviewers.

5Email security

Carriers ask whether SPF, DKIM, and DMARC are configured and enforced, and what phishing controls and training are in place. The rationale is that phishing and spoofed email remain the most common opening move in the funds-transfer-fraud and business email compromise claims carriers pay. Email authentication is also one of the few controls a carrier can verify externally without asking: your DNS records are public, and a DMARC policy of none tells an underwriter you monitor spoofing but do not stop it.

What good looks like

  • SPF and DKIM configured for every sending domain, with DKIM signing enabled in Exchange Online.
  • DMARC at an enforcement policy (quarantine or reject), not p=none left in monitoring mode indefinitely.
  • Anti-phishing policies in Microsoft Defender for Office 365: impersonation protection, Safe Links, Safe Attachments.
  • Recurring phishing awareness training with completion tracked.

Where the evidence lives

Public DNS records for SPF, DKIM, and DMARC (externally verifiable), Exchange Online and Defender for Office 365 policy configuration, and training completion records as attested evidence.

6Incident response

Carriers ask whether a written incident response plan exists, whether it has been tested, and how long logs are retained. The rationale is severity control on both sides of the claim: organizations that rehearse response contain incidents faster and cheaper, and logs are what lets forensics establish what happened, when, and how far it spread. An environment with no retained logs turns a bounded investigation into a worst-case assumption, which carriers pay for.

What good looks like

  • A written plan with named roles, contact paths, and carrier and breach-counsel notification steps, reviewed on a schedule.
  • A tabletop exercise or live test within the last year, with dated notes on what was found.
  • Audit and sign-in logging enabled across Microsoft 365 and Azure, with retention configured deliberately rather than left at defaults.

Where the evidence lives

The plan document and review history, tabletop records, Microsoft 365 unified audit log settings, Entra ID sign-in log retention, and Azure diagnostic settings routing logs to a workspace with a defined retention period.

Summary

Requirements at a glance

The six control areas, the typical carrier requirement, and where the evidence lives in a Microsoft environment.

Typical cyber insurance requirements by control area. Individual carriers vary; requirements appear as application questions, supplementals, and binding subjectivities.
Control areaTypical requirementEvidence source
Multifactor authenticationMFA enforced (not merely enabled) for email, remote access, and all privileged accounts; legacy authentication blockedEntra ID Conditional Access policies, sign-in logs, MFA exclusion list
Backup and recoveryImmutable, offline or segregated backups; restore tested at least annuallyAzure Backup vault settings, immutability locks, dated restore test records
Endpoint detection and responseEDR on effectively all endpoints and servers, with monitored alertingDefender for Endpoint onboarding inventory, Defender for Servers coverage, MDR or SOC arrangement
Privileged accessSmall global admin count, just-in-time elevation, periodic access reviewsEntra ID role assignments, PIM configuration, access review records
Email securitySPF, DKIM, and DMARC at enforcement; phishing protection and trainingPublic DNS records, Defender for Office 365 policies, training completion records
Incident responseWritten, tested plan; deliberate log retention across the environmentPlan and tabletop records, unified audit log and diagnostic settings, retention configuration
The trend

Requirements are rising, and verification is too

The bar is not static. After the ransomware loss years early this decade, carriers moved from short self-attested applications to detailed ransomware supplementals that ask how controls are configured, not just whether they exist. Questions that once accepted yes now ask for enforcement scope, exception counts, and testing dates.

Verification followed. Many carriers now scan an applicant's external attack surface before quoting, checking exposed remote access, email authentication records, and known-vulnerable services, and some condition terms on what the scan finds. Internal controls get verified later and less kindly: after an incident, forensics compares what was attested with what was deployed. The practical consequence is that the gap between your application answers and your live environment is now a measurable, and measured, quantity. That gap is what insurance posture names.

Preparing for this is mostly a matter of sequencing: start well before renewal, verify last year's answers against the live environment rather than memory, close the highest-consequence gaps first, and file evidence for every answer you keep. The renewal readiness checklist lays out the 90-day version of that plan, and the questionnaire guide walks the application question by question.

FAQ

Cyber insurance requirements, answered

Is MFA required for cyber insurance?

No US law of general application requires MFA as a condition of purchasing cyber insurance (sector rules such as NYDFS Part 500 impose MFA requirements on regulated entities independently), but in practice MFA on email, remote access, and privileged accounts is the closest thing the market has to a universal requirement. Most US carrier applications ask about it directly, and carriers may decline to quote, or quote with restrictive ransomware terms, when MFA is missing on any of those three surfaces. Carriers generally mean enforced MFA, not merely enabled.

Do small businesses face the same requirements?

The question set is usually shorter, but it concentrates on the same core controls: MFA, backups, EDR, and email security. Smaller applicants may see a simplified application, and some carriers substitute an external scan for parts of it. The direction of travel is toward more verification at every size, not less.

What happens if I cannot meet a requirement?

A gap does not always mean declination. Depending on the carrier and the control, the consequence may be a higher retention, ransomware coinsurance, a sublimit, a subjectivity requiring the control before binding, or a declination. Answering accurately and showing a dated remediation plan is safer than overstating the control, because inaccurate answers are representations the carrier relies on and can put a later claim at risk.

Do carriers verify answers?

Increasingly, yes. Many carriers run external attack-surface scans before quoting, checking exposed remote access, email authentication records, and known-vulnerable services. Internal controls such as MFA enforcement and backup immutability are verified through the application and, after an incident, through the claim investigation, where forensics compares what was attested with what was deployed.

Where is the official list of requirements?

There is no single official list. Each carrier sets its own underwriting appetite, and requirements appear as application questions, ransomware supplementals, and binding subjectivities rather than a published standard. The control areas on this page are the ones that appear consistently across major US carrier application forms, which is the closest practical equivalent.

Check your controls against a real application

Connect Microsoft 365, Entra ID, or Azure with read-only access, answer a carrier application, and see which requirement answers your live environment backs up and which ones it contradicts, before an underwriter or a forensics team looks.

Assess your posture