Skip to content

Commit

Permalink
Updated Anti-Phishing Policy Standards for more granular configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cipptesting committed Jun 24, 2024
1 parent bb12565 commit 7279e9d
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,40 @@
"name": "standards.AntiPhishPolicy.EnableUnusualCharactersSafetyTips",
"default": true
},
{
"type": "Select",
"label": "If the message is detected as spoof by spoof intelligence",
"name": "standards.AntiPhishPolicy.AuthenticationFailAction",
"values": [
{
"label": "Move to Junk Folder",
"value": "MoveToJmf"
},
{
"label": "Quarantine the message",
"value": "Quarantine"
}
]
},
{
"type": "Select",
"label": "Quarantine policy for Spoof",
"name": "standards.AntiPhishPolicy.SpoofQuarantineTag",
"values": [
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
},
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
}
]
},
{
"type": "Select",
"label": "If a message is detected as user impersonation",
Expand All @@ -1157,6 +1191,25 @@
}
]
},
{
"type": "Select",
"label": "Quarantine policy for user impersonation",
"name": "standards.AntiPhishPolicy.TargetedUserQuarantineTag",
"values": [
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
},
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
}
]
},
{
"type": "Select",
"label": "If a message is detected as domain impersonation",
Expand All @@ -1176,6 +1229,25 @@
}
]
},
{
"type": "Select",
"label": "Quarantine policy for domain impersonation",
"name": "standards.AntiPhishPolicy.TargetedDomainQuarantineTag",
"values": [
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
},
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
}
]
},
{
"type": "Select",
"label": "If Mailbox Intelligence detects an impersonated user",
Expand Down

0 comments on commit 7279e9d

Please sign in to comment.