Skip to content

Commit

Permalink
Merge pull request #58 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
kris6673 authored Jul 15, 2024
2 parents 81ca69e + 8ebd98b commit cc7b5ab
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 3 deletions.
154 changes: 154 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,25 @@
"powershellEquivalent": "Get-Mailbox & Update-MgUser",
"recommendedBy": ["CIS"]
},
{
"name": "standards.QuarantineRequestAlert",
"cat": "Defender Standards",
"tag": ["lowimpact"],
"helpText": "Sets a e-mail address to alert when a User requests to release a quarantined message.",
"docsDescription": "Sets a e-mail address to alert when a User requests to release a quarantined message. This is useful for monitoring and ensuring that the correct messages are released.",
"addedComponent": [
{
"type": "input",
"name": "standards.QuarantineRequestAlert.NotifyUser",
"label": "E-mail to receive the alert"
}
],
"label": "Quarantine Release Request Alert",
"impact": "Low Impact",
"impactColour": "info",
"powershellEquivalent": "New-ProtectionAlert and Set-ProtectionAlert",
"recommendedBy": []
},
{
"name": "standards.SafeLinksPolicy",
"cat": "Defender Standards",
Expand Down Expand Up @@ -1675,6 +1694,129 @@
"powershellEquivalent": "Set-MalwareFilterPolicy or New-MalwareFilterPolicy",
"recommendedBy": ["CIS"]
},
{
"name": "standards.SpamFilterPolicy",
"cat": "Defender Standards",
"tag": ["mediumimpact"],
"helpText": "This standard creates a Spam filter policy similar to the default strict policy.",
"addedComponent": [
{
"type": "Select",
"label": "Spam Action",
"name": "standards.SpamFilterPolicy.SpamAction",
"values": [
{
"label": "Move message to Junk Email folder",
"value": "MoveToJmf"
},
{
"label": "Quarantine the message",
"value": "Quarantine"
}
]
},
{
"type": "Select",
"label": "Spam Quarantine Tag",
"name": "standards.SpamFilterPolicy.SpamQuarantineTag",
"values": [
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
},
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
}
]
},
{
"type": "Select",
"label": "High Confidence Spam Quarantine Tag",
"name": "standards.SpamFilterPolicy.HighConfidenceSpamQuarantineTag",
"values": [
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
},
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
}
]
},
{
"type": "Select",
"label": "Bulk Quarantine Tag",
"name": "standards.SpamFilterPolicy.BulkQuarantineTag",
"values": [
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
},
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
}
]
},
{
"type": "Select",
"label": "Phish Quarantine Tag",
"name": "standards.SpamFilterPolicy.PhishQuarantineTag",
"values": [
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
},
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
}
]
},
{
"type": "Select",
"label": "High Confidence Phish Quarantine Tag",
"name": "standards.SpamFilterPolicy.HighConfidencePhishQuarantineTag",
"values": [
{
"label": "AdminOnlyAccessPolicy",
"value": "AdminOnlyAccessPolicy"
},
{
"label": "DefaultFullAccessPolicy",
"value": "DefaultFullAccessPolicy"
},
{
"label": "DefaultFullAccessWithNotificationPolicy",
"value": "DefaultFullAccessWithNotificationPolicy"
}
]
}
],
"label": "Default Spam Filter Policy",
"impact": "Medium Impact",
"impactColour": "warning",
"powershellEquivalent": "New-HostedContentFilterPolicy or Set-HostedContentFilterPolicy",
"recommendedBy": []
},
{
"name": "standards.intuneDeviceRetirementDays",
"cat": "Intune Standards",
Expand Down Expand Up @@ -1888,6 +2030,18 @@
"powershellEquivalent": "Set-SPOTenant -DisallowInfectedFileDownload $true",
"recommendedBy": ["CIS 3.0"]
},
{
"name": "standards.SPDisableLegacyWorkflows",
"cat": "SharePoint Standards",
"tag": ["lowimpact"],
"helpText": "Disables the creation of new SharePoint 2010 and 2013 classic workflows and removes the 'Return to classic SharePoint' link on modern SharePoint list and library pages.",
"addedComponent": [],
"label": "Disable Legacy Workflows",
"impact": "Low Impact",
"impactColour": "info",
"powershellEquivalent": "Set-SPOTenant -DisableWorkflow2010 $true -DisableWorkflow2013 $true -DisableBackToClassic $true",
"recommendedBy": []
},
{
"name": "standards.SPDirectSharing",
"cat": "SharePoint Standards",
Expand Down
2 changes: 1 addition & 1 deletion src/views/endpoint/intune/MEMListAppProtection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const AppProtectionList = () => {
label: 'Delete Policy',
modal: true,
modalUrl: `api/RemovePolicy?TenantFilter=${tenant?.defaultDomainName}&ID=!id&URLName=managedAppPolicies`,
modalMessage: 'Are you sure you want to convert these users to a shared mailbox?',
modalMessage: 'Are you sure you want to delete these policies?',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/endpoint/intune/MEMListPolicies.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const IntuneList = () => {
label: 'Delete Policy',
modal: true,
modalUrl: `api/RemovePolicy?TenantFilter=${tenant?.defaultDomainName}&ID=!id&URLName=!URLName`,
modalMessage: 'Are you sure you want to convert these users to a shared mailbox?',
modalMessage: 'Are you sure you want to delete these policies?',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/tenant/administration/AlertWizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const AlertWizard = () => {
]}
name="logbook"
placeholder={'Select a log source'}
label="Select the log you which to receive the alert for"
label="Select the log you wish to receive the alert for"
validate={required}
/>
</CCol>
Expand Down

0 comments on commit cc7b5ab

Please sign in to comment.