Back to News

Invisible Unicode Characters Are the Latest Trick to Slip Phishing Emails Past Filters

Invisible Unicode Characters Are the Latest Trick to Slip Phishing Emails Past Filters

On 4 September 2026, security researchers at Microsoft published the analysis of a phishing campaign that should worry anyone who assumes their email filtering is a solved problem. Between February and at least mid-June 2026, attackers pushed millions of financial-lure phishing messages past keyword and signature-based filters using nothing more sophisticated than characters that cannot be seen. At its peak, on 26 February 2026, the campaign moved more than 2.37 million messages in a single day. The messages looked entirely normal to the human eye. To the filter, the words the filter was hunting for simply were not there.

The technique is called ASCII smuggling, and Microsoft’s researchers Noam Kochavi and Sarah Wolstencroft documented it in detail. Attackers inserted invisible Unicode tag characters - code points such as U+E0020, which occupy space in the byte stream but render as nothing at all - between the letters of the words most likely to trip a security rule. A message about funding was written as fun[invisible character]ding. A recipient reads “funding”. A literal keyword match, a regular expression, or a signature built to spot financial-lure language reads two meaningless fragments and lets the message through. There is no exploit here, no vulnerability, no CVE to patch. The attackers found the gap between what a filter compares and what a person sees, and walked several million messages through it.

What makes this campaign significant beyond its volume is where the technique came from. ASCII smuggling has been discussed for the past two years almost entirely as an AI security problem - a way to bury hidden instructions inside a webpage, a document or a support ticket so that a large language model reading the content obeys commands the human operator never sees. This campaign used the same primitive for something far more mundane and far more widely damaging: getting ordinary phishing email into ordinary inboxes. As Microsoft’s researchers put it, “as AI-era attack methods become better understood, threat actors may adapt them for use in more traditional threats such as phishing and spam”. For UK organisations running Microsoft 365 with default or lightly tuned mail protection, the practical lesson is that a technique invented to fool a chatbot has already been repurposed to fool the email gateway you have been relying on since 2019.

2.37m
Messages in the peak day, 26 February 2026
21,000
Messages on day one of detection, 8 February 2026
~150
Finance-themed sender domains behind the campaign
80%
Volume step-down by late March 2026

What Microsoft’s researchers actually found

Microsoft first detected the ASCII-smuggling signature on 8 February 2026, when roughly 21,000 messages matched it. That is a small number by the standards of global email telemetry - the sort of figure that could easily be a test run, a misconfiguration or noise. It was a test run. The following day, 9 February, the same signature matched more than 1.3 million messages. The campaign had gone from a rounding error to industrial scale in twenty-four hours, which tells you the infrastructure was already built, already provisioned and simply waiting for the operator to confirm that the evasion worked.

The mechanism is worth being precise about, because the imprecise version of it invites the wrong fix. Unicode reserves a block of code points known as tag characters, running from U+E0000 to U+E007F. They were originally introduced to carry language tags inside plain text and have been effectively deprecated for that purpose for decades. They are not control characters in the classic sense, they are not whitespace, and critically they have no visible glyph. Most text renderers - including the ones in Outlook, in webmail clients and in mobile mail apps - draw nothing at all when they encounter one. But they are still real code points, still present in the message body, and still counted by any process that compares strings byte for byte or character for character.

So when an attacker writes the word funding with a U+E0020 dropped between the third and fourth characters, three things happen simultaneously. The recipient sees the word funding, unbroken and unremarkable. The filter, if it is matching on the literal string funding, sees no match, because the string in the message is fun + invisible code point + ding. And any downstream regular expression built around the same term - the sort of rule that has accumulated in mail hygiene configurations over years of tuning - also fails to fire. Multiply that across every high-signal financial term in the lure vocabulary (invoice, payment, remittance, transfer, account, wire, funding, settlement) and a message that should light up half a dozen detections arrives looking, to the rules engine, like unremarkable prose.

The senders themselves were not especially clever. Microsoft attributes the bulk of the traffic to around 150 finance-themed sender domains - a domain pool chosen to look plausible against the lure content rather than to be individually hard to attribute. And the campaign kept office hours. Microsoft observed a distinctive weekday-on, weekend-off sending pattern, which the researchers explicitly flag as a behavioural indicator defenders can watch for. That detail matters more than it sounds. It means the operation was run by people working shifts, and it means that a defender who cannot detect the content can still detect the rhythm - a sender domain that transmits heavily Monday to Friday and goes silent every Saturday and Sunday is behaving like a business, and if it is not one of your suppliers, that is a signal in itself.

Why this matters for your organisation right now

If your email protection depends on keyword lists, custom transport rules, regular expressions or signature matching - and almost every Microsoft 365 tenant that has been tuned by a human over the last five years does, somewhere in its configuration - then every one of those rules has an unstated assumption baked into it: that the text being compared is the text the user will read. ASCII smuggling breaks that assumption without touching your tenant, your identity platform or your endpoints. There is nothing to patch. The only durable fix is upstream of the rules: your normalisation and tokenisation pipeline must strip or fold invisible and non-rendering Unicode code points before any content is evaluated. Until it does, the rules you trust are matching against a different message from the one your staff open.

How the campaign unfolded

The chronology below is drawn from Microsoft’s telemetry as reported on 4 September 2026. It is a useful shape to understand, because it is the shape of a campaign that was tested, scaled, sustained, throttled and then kept warm - not one that was launched and abandoned.

8 February 2026 - First detection
Microsoft’s ASCII-smuggling signature fires for the first time, flagging approximately 21,000 messages. At this volume the activity is indistinguishable from routine background noise in global mail telemetry, and would not have registered as a campaign to most defenders looking at their own tenant in isolation.
9 February 2026 - Scale-up within twenty-four hours
Volumes jump to more than 1.3 million messages in a single day - a roughly sixty-fold increase overnight. The speed of the step change indicates the sending infrastructure and domain pool were already provisioned, and that 8 February was a validation run to confirm the evasion technique was clearing filters.
Mid-February 2026 - Sustained weekday operation
The campaign settles into a rhythm of roughly one to 2.37 million messages per weekday, with pronounced troughs at weekends. Around 150 finance-themed sender domains carry the bulk of the traffic, all leaning on financial-lure vocabulary with tag characters inserted into the highest-signal terms.
26 February 2026 - Peak day
The campaign reaches its high-water mark at more than 2.37 million messages in a single day. This is the figure most likely to be quoted in board papers, but the operationally interesting number is the weekday baseline underneath it, which had been running in the millions for over two weeks by this point.
Late March 2026 - Volumes step down by around 80%
After roughly six weeks of intense sending, daily volumes fall by approximately 80%. A drop of that magnitude is usually a sign that either the economics changed - detection improved, click-through fell, infrastructure was burned - or the operator deliberately reduced the noise floor to extend the life of the remaining domains.
15 May 2026 - Sharp further decline
Volumes drop sharply again after 15 May 2026. The campaign does not stop; it moves into a low-and-slow posture. For a defender, this is the most dangerous phase, because low volume means fewer telemetry samples, weaker signal for automated classifiers, and a much better chance that any individual message reaches a real inbox unremarked.
Mid-June 2026 - Continued activity with intermittent spikes
Microsoft observes the technique still in use at reduced levels through at least mid-June 2026, punctuated by occasional smaller spikes. The technique has, by this point, been proven at scale, throttled, and retained in the toolkit - which is exactly the lifecycle you would expect from a method that costs nothing to apply and requires no vulnerability.
4 September 2026 - Microsoft publishes the analysis
Kochavi and Wolstencroft publish the detail, including the sender-domain count, the weekday-on/weekend-off behavioural indicator, and the core defensive recommendation: normalise and tokenise away invisible Unicode before content reaches keyword, signature or regex evaluation. The disclosure also makes the wider point that AI-era techniques are crossing into conventional cybercrime.

The shape of the traffic

Understanding the volume profile matters because it determines what your own logs would have looked like at each stage. The bars below express the campaign’s reported daily volumes as a proportion of its 2.37 million peak on 26 February 2026. Where Microsoft reported a range or a percentage step-down rather than an absolute figure, the bar reflects the midpoint of that range; the weekend figure is derived from the weekday-on/weekend-off pattern the researchers describe rather than a published number.

26 Feb 2026 - peak day (2.37m)
100%
Typical Feb–Mar weekday (~1.7m)
72%
9 Feb 2026 - day two (1.3m)
55%
Late Mar 2026 - after 80% step-down
20%
Weekend days during peak phase
12%
After 15 May 2026 - sharp decline
7%
8 Feb 2026 - first detection (21k)
1%

Two things jump out of that profile. The first is the distance between the bottom bar and the one above it. The gap between 21,000 messages and 1.3 million is the gap between an operator checking that a technique works and an operator committing to it. If your organisation had received a handful of these messages on 8 February, nothing in your reporting would have flagged them; by 9 February you were in the path of a campaign that had already been validated against production filters and found to work.

The second is that the campaign never actually ended. The bars for late March, mid-May and mid-June describe a technique that has been throttled rather than retired. Invisible-character insertion costs an attacker essentially nothing - it is a string manipulation applied at send time, requiring no new infrastructure, no zero-day and no purchased access. There is therefore no economic pressure to stop using it. It will sit in the toolkit and be reached for whenever a lure needs to clear a keyword-based control, which for most UK organisations means it is a permanent feature of the threat landscape from now on rather than an incident with an end date.

The number that decides whether these messages reach your staff

Almost every discussion of this campaign gravitates towards the 2.37 million figure. That is the wrong number to plan against, because it describes the attacker’s capacity rather than your exposure. The number that determines whether any of those messages land in front of your finance team is much less glamorous: whether your mail-processing chain normalises Unicode before it evaluates content. Based on the tenant configurations we see across UK SMEs - organisations typically running Microsoft 365 Business Premium or an equivalent, with mail hygiene tuned incrementally over several years and often by more than one supplier - that number is low.

18%
Cloudswitched indicative assessment: UK SMEs whose custom mail rules and keyword controls are known to operate on normalised text

Eighteen per cent is low, and the reason is structural rather than negligent. Custom transport rules, keyword blocks and content filters are written by people solving a specific problem on a specific afternoon - a supplier being spoofed, a wave of invoice fraud, a compliance requirement to flag certain terms. They get written, they work, and they are never revisited, because nothing about them fails visibly. A rule that stops matching does not raise an alert. It simply stops contributing, silently, and the tenant carries on looking configured. ASCII smuggling exploits precisely that silence: every rule that was ever written against a literal financial term is, against this technique, already switched off, and no dashboard anywhere is telling you so.

The other contributor is layering. A typical UK SME mail path is not one product. It may be a third-party gateway in front of Exchange Online Protection, plus Defender for Office 365, plus a handful of tenant-level transport rules, plus an archiving or data-loss-prevention product tapping the same stream. Each of those layers does its own parsing. Normalisation applied at one layer does not propagate to the others, so it is entirely possible - common, in fact - for the modern reputation-and-behaviour layer to be doing sensible things with Unicode while the custom rules sitting behind it are still comparing raw strings. The question to ask your IT provider is not “are we protected against ASCII smuggling” but “at which layer is text normalised, and which of our controls run before that point”.

Where the gaps usually sit

The assessment below reflects what we most commonly find when we review mail protection for a UK organisation of between ten and two hundred staff. It is not a scoring of Microsoft’s platform, which handles this technique well in its modern detection layers - it is a scoring of the configuration around the platform, which is where the exposure to invisible-character evasion actually lives.

Common exposure points to invisible-character filter evasion
Custom transport rules matching literal financial keywords High
Legacy regular expressions inherited from a previous IT supplier High
No monitoring of which content rules have stopped matching High
Data-loss-prevention policies keyed to unnormalised terms High
Sender-domain reputation and behavioural analysis in place Medium
Out-of-band verification for payment and bank-detail changes Medium
Staff reporting culture for suspicious financial requests Medium
Modern cloud mail protection with reputation and detonation layers Low

The pattern in those badges is the argument of this article in miniature. The high-risk items are all things a human wrote, in a rules engine, against literal text - and every one of them is defeated by a code point that renders as nothing. The low-risk item is the layer that does not depend on matching words at all: reputation, sending behaviour, authentication posture, link detonation, and the sheer statistical weight of seeing the same infrastructure across a global estate. That is why Microsoft caught this campaign at all. It is also why a defence strategy weighted towards content rules and away from behavioural signal is exactly the wrong shape for 2026.

The middle band is where most organisations can make the fastest progress, because it does not require a platform change. Out-of-band verification of payment and bank-detail changes - a phone call to a known number, never a number supplied in the message - defeats a financial-lure phish regardless of how the message got through the filter. It is the single control that is entirely indifferent to the evasion technique used, and it costs nothing but a documented procedure and the organisational permission for a junior finance colleague to delay a payment while they check.

What proportionate protection costs

Figures below are indicative first-year costs for a UK organisation addressing this class of exposure properly - reviewing and rebuilding content rules on normalised text, adding behavioural detection where it is absent, and putting the process controls in place that make filter evasion irrelevant. They assume a Microsoft 365 tenant already in place and exclude the base licence cost.

Business size Typical exposure Proportionate response Indicative first-year cost
1–10 staff Microsoft 365 Business Standard or Premium with default protection; a handful of transport rules added ad hoc; owner or office manager approves payments directly from email Audit and remove stale keyword rules; move to Business Premium so Defender for Office 365 Plan 1 is in scope; enable Safe Links and Safe Attachments; document a two-person, out-of-band rule for any payment or bank-detail change; one short staff briefing on financial-lure phishing £600 – £1,800
11–50 staff Mixed rule estate accumulated over several years and often more than one supplier; a finance function of two to five people handling supplier invoices daily; possibly a third-party gateway in front of Exchange Online Protection The above, plus a full transport-rule review documenting which controls run before normalisation; consolidation or removal of the duplicate gateway; quarterly phishing simulation including financial lures; a named owner for reported messages; anomaly reporting on sender domains showing weekday-only patterns £2,400 – £6,500
51–150 staff Multiple business units with separate approval chains; data-loss-prevention policies written against literal terms; regulated or contractual obligations to evidence email controls; established Cyber Essentials or Cyber Essentials Plus certification to maintain The above, plus Defender for Office 365 Plan 2 with automated investigation and response; DLP policy rewrite on normalised text; documented mail-flow architecture showing every parsing layer in order; alerting on rule match-rate collapse; annual tabletop exercise on invoice fraud £7,500 – £18,000
150+ staff Complex mail routing across acquired entities and legacy domains; shared mailboxes with delegated access; significant supplier payment volumes; a security function that owns detection engineering internally The above, plus formal normalisation requirements written into detection engineering standards; unit tests for content rules that include invisible-code-point cases; integration of mail telemetry into a SIEM with behavioural sender analytics; supplier-facing verification protocol published externally £20,000+

The costs at the smaller end are deliberately modest because the highest-value action for a small organisation is subtractive rather than additive. Most SME tenants are carrying content rules that no longer match anything, that nobody remembers writing, and that create a false sense of coverage. Removing them, and replacing the genuine requirement with a control that operates on normalised text or on behaviour rather than vocabulary, is cheaper than buying another layer - and it removes the specific illusion that this campaign exploited.

Two postures towards filter evasion

Reactive posture

What most UK SMEs are running today

  • Content rules written against literal keywords, added over years, never reviewed and never tested
  • No visibility of which rules have stopped matching - a silent failure produces no alert and no report
  • Mail architecture undocumented; nobody can say which controls run before text is normalised
  • Protection assessed by licence tier rather than by configuration - “we have Defender” treated as an answer
  • Payment and bank-detail changes approved from within the email thread that requested them
  • Staff report suspicious messages inconsistently, to whoever happens to be available
  • New evasion techniques learned about from the press, weeks or months after they peaked
  • Cyber Essentials treated as an annual paperwork exercise rather than a live control set

Proactive posture

Where Cloudswitched takes you

  • Every content control documented, owned and tested - including against invisible and non-rendering code points
  • Normalisation and tokenisation established as a precondition for any keyword, signature or regex evaluation
  • Mail-flow architecture mapped layer by layer, so the order of parsing and normalisation is a known quantity
  • Rule match-rate monitored; a control that stops firing raises a question rather than disappearing quietly
  • Behavioural signal - sender reputation, weekday-only sending patterns, domain age - weighted alongside content
  • Out-of-band verification mandated and rehearsed for every payment and bank-detail change, with no exceptions for urgency
  • A single named route for staff to report a suspicious message, with a response time they can rely on
  • Threat intelligence reviewed continuously, so a technique reported on 4 September is assessed against your tenant in September

The distinction between the two columns is not budget. Several of the proactive items cost nothing beyond the decision to do them and the discipline to keep doing them. The distinction is whether email protection is treated as a product you have bought or a configuration you maintain. This campaign is a clean demonstration of the difference: Microsoft’s platform detected and reported it at global scale, while individual tenants’ hand-written rules were being walked past silently, and both of those things were true inside the same product at the same time.

38
Typical UK SME readiness against invisible-character filter evasion - Cloudswitched indicative score out of 100

Thirty-eight is a mid-to-low score, and it is assembled from a consistent split. Organisations tend to score reasonably on the parts of the problem the platform solves for them - modern cloud mail protection is genuinely good, and a tenant on Business Premium with Defender for Office 365 enabled inherits detection capability it did not have to configure. They score poorly on everything that depends on their own decisions: the rule estate nobody has audited, the architecture nobody has mapped, the DLP policy written in 2021 against a list of words, and the absence of any mechanism that would tell them a control had gone quiet.

The number moves quickly, though, which is the encouraging part. Of the eight items in the score grid above, four can be addressed inside a single engagement of a few days - an audit of the rule estate, documentation of the mail path, removal of controls that no longer serve a purpose, and a written out-of-band verification procedure. None of those requires a licence change, a migration, or downtime. They require somebody to open the configuration and look at it with this specific failure mode in mind.

A test you can run this week

Take the three or four keyword-based rules in your tenant that you would most hate to lose - the ones flagging invoice fraud, bank-detail changes or supplier impersonation. Send yourself a test message from an external address in which one high-signal word has a Unicode tag character inserted mid-word. If the message arrives untouched, that rule is not protecting you against this technique, and neither is any other rule written the same way. It is a fifteen-minute test that converts an abstract advisory into a specific finding about your own environment - and it produces exactly the kind of evidence that makes the case for a proper review to whoever signs off the budget.

At a glance

Detail What Microsoft reported
Technique ASCII smuggling - insertion of invisible Unicode tag characters to break literal keyword matching
Example code point U+E0020, inserted mid-word (e.g. fun[invisible]ding in place of funding)
Researchers Noam Kochavi and Sarah Wolstencroft, Microsoft
Disclosure date 4 September 2026
First detected 8 February 2026 - approximately 21,000 messages
Day-two volume 9 February 2026 - more than 1.3 million messages
Peak volume 26 February 2026 - more than 2.37 million messages in one day
Sustained weekday volume Roughly 1 million to 2.37 million messages per weekday during the intense first phase
Sender infrastructure Approximately 150 finance-themed sender domains
Behavioural indicator Distinctive weekday-on, weekend-off sending pattern
Decline profile Around 80% step-down by late March 2026; sharp further drop after 15 May 2026; lower-level activity with occasional spikes through at least mid-June 2026
Lure theme Financial - keyword vocabulary drawn from funding, payment, invoice and related terms
Original context of the technique Hiding malicious instructions for AI assistants inside webpages and documents
Primary defensive recommendation Strip or fold invisible and non-rendering Unicode code points in normalisation and tokenisation, before content reaches keyword, signature or regex evaluation
Vulnerability or patch required None - this is a filter-logic gap, not a software flaw

The pattern this fits into

This campaign is not an isolated curiosity. It belongs to a run of stories over the past few months in which the common thread is an attacker stepping around a control rather than breaking it, and a defender discovering after the fact that the control had a boundary nobody had written down. In August we covered the first UK conviction for operating an SMS Blaster, where a fake mobile mast delivered fraudulent texts directly to handsets and every operator-level filter in the country was simply not in the path - structurally the same failure as an invisible code point routing around a keyword rule. The debate over proposed UK AI kill-switch legislation is the policy end of the same question this campaign raises technically: what happens when techniques developed in AI security research escape into general cybercrime, and who is accountable for the gap.

On the infrastructure side, our reporting on accountability for UK business broadband faults and on continuity risk in the Gamma and Epiris buyout both come back to the same discipline that this story demands: knowing, in writing, which supplier owns which layer, and what each layer actually does. And the widening 5G and AI connectivity gap is the backdrop to all of it - organisations adopting capability faster than they are documenting the controls that surround it. If there is one operating principle running through the whole sequence, it is that undocumented assumptions are the most expensive things in an IT estate, and that they only ever bill you once something has already gone through them.

Do you know which of your email rules still work?

Cloudswitched reviews Microsoft 365 mail protection end to end - mapping every parsing layer, auditing the rules that have accumulated in your tenant, and rebuilding the ones that matter on normalised text so that invisible-character evasion has nothing to walk through.

Talk to us about Cloud Email Solutions

Frequently asked questions

What exactly is ASCII smuggling in plain terms?
It is the practice of hiding characters inside text that a computer processes but a person cannot see. Unicode includes code points - notably the tag characters running from U+E0000 to U+E007F - that have no visible glyph and render as nothing in normal text. An attacker inserts them between the letters of a word. The reader sees an ordinary word; any system comparing the text against a list, a pattern or a signature sees a different string entirely and fails to match. In this campaign, Microsoft observed the technique used to break up financial-lure keywords so that keyword and signature-based email filters would not fire on them.
Is this a vulnerability in Microsoft 365 that we need to patch?
No, and that is an important distinction. There is no software flaw involved, no CVE, and nothing to install. This is a gap between how a filter compares text and how a mail client displays it, and it applies to any product - Microsoft’s or anyone else’s - whose content evaluation runs on unnormalised text. Microsoft’s own detection layers identified and tracked the campaign at global scale. The exposure for most organisations sits in the custom rules and policies configured around the platform, which is your configuration rather than the vendor’s code, and therefore your responsibility to review.
How big was this campaign compared with ordinary phishing volumes?
At its peak on 26 February 2026 it exceeded 2.37 million messages in a single day, having started from around 21,000 messages when Microsoft first detected the signature on 8 February and reaching more than 1.3 million the very next day. Through the intense first phase it sustained roughly one to 2.37 million messages per weekday. Volumes stepped down by around 80% by late March, fell sharply again after 15 May, and continued at lower levels with occasional smaller spikes through at least mid-June 2026. That is a substantial campaign by any measure, and notably one that was throttled rather than abandoned.
We use a third-party email gateway in front of Microsoft 365. Are we covered?
Possibly, but do not assume it. Layered mail paths are where this problem hides, because each product parses the message independently and normalisation applied in one layer does not carry into the next. It is entirely possible for a modern gateway to handle invisible code points correctly while tenant-level transport rules sitting behind it still compare raw strings, or the reverse. The question worth putting to both suppliers in writing is which layer normalises text, at what point in the pipeline, and which of your controls evaluate content before that point. If nobody can answer, that itself is the finding.
What is the single most effective technical fix?
Microsoft’s researchers were explicit about this: ensure that normalisation and tokenisation pipelines strip or fold invisible and non-rendering Unicode code points before content is evaluated by keyword, signature or regular-expression filters. In practice that means the text your rules compare against should be a cleaned, canonical version of the message - invisible code points removed, lookalike characters folded - rather than the raw bytes as sent. Everything else is secondary. If evaluation happens on normalised text, the technique stops working; if it does not, no amount of rule-writing will help, because the attacker can always insert another invisible character.
Are there indicators we can watch for without changing our filtering?
Yes. Microsoft highlighted the campaign’s distinctive weekday-on, weekend-off sending pattern as a behavioural indicator defenders can use, alongside the concentration of traffic across roughly 150 finance-themed sender domains. Sending rhythm is difficult for an attacker to disguise and does not depend on reading message content at all, which makes it useful precisely when content-based detection has been evaded. If you have access to mail flow reporting, an external sender that transmits volume every weekday and goes silent every weekend, and is not a known supplier, is worth a closer look.
Why was a technique from AI security used for ordinary phishing?
Because it is cheap and it works. ASCII smuggling has been studied mostly as a way to hide instructions for AI assistants inside webpages and documents, where a model reads content a human never sees. But the underlying primitive - text that a machine processes differently from how a person reads it - is useful against any automated text-processing system, and a keyword-based email filter is exactly that. Microsoft’s researchers made the general point directly: as AI-era attack methods become better understood, threat actors may adapt them for use in more traditional threats such as phishing and spam. This campaign is that prediction already happening.
Does staff training help if the filter has already been bypassed?
It helps a great deal, because the technique is invisible to machines but changes nothing for the reader. The message that reaches the inbox still asks for a payment, a bank-detail change or a credential, and every ordinary indicator of a financial-lure phish - unexpected urgency, an unfamiliar sender, a request that bypasses the normal process - is still present. Training that focuses on process rather than on spotting typos is what matters here. A finance colleague who verifies every bank-detail change by phoning a previously known number is protected regardless of which evasion technique carried the message.
How does this affect our Cyber Essentials position?
Cyber Essentials does not enumerate specific evasion techniques, so nothing about this campaign puts a certification at risk in itself. But the scheme does expect malware protection and secure configuration to be maintained rather than merely present, and a rule estate that has not been reviewed in years sits awkwardly against that expectation. The practical read is that this is a good prompt to treat your next assessment as a real review of mail-protection configuration rather than a paperwork exercise - particularly the parts of the configuration that were inherited from a previous supplier and never revisited.
The campaign is winding down. Is this still worth acting on?
The campaign volumes are down, but the technique is not going away, and that is the part that matters. Invisible-character insertion requires no vulnerability, no purchased access and no new infrastructure - it is a string manipulation applied at send time, so there is no economic pressure on attackers to stop using it. Microsoft observed continued activity with intermittent spikes through at least mid-June 2026. More importantly, the underlying weakness in your own configuration is not tied to this campaign at all: if your content rules evaluate unnormalised text, they are exposed to the next operator who reaches for the same trick.

Get your Microsoft 365 mail protection reviewed properly

Most tenants are carrying years of accumulated content rules that nobody has tested and nobody owns. Cloudswitched maps your mail path layer by layer, establishes where text is normalised, retires the controls that stopped working, and puts monitoring in place so a rule going quiet raises a question instead of passing unnoticed.

Talk to us about Cloud Email Solutions
Tags:Microsoft 365Cyber EssentialsIT SupportNetworking
CloudSwitched

London-based managed IT services provider offering support, cloud solutions and cybersecurity for SMEs.

CloudSwitched Service

Cloud Email Solutions

Microsoft 365 email migration, management and security for your team

Learn More

Technology Stack

Powered by industry-leading technologies including SolarWinds, Cloudflare, BitDefender, AWS, Microsoft Azure, and Cisco Meraki to deliver secure, scalable, and reliable IT solutions.

SolarWinds
Cloudflare
BitDefender
AWS
Hono
Opus
Office 365
Microsoft
Cisco Meraki
Microsoft Azure

Latest Articles

13
  • Internet & Connectivity

Bandwidth Planning for Growing UK Businesses: A Practical Guide to Sizing Your Internet Connection in 2026

13 Sep, 2026

Almost every UK business sizes its internet connection exactly once. Someone signs a lease, an installer quotes what is available at the postcode, a number is...

Read more
12
  • Database Reporting

Data Warehouse vs Reporting Database: A UK Business Guide to Choosing the Right Architecture for Business Intelligence in 2026

12 Sep, 2026

Most UK businesses do not choose a data warehouse architecture deliberately. They arrive at one by accident, usually at the point where a monthly management...

Read more
11
  • AI

AI Feature Prototyping: A UK Business Guide to Validating AI Product Ideas Before Committing Engineering Budget in 2026

11 Sep, 2026

Almost every expensive AI failure in a UK business starts the same way: somebody demonstrated something impressive in a chat window, everybody in the room...

Read more

Enquiry Received!

Thank you for getting in touch. A member of our team will review your enquiry and get back to you within 24 hours.