Most small businesses do not buy email security because they read a threat report. They buy it because something happened: an invoice was paid to a changed bank account, a supplier’s mailbox started sending convincing requests, a member of staff typed credentials into a page that looked exactly like the sign-in screen, or a customer asked what protections are in place before signing a contract. At that point the question is narrow and practical — is the protection already included in the mail platform, or is something else needed on top of it?

This guide answers that question using four documented approaches: Microsoft Defender for Office 365, the protections built into Google Workspace, Proofpoint Essentials and Barracuda Email Protection. Everything below is drawn from each vendor’s own documentation and published material read in September 2026, plus public guidance from national security bodies. There is no ranking, no crowned product and no laboratory testing behind it — Atlas did not detonate malware samples or measure catch rates, and nothing here pretends otherwise. Where a vendor does not publish a figure or a capability, this article says so rather than filling the gap with an estimate.

Two things are worth settling before any comparison starts. First, a large part of email security is configuration rather than purchase: domain authentication, policy strength and reporting habits do more than the logo on the invoice. Second, the products differ less in whether they filter spam and more in what happens after a message slips through — who can see it, who can pull it back, and what evidence is left behind.

What email protection actually has to stop

Unsolicited bulk mail is the least interesting part of the problem. Every product in this comparison filters it, and none of the vendors treat it as a differentiator. The harder categories are the ones that arrive looking legitimate.

Five-stage diagram of how an inbound email is judged, running from connection and reputation checks, through SPF, DKIM and DMARC alignment, content filtering for spam, malware and impersonation, detonation of links and attachments in isolation, to a verdict of deliver, tag, junk or quarantine, with a feedback loop where a user reports a message for administrator review and submission
The sequence a message passes through before a mailbox ever shows it, and the feedback loop that turns a reported message into a corrected verdict. Every product in this comparison performs these steps; they differ in the depth of each one and in what an administrator can see afterwards.

National guidance frames the same problem in layers rather than products. The UK National Cyber Security Centre’s guidance on defending an organisation against phishing argues for multiple mitigations rather than one, on the basis that no single measure catches everything. Joint guidance published by CISA and partner agencies on stopping the phishing attack cycle sets out common techniques and the defences that address them. NIST’s Trustworthy Email publication is written for administrators and covers the protocol-level measures that support the rest.

Atlas editorial assessment. For a company under roughly fifty mailboxes, the practical order of work is authentication, then policy strength inside whatever platform is already paid for, then a decision about whether a separate product is genuinely adding a control that is missing. Buying a third product before the first two are done is how businesses end up paying twice for the same filtering and still failing an insurer’s questionnaire. The reporting habits of staff matter here too, because every vendor’s improvement loop starts with a reported message.

The part that costs nothing: domain authentication

Three published standards govern whether mail claiming to come from your domain can be trusted. Sender Policy Framework, defined in RFC 7208, lets a domain owner publish which servers may send on its behalf. DomainKeys Identified Mail, defined in RFC 6376, attaches a signature that can be checked against a public key in DNS. DMARC, originally published as RFC 7489 and since superseded by later documents on the standards track, ties those results to the address a reader actually sees and tells receiving systems what to do when the check fails.

Diagram comparing what SPF, DKIM and DMARC each check, showing SPF validating the sending server against a published list, DKIM validating a signature against a public key in DNS, and DMARC requiring alignment with the address the reader sees before applying a policy of none, quarantine or reject and returning reports to the domain owner
What each of the three email authentication standards checks, and why only the third one governs the address a person reads in the From line. Publishing these records is a DNS task rather than a purchase.

Both major platforms document the setup end to end. Microsoft publishes an overview of email authentication and a dedicated guide to configuring DMARC for a Microsoft 365 domain. Google documents SPF setup, DKIM setup and DMARC setup separately, and adds a recommended rollout sequence that has DKIM and SPF in place before a DMARC policy is tightened. Google’s email sender guidelines describe the authentication expectations for mail sent to personal Gmail accounts, which matters for any small business that sends invoices, newsletters or booking confirmations to consumers.

The NCSC’s email security and anti-spoofing collection explains the same controls from the defender’s side: the point is to make it difficult for someone to send convincing mail that appears to come from your domain. That protects your customers and suppliers, not your own inbox — a distinction that is regularly missed when a business assumes DMARC will stop the mail arriving at reception.

Atlas editorial assessment. Authentication is the only part of this subject where a small business can materially improve its position in an afternoon with no new licence. Two failure modes are common. The first is publishing a monitoring-only policy and leaving it there for years, which produces reports nobody reads. The second is tightening a policy before every legitimate sending service — accounting software, booking tools, marketing platforms, the print shop that sends statements — has been enumerated and authorised, which quietly breaks business mail. Enumerate senders first, then tighten.

Three places email protection can sit

The four options in this guide are not four versions of the same architecture. They differ in where filtering happens relative to the mailbox, and that difference drives the implementation work, the failure modes and the renewal conversation.

Comparison of three deployment shapes for email protection: filtering built into the mail platform, a gateway the MX record points to so filtering happens before the mailbox, and a service connected to the mailbox by application access that reads mail and removes threats after delivery without a routing change
The three deployment shapes: protection built into the mail platform, a filtering service that mail is routed through before the mailbox, and a service connected to the mailbox by application access that acts after delivery. Some products combine the second and third.

Atlas editorial assessment. The deployment shape is the single most under-weighted factor in small-business email security purchases. Routing mail through an additional service adds a component that has to be understood by whoever handles a delivery complaint at nine on a Monday morning; connecting a service to the mailbox instead avoids that but means threats are removed after a reader could already have seen them. Neither is wrong. What is wrong is choosing one without knowing which of the two you bought.

Microsoft Defender for Office 365

What Microsoft documents about Defender for Office 365

Microsoft splits its email protection into a baseline and two added plans. The product overview lists the protections that apply to cloud mailboxes without an added plan: anti-malware, anti-spam including bulk mail handling, anti-phishing and spoof protection, outbound spam controls, connection filtering, quarantine, the tenant allow and block list, zero-hour auto purge, and audit and message-trace visibility. Those baseline components have their own documentation, including anti-spam protection, anti-malware protection and the tenant allow and block list.

Plan 1 is documented as adding user and domain impersonation protection, mailbox intelligence, Safe Attachments for mail and for files in SharePoint, OneDrive and Teams, Safe Links in mail, Office clients and Teams, real-time detections, the email entity page, priority account tags and integration with a security event platform. Plan 2 is documented as adding Threat Explorer and advanced hunting, Attack Simulation Training, automated investigation and response, and further operations tooling, as described in the service description.

On licensing, the service description states that Plan 1 is included in Microsoft 365 Business Premium, and that Plan 2 is included in the larger enterprise subscriptions. Standalone per-user prices for Plan 1 and Plan 2 could not be read on a Microsoft page that responded to an ordinary request during this research, so this guide does not quote them; the licensing terms and current rates should be confirmed with Microsoft or a reseller at the point of purchase. Operationally, Microsoft documents preset security policies for applying standard or strict protection without hand-building every rule, and a configuration analyzer that compares current settings against those baselines. Administrators manage held mail through quarantine management, users can be given access to their own held messages through end-user quarantine, and disputed verdicts go back to Microsoft through admin submissions or a user report. Reporting is documented under email security reports, with message trace and audit log search available for individual investigations, and a published deployment guide covering rollout order. Protection for files shared in Teams is documented separately in Defender for Office 365 support for Teams.

Atlas editorial assessment of the Microsoft approach

The strength here is consolidation. A business already paying for Business Premium is entitled to Plan 1 controls it may never have switched on, and the preset policies plus configuration analyzer mean a competent administrator can reach a defensible configuration without designing policy from scratch. The weakness is the same consolidation seen from the other side: the deeper investigation tooling, simulated phishing exercises and automated response sit in Plan 2, which is bundled with subscriptions most small businesses do not buy. The practical risk is a company assuming it has the full product because it has the brand.

Two further judgements. First, quarantine access for end users is worth enabling early, because the alternative is administrators becoming a message-release helpdesk. Second, the value of this approach rises sharply if identity is already managed centrally — the same tenant that holds the mail policy also holds sign-on and conditional access and device management, and treating those as one project is more effective than treating email as an isolated purchase.

Google Workspace’s built-in Gmail protections

What Google documents for Business editions

Google does not sell a separate email security product for small businesses; the controls are administrator settings inside Workspace. The Business editions overview confirms Business Starter, Standard and Plus as the small-business tiers. Filtering, compliance and routing settings start from the Gmail settings area of the admin console. The advanced phishing and malware protection page documents settings for attachment types, spoofing and authentication, unauthenticated-sender warnings, and the action taken for each threat category. Enhanced pre-delivery message scanning is documented as accepting a small delivery delay in exchange for deeper phishing analysis.

Isolated attachment analysis is edition-gated. Google’s Security Sandbox documentation lists Business Standard and Business Plus among the supported editions, and the companion page on rules to detect harmful attachments states the same restriction — which means Business Starter does not include it. Held mail is handled through email quarantine setup and quarantine management, with broader content handling documented under the moderation tool.

Visibility is where the Business editions are most clearly bounded. Email Log Search is documented as available to Business Starter, Standard and Plus. The security investigation tool, investigations launched from the alert center and the security dashboard and health page all publish supported-edition lists that do not include the Business editions. The alert center itself is documented separately. On account protection, Google documents 2-Step Verification for businesses, a deployment path that can enforce methods per group and an administrator policy to allow sign-in without a password using a passkey. Google’s own pricing page presents rates that vary by region and current promotion, so this guide does not restate per-user figures for the Business editions; read them for your own region before budgeting.

Atlas editorial assessment of the Google approach

Google’s filtering defaults are strong and the administrator settings are unusually approachable — a non-specialist can raise protection meaningfully in one session, which is not true of every product in this comparison. The honest limitation is investigative depth. Email Log Search answers “what happened to this message”; it does not give the cross-signal investigation surface that the restricted editions provide, and a business that expects to reconstruct an incident across mail, files and accounts on a Business edition will find the tooling thinner than the marketing impression suggests.

The second judgement concerns the sandbox gate. If isolated attachment analysis matters for the way your business receives documents — accounts payable, recruitment, legal, anything where unknown attachments arrive daily — the edition choice is a security decision rather than a storage decision, and Starter should be ruled out on that basis alone.

Proofpoint Essentials

What Proofpoint documents for its Essentials packages

Proofpoint Essentials is packaged in tiers, and unusually for this market the company publishes a list-price document. Its published price list sets out three paid packages with list rates per active user per month: Business at $2.75, Advanced at $3.75 and Professional at $5.33. The same document describes what each package contains: Business covers inbound and outbound filtering, data loss controls, attachment defence reputation, URL defence and thirty days of emergency inbox and instant replay; Advanced adds full attachment sandboxing, email encryption and social media protection; Professional adds email archiving, which also has its own archiving datasheet.

Filtering detail is documented in the packages overview and the Business package datasheet: signature-based anti-virus, spam and content filtering, outbound controls, zero-hour threat detection, URL defence and attachment defence. Held mail is surfaced to users through an automated digest, and Proofpoint’s help site documents how to check when that digest was last sent. On deployment, Essentials is documented as a service mail is routed through, with a newer integrated deployment option for Microsoft 365 tenants that does not require an MX record change.

Two limits are worth stating plainly. Package contents have changed over time — the older overview document shows a four-package structure against the three in the current price list — so any quote should be checked against the package table in force on the day. And security awareness training appears in Proofpoint’s own Essentials material as part of the wider offering rather than as a line item this guide can pin to a specific package, so treat its inclusion as something to confirm in writing.

Atlas editorial assessment of the Proofpoint approach

Published list pricing is a genuine advantage for a small business, because it makes a quote checkable instead of mysterious. The packaging is also honest about where the deeper analysis sits: full attachment sandboxing is in a higher package than the cheapest one, which is at least visible before signing rather than discovered during an incident.

The trade-off is that this is a separate service with its own console, its own quarantine and its own digest that staff must learn to read. For a business with no internal administrator, that is a second place to look when mail goes missing, and it competes for the same limited attention as endpoint protection and cloud access control. Essentials makes most sense where a business either wants continuity if the mail platform is unavailable, needs archiving as a contractual obligation, or is deliberately keeping filtering independent of the mailbox vendor.

Barracuda Email Protection

What Barracuda documents across its Email Protection plans

Barracuda packages email protection into three plans — Advanced, Premium and Premium Plus — described on its plans page and in a published plan comparison table. According to that comparison, all three plans include spam and malware protection, attachment protection with sandboxing, link protection, email continuity, encryption, data loss controls, phishing and impersonation protection, account takeover protection and automatic remediation. Premium and Premium Plus add domain fraud protection using DMARC reporting, DNS filtering, threat hunting and response, automated workflows and integration with security operations platforms. Premium Plus alone adds cloud archiving, cloud-to-cloud backup and data inspection.

Architecturally, Barracuda’s Email Protection overview describes the offering in its own words as gateway defences combined with application-connected inbox defence. The gateway side is documented as a service mail is routed through, with instructions for pointing MX records at it and for the matching Microsoft 365 mail flow configuration. The application-connected side includes Impersonation Protection, documented as a service that connects to Microsoft 365 and analyses behaviour rather than sitting in the mail path, and Incident Response, which Barracuda documents as available with its Email Protection plans other than the legacy Advanced plan. The company’s Email Protection datasheet summarises the same components, and its getting-started page explains how earlier product names now map onto these plans.

Pricing is the notable gap. Barracuda’s own pages present plan names and included capabilities without stating per-user rates, so no figures are quoted here; the numbers circulating on third-party pricing trackers are not first-party documentation and are excluded on that basis. Expect a quote, and expect term length and seat count to shape it.

Atlas editorial assessment of the Barracuda approach

The hybrid shape is the interesting part. Filtering in the mail path plus a connected service that can act on messages already sitting in mailboxes covers the two situations that hurt small businesses most: a bad message arriving, and a bad message that was already delivered to fourteen people before anyone noticed. The plan structure is also legible, with the compliance-flavoured items concentrated in the highest plan rather than scattered.

Against that, the unpublished pricing makes budgeting harder and comparison slower, and the breadth invites over-buying: archiving, backup and data inspection are real capabilities, but a business that has not been asked for retention or evidence is paying for a control with no use it can yet describe. Buy the plan that matches an obligation you can name — often one recorded in a customer contract or an insurance questionnaire — rather than the one that looks most complete.

Documented capability comparison

The table below records what each vendor documents, not how well any of it performs. A blank capability is not a criticism; it means the vendor’s published material available for this research did not state it for the small-business packages described above.

ConsiderationMicrosoft Defender for Office 365Google Workspace Business editionsProofpoint EssentialsBarracuda Email Protection
Where filtering happensInside the mail platformInside the mail platformMail routed through the service, or connected to Microsoft 365 without an MX changeGateway in the mail path plus application-connected inbox defence
Isolated analysis of attachmentsSafe Attachments, documented in Plan 1Security Sandbox, documented for Business Standard and Plus, not StarterAttachment defence reputation in the lowest package; full sandboxing documented in higher packagesAttachment protection with sandboxing documented across all three plans
Link checking at the moment of clickingSafe Links, documented in Plan 1Link and external-reply safety settings in Gmail administrator controlsURL defence documented in all paid packagesLink protection documented across all three plans
Impersonation and look-alike domain controlsImpersonation protection and mailbox intelligence in Plan 1; priority account tagsSpoofing and unauthenticated-sender settings in advanced phishing and malware protectionDocumented within the package filtering descriptionPhishing and impersonation protection in all plans; connected Impersonation Protection service for Microsoft 365
Removing mail after deliveryZero-hour auto purgeNot documented as an administrator-triggered removal feature in the pages reviewedNot documented in the package material reviewedIncident Response, documented for plans other than the legacy Advanced plan
Quarantine visible to the employeeEnd-user quarantine, with administrator managementAdministrator quarantine through the moderation toolAutomated end-user digestDocumented as part of the plans; user-facing message handling described in plan material
Investigation depth for an incidentMessage trace and audit search at the baseline; Threat Explorer in the added plansEmail Log Search on Business editions; investigation tool and security dashboard not listed for Business editionsConsole reporting within the serviceThreat hunting and response documented for Premium and Premium Plus
Simulated phishing exercisesAttack Simulation Training, documented as requiring Plan 2Not documented as a Workspace administrator feature in the pages reviewedAwareness training appears in Essentials material without a package it can be pinned to hereNot documented in the plan comparison reviewed
Domain authentication guidance from the vendorPublished SPF, DKIM and DMARC configuration guidesPublished SPF, DKIM, DMARC guides plus a rollout sequenceSetup covered in service documentationDomain fraud protection using DMARC reporting in Premium and Premium Plus
Archiving or retentionHandled through separate Microsoft compliance tooling rather than these plansHandled through Workspace retention features rather than these security settingsArchiving documented in the highest packageCloud archiving and cloud-to-cloud backup documented in Premium Plus
Published per-user pricePlan 1 documented as included in Microsoft 365 Business Premium; standalone rates not confirmed hereRates shown on the pricing page vary by region and promotionList prices published per active user per month for three packagesNot published on the vendor’s own pages
Documented capabilities for the small-business packages of each approach, compiled from the vendor documentation cited in the Sources section. Performance is not compared, because no testing was performed.

What you are actually paying for

Email security invoices are rarely a single number multiplied by headcount. Four things move the total: how many mailboxes count as billable, which plan contains the specific control you need, what is sold separately, and what length of commitment the term imposes.

Diagram of how a small-business email security invoice is built, adding the number of mailboxes protected, the plan that contains the control actually needed, separately billed items such as awareness training, archiving and continuity, and minimum seat counts with term length, with a note that shared mailboxes, aliases and distribution lists are counted differently by different vendors
The four inputs that decide an email security invoice. The middle two cause most of the surprises: the control a business actually wants often sits one plan higher than the one quoted, and retention or continuity is frequently a separate line.
ApproachHow it is packagedWhat is published about priceCommon extra line items
Microsoft Defender for Office 365Baseline protection for cloud mailboxes, with Plan 1 and Plan 2 adding controlsThe service description documents Plan 1 as included in Microsoft 365 Business Premium and Plan 2 in larger enterprise subscriptions; standalone rates were not confirmed for this articleSimulated phishing and automated response sit in Plan 2; archiving and retention come from separate compliance tooling
Google Workspace Business editionsSecurity controls are administrator settings inside the edition you already buyThe pricing page shows rates that vary by region and current promotion, so no fixed figure is quoted hereSecurity Sandbox requires Standard or Plus; deeper investigation tooling is documented only for editions outside the Business range
Proofpoint EssentialsThree paid packages, each a superset of the one below itList prices published per active user per month: $2.75, $3.75 and $5.33Full attachment sandboxing and encryption sit above the cheapest package; archiving sits in the highest
Barracuda Email ProtectionThree plans, with compliance and data capabilities concentrated in the highestPlan contents are published; per-user rates are not published on the vendor’s own pagesArchiving, cloud-to-cloud backup and data inspection are Premium Plus items
How each approach is packaged and charged, based on the vendor material cited in the Sources section. Figures appear only where the vendor publishes them.

Atlas editorial assessment. Two costs are routinely left out of the comparison. The first is administration: any product that adds a console adds recurring minutes for released messages, allow-list requests and delivery complaints, and those minutes are real even when they are unbilled. The second is the cost of the control you did not buy. A business that skips a plan containing isolated attachment analysis has not saved money; it has moved the risk onto whoever opens unfamiliar documents for a living. Price the plan against a named obligation or a named threat, and the choice becomes defensible in a way a feature count never is.

Quarantine, reporting and the human loop

Every product in this comparison holds suspicious mail somewhere, and every one of them depends on people to correct its mistakes. This is the part of an email security rollout that determines whether the product is trusted a month later.

Microsoft documents both halves of the loop: administrators work through quarantine management, employees can be given access to their own held messages, and disagreements are sent to Microsoft as an admin submission or a user report. Google documents quarantine setup and management of held messages as administrator functions, with the moderation tool covering content rules. Proofpoint documents an automated end-user digest of held mail. Barracuda’s plan comparison lists message handling within each plan.

Reporting depth then decides what you can prove afterwards. Microsoft publishes email security reports plus message trace and audit log search, and its security operations guide describes how those surfaces are used together. Google’s Email Log Search is available to Business editions, while the security investigation tool and security dashboard document supported editions outside that range. Barracuda documents threat hunting and response in its higher plans, and Incident Response for removing delivered mail.

Atlas editorial assessment. Three habits separate businesses that get value from this spend from those that quietly stop looking. Give employees a one-click way to report a suspicious message and never punish a false alarm; review held mail on a fixed rhythm so that legitimate messages are not sitting unseen; and submit disputed verdicts back to the vendor rather than adding a permanent allow entry, because allow entries accumulate into the largest hole in the configuration. The UK ICO’s data security advice for small organisations and its broader security guidance both frame these as organisational measures rather than product features, which is exactly right.

Implementation without breaking business mail

The failure that damages a small business is not a missed spam message; it is a customer order that never arrived or a policy change that stopped invoices going out. A sequence that avoids both looks like this.

Atlas editorial assessment. Sequencing matters more than product choice for a company of this size. A business that authenticates its domain, raises its platform policy, enables end-user quarantine and trains people to report will be in a stronger position than one that buys a well-regarded gateway and leaves the defaults alone. Email is also only one entry route, which is why this work belongs alongside endpoint protection and a broader access model rather than in place of them.

Limits of this comparison

Questions small businesses actually ask

Do we need extra email security if we already pay for Microsoft 365 or Google Workspace?

Not automatically. Both platforms document substantial protection in the subscription you already hold: Microsoft’s baseline is described in its Exchange Online Protection documentation, with Plan 1 controls documented as included in Microsoft 365 Business Premium, and Google’s filtering and advanced phishing and malware settings are administrator options rather than add-ons. The honest test is whether you can name a control you need that the platform does not provide — continuity if the platform is down, archiving for a contractual retention period, isolated attachment analysis on an edition that lacks it, or removal of mail already delivered. If you can name one, a separate product is justified. If you cannot, the money is better spent switching on what you own.

Will DMARC stop phishing from reaching our staff?

No, and this is the most common misunderstanding in the subject. DMARC, described in RFC 7489 and superseded by later standards-track documents, governs what receiving systems do with mail that claims to be from your domain. It protects your customers and suppliers from convincing forgeries of you. Inbound phishing typically arrives from domains the attacker controls or from a genuinely compromised mailbox at a real supplier, and those messages can pass authentication perfectly. Publish and enforce a policy because it protects your name and improves deliverability, as the NCSC’s anti-spoofing guidance sets out — but keep inbound filtering as a separate control.

Does a gateway in front of the mailbox protect against a compromised supplier account?

Partly, and less than people expect. A message from a genuinely compromised supplier mailbox is authenticated, comes from a domain with good history, and often continues a real conversation. That is why vendors document behavioural and impersonation controls separately from filtering — Microsoft through impersonation protection and mailbox intelligence in its anti-phishing policies, Barracuda through a connected Impersonation Protection service. The organisational control matters as much as the technical one: verify changes to payment details through a channel that was not the email thread.

What happens to legitimate mail that gets held by mistake?

It sits in a quarantine until somebody looks. Microsoft documents administrator quarantine management and optional end-user access; Google documents quarantine management for administrators; Proofpoint documents an automated user digest of held messages. Decide before rollout who reviews held mail and how often, and give employees a way to see their own. The alternative — a business that discovers a fortnight of held customer enquiries — does more commercial damage than the spam ever would.

Is the cheapest tier of any of these products enough?

It depends entirely on one question: does the cheapest tier contain the control you actually need? Google documents Security Sandbox for Business Standard and Plus but not Starter. Proofpoint’s price list places full attachment sandboxing above its cheapest package. Microsoft documents Attack Simulation Training as requiring Plan 2. If your business receives unfamiliar attachments daily, the cheapest option is the wrong economy; if it barely receives attachments from strangers, it may be entirely reasonable.

Can we remove a bad message that has already been delivered?

With some of these approaches, yes. Microsoft documents zero-hour auto purge for moving mail whose verdict changes after delivery, and Barracuda documents Incident Response for locating and removing delivered messages across mailboxes, stating it is available with its plans other than the legacy Advanced plan. This capability matters more than it sounds: the realistic scenario is not a message being blocked, but a message being read by several people before anyone reports it.

Do we have to change our MX records?

Only if you choose a gateway deployment. Barracuda documents pointing MX records at Email Gateway Defense for its gateway product, while Proofpoint documents an integrated deployment for Microsoft 365 that requires no MX change, and application-connected services such as Barracuda’s Impersonation Protection sit outside the mail path entirely. If nobody in the business is comfortable editing DNS or diagnosing mail flow, prefer an option that leaves routing alone.

Does any of this replace training staff?

No. Every vendor’s improvement loop begins with a human reporting something, and both Microsoft and Google document user reporting as a first-class function — Microsoft through user reported messages, Google through its alert center workflow for administrators. National guidance is explicit that no single mitigation suffices, which is the argument the NCSC makes in its phishing guidance and CISA and partners make in their joint phishing guidance. Simulated exercises are documented by Microsoft as a Plan 2 capability; a separate awareness training programme is the usual route for smaller businesses.

How does email security relate to what our insurer or customers ask for?

Questionnaires tend to ask about controls and evidence rather than brands: whether multi-factor authentication is enforced, whether mail is filtered, whether an anti-spoofing policy is published, whether messages can be retained and retrieved. That maps onto the surfaces in this article — authentication guides from both platforms, published reporting features, archiving in the higher packages of the third-party products. Keep the answers documented as you go; assembling them retrospectively is the expensive way. Our cyber insurance requirements checklist covers the wider set of questions these forms ask.

What should a business with no technical staff do first?

Three things, in order. Enforce strong sign-in on every mailbox, using the platform’s own documentation such as Google’s 2-Step Verification guidance. Publish authentication records for the domain and read the reports before enforcing a strict policy. Then apply the platform’s recommended protection baseline — Microsoft’s preset security policies exist for exactly this situation. Those three steps require no new vendor, and they resolve most of what a small business is actually exposed to in practice.

How to decide

Decision flowchart for email security spending that starts with the mail platform already in use, sends businesses without an enforced anti-spoofing policy to fix authentication first, routes impersonation and invoice fraud exposure toward impersonation controls and reporting depth, routes retention or evidence obligations toward pricing archiving, continuity and audit reporting, and only then compares plans on the controls named
A decision path that starts with the work that costs nothing and only reaches product comparison once a specific missing control has been named.

Start from the platform you already run, because it decides which options are even available and which controls come with the subscription already held. Then work through four questions in order.

Atlas editorial assessment. On the documentation reviewed here, a business standardised on Microsoft 365 with Business Premium already holds a substantial set of Plan 1 controls and should exhaust them before buying anything; a business on Google Workspace should treat the Security Sandbox edition gate as a security decision and accept that deep investigation tooling is documented outside the Business range; a business that needs published pricing, continuity or archiving as contractual items has a clear reason to look at Proofpoint Essentials; and a business that specifically wants both mail-path filtering and the ability to clean up delivered messages has a clear reason to look at Barracuda’s plans. None of those is a ranking. They are four different shapes of requirement, and the right answer is the one that matches a requirement you can write down.

Sources

Leave a Reply

Your email address will not be published. Required fields are marked *