|
217 | 217 | "name": "standards.DisableBasicAuthSMTP",
|
218 | 218 | "cat": "Global Standards",
|
219 | 219 | "tag": [],
|
220 |
| - "helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants. ", |
| 220 | + "helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants.", |
221 | 221 | "docsDescription": "Disables SMTP basic authentication for the tenant and all users with it explicitly enabled.",
|
222 | 222 | "addedComponent": [],
|
223 | 223 | "label": "Disable SMTP Basic Authentication",
|
|
546 | 546 | "name": "standards.DisableTenantCreation",
|
547 | 547 | "cat": "Entra (AAD) Standards",
|
548 | 548 | "tag": ["CIS"],
|
549 |
| - "helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles. ", |
| 549 | + "helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles.", |
550 | 550 | "docsDescription": "Users by default are allowed to create M365 tenants. This disables that so only admins can create new M365 tenants.",
|
551 | 551 | "addedComponent": [],
|
552 | 552 | "label": "Disable M365 Tenant creation by users",
|
|
785 | 785 | {
|
786 | 786 | "type": "number",
|
787 | 787 | "name": "standards.StaleEntraDevices.deviceAgeThreshold",
|
788 |
| - "label": "Days before stale(Dont set below 30)" |
| 788 | + "label": "Days before stale(Do not set below 30)" |
789 | 789 | }
|
790 | 790 | ],
|
791 | 791 | "disabledFeatures": {
|
|
1726 | 1726 | "name": "standards.SafeLinksPolicy",
|
1727 | 1727 | "cat": "Defender Standards",
|
1728 | 1728 | "tag": ["CIS", "mdo_safelinksforemail", "mdo_safelinksforOfficeApps"],
|
1729 |
| - "helpText": "This creates a safelink policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders", |
| 1729 | + "helpText": "This creates a Safe Links policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders", |
1730 | 1730 | "addedComponent": [
|
1731 | 1731 | {
|
1732 | 1732 | "type": "switch",
|
|
1752 | 1752 | "label": "Do not rewrite the following URLs in email"
|
1753 | 1753 | }
|
1754 | 1754 | ],
|
1755 |
| - "label": "Default SafeLinks Policy", |
| 1755 | + "label": "Default Safe Links Policy", |
1756 | 1756 | "impact": "Low Impact",
|
1757 | 1757 | "impactColour": "info",
|
1758 | 1758 | "addedDate": "2024-03-25",
|
|
1772 | 1772 | "mdo_antiphishingpolicies",
|
1773 | 1773 | "mdo_phishthresholdlevel"
|
1774 | 1774 | ],
|
1775 |
| - "helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mailtips.", |
| 1775 | + "helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mail tips.", |
1776 | 1776 | "addedComponent": [
|
1777 | 1777 | {
|
1778 | 1778 | "type": "number",
|
|
1965 | 1965 | "impact": "Low Impact",
|
1966 | 1966 | "impactColour": "info",
|
1967 | 1967 | "addedDate": "2024-03-25",
|
1968 |
| - "powershellEquivalent": "Set-AntiphishPolicy or New-AntiphishPolicy", |
| 1968 | + "powershellEquivalent": "Set-AntiPhishPolicy or New-AntiPhishPolicy", |
1969 | 1969 | "recommendedBy": ["CIS"]
|
1970 | 1970 | },
|
1971 | 1971 | {
|
|
2739 | 2739 | "cat": "Intune Standards",
|
2740 | 2740 | "tag": [],
|
2741 | 2741 | "helpText": "Requires MFA for all users to register devices with Intune. This is useful when not using Conditional Access.",
|
2742 |
| - "label": "Require Multifactor Authentication to register or join devices with Microsoft Entra", |
| 2742 | + "label": "Require Multi-factor Authentication to register or join devices with Microsoft Entra", |
2743 | 2743 | "impact": "Medium Impact",
|
2744 | 2744 | "impactColour": "warning",
|
2745 | 2745 | "addedDate": "2023-10-23",
|
|
2847 | 2847 | "impactColour": "info",
|
2848 | 2848 | "addedDate": "2024-07-09",
|
2849 | 2849 | "powershellEquivalent": "Set-SPOTenant -EnableAzureADB2BIntegration $true",
|
2850 |
| - "recommendedBy": ["CIS 3.0"] |
| 2850 | + "recommendedBy": ["CIS"] |
2851 | 2851 | },
|
2852 | 2852 | {
|
2853 | 2853 | "name": "standards.SPDisallowInfectedFiles",
|
|
2905 | 2905 | "impactColour": "warning",
|
2906 | 2906 | "addedDate": "2024-07-09",
|
2907 | 2907 | "powershellEquivalent": "Set-SPOTenant -ExternalUserExpireInDays 30 -ExternalUserExpirationRequired $True",
|
2908 |
| - "recommendedBy": ["CIS 3.0"] |
| 2908 | + "recommendedBy": ["CIS"] |
2909 | 2909 | },
|
2910 | 2910 | {
|
2911 | 2911 | "name": "standards.SPEmailAttestation",
|
|
3047 | 3047 | "helpText": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access",
|
3048 | 3048 | "docsDescription": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access. This is a tenant wide setting and overrules any settings set on the site level",
|
3049 | 3049 | "addedComponent": [],
|
3050 |
| - "label": "Disable Resharing by External Users", |
| 3050 | + "label": "Disable Re-sharing by External Users", |
3051 | 3051 | "impact": "High Impact",
|
3052 | 3052 | "impactColour": "danger",
|
3053 | 3053 | "addedDate": "2022-06-15",
|
|
3223 | 3223 | "impactColour": "info",
|
3224 | 3224 | "addedDate": "2024-11-12",
|
3225 | 3225 | "powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers EveryoneInCompanyExcludingGuests -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false",
|
3226 |
| - "recommendedBy": ["CIS 3.0"] |
| 3226 | + "recommendedBy": ["CIS"] |
3227 | 3227 | },
|
3228 | 3228 | {
|
3229 | 3229 | "name": "standards.TeamsEmailIntegration",
|
|
3243 | 3243 | "impactColour": "info",
|
3244 | 3244 | "addedDate": "2024-07-30",
|
3245 | 3245 | "powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowEmailIntoChannel $false",
|
3246 |
| - "recommendedBy": ["CIS 3.0"] |
| 3246 | + "recommendedBy": ["CIS"] |
3247 | 3247 | },
|
3248 | 3248 | {
|
3249 | 3249 | "name": "standards.TeamsExternalFileSharing",
|
|
3282 | 3282 | "impactColour": "info",
|
3283 | 3283 | "addedDate": "2024-07-28",
|
3284 | 3284 | "powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false",
|
3285 |
| - "recommendedBy": ["CIS 3.0"] |
| 3285 | + "recommendedBy": ["CIS"] |
3286 | 3286 | },
|
3287 | 3287 | {
|
3288 | 3288 | "name": "standards.TeamsEnrollUser",
|
|
0 commit comments