Throughout the years working in Cybersecurity I’ve dealt directly or indirectly with Security Awareness Training programs multiple times. One of the common problems I’ve to solve is the fact that test phishing emails are blocked or sent to Junk due to Defender for O365 email security policies. The process below is a reliable way of fixing this issue every single time, whether you are dealing with KnowBe4, LivingSecurity or a different SAT platform.
- Note down the IP addresses to be allowed. This can be obtained in different ways:
- Provided by the SAT platform vendors.
- Individual IP from the Header info of a specific Junked or Quarantined email.
- Sign in to the Microsoft Defender console.
- Click the
Policies & rules
item on the left sidebar menu underEmail & collaboration
. - Go to
Threat policies
>Advanced delivery
under Rules. - Click the
Phishing simulation
tab and clickEdit
. - Add the IP address to
Sending IP
section. - Add the Domain address (also known as the MAIL FROM address) used in the phishing campaign into the
Domains
section. - Add the phishing domains (found in the Phishing tool: Phishing Simulator > Settings > Domains) by using *.domain.com/* wildcard syntax to
Simulation URLs to allow
section. - Click Save to complete the process.
If the above does not work, and if the emails still end up in the Quarantine, follow the steps below:
- Find the test emails in the Quarantine and note down “Policy type”.
- If you see
Anti-spam policy
, navigate to theAnti-spam inbound policy (Default)
policy, select it, scroll down and clickEdit allowed and blocked senders and domains
. - Click
Allowed domains
and add the phishing domain. - Save.
- Navigate to https://security.microsoft.com/tenantAllowBlockList?viewid=SpoofItem
- Click
View spoofing activity
- Searching for the Phishing domain and select it, review the details and make sure this is what you want to allow.
- Select
Allow to spoof
and clickApply
. - Confirm the phishing emails are being delivered to user inboxes.