The settingWhat we hold this to
CreativeTechs minimum
External sender identification enabled tenant-wide. MailTips enabled org-wide with the external recipient tip on.
Benchmark position
CISA MS.EXO.7.1 — external sender warnings SHALL be implemented. Same target; no gap.
Where the switch is
Exchange admin centre → Settings → Mail flow → external sender identification. MailTips is PowerShell only (below).
How to verify
Get-ExternalInOutlook | fl Enabled # expect True Get-OrganizationConfig | fl MailTipsAllTipsEnabled,MailTipsExternalRecipientsTipsEnabled # expect True,True
- Why it matters
- The cheapest anti-BEC control that exists. A visible EXTERNAL marker on a message claiming to be the CEO is what stops the wire transfer.
- How we check
- Huntress 'External Flag visible within Outlook' and 'MailTips enabled' (both Medium · Foundational). CISA.MS.EXO.7.1, Maester MT.1039.
- Fix — M365
- Exchange → enable external sender identification; enable MailTips org-wide.
- Fix — Google
- Gmail flags external senders in most contexts already — confirm, and enable the warning banners.
- User notices
- Users see a tag on external mail.
- Expected pushback
- None. Known weakness: people stop noticing the banner after a couple of weeks. It still beats the alternative and costs nothing.
