Skip to content

Commit 88a9bb9

Browse files
Merge pull request #4377 from kris6673/CustomBannedPasswordList
Feat: Add Custom Banned Password List standard
2 parents ae0f207 + a669419 commit 88a9bb9

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

src/data/standards.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@
535535
"cat": "Entra (AAD) Standards",
536536
"tag": [
537537
"CIS M365 5.0 (2.3.1)",
538-
"CIS M365 5.0 (5.2.3.2)",
539538
"EIDSCA.AM03",
540539
"EIDSCA.AM04",
541540
"EIDSCA.AM06",
@@ -723,6 +722,28 @@
723722
"powershellEquivalent": "Update-MgDomain",
724723
"recommendedBy": ["CIS", "CIPP"]
725724
},
725+
{
726+
"name": "standards.CustomBannedPasswordList",
727+
"cat": "Entra (AAD) Standards",
728+
"tag": ["CIS M365 5.0 (5.2.3.2)"],
729+
"helpText": "**Requires Entra ID P1.** Updates and enables the Entra ID custom banned password list with the supplied words. Enter words separated by commas or semicolons. Each word must be 4-16 characters long. Maximum 1,000 words allowed.",
730+
"docsDescription": "Updates and enables the Entra ID custom banned password list with the supplied words. This supplements the global banned password list maintained by Microsoft. The custom list is limited to 1,000 key base terms of 4-16 characters each. Entra ID will [block variations and common substitutions](https://learn.microsoft.com/en-us/entra/identity/authentication/tutorial-configure-custom-password-protection#configure-custom-banned-passwords) of these words in user passwords. [How are passwords evaluated?](https://learn.microsoft.com/en-us/entra/identity/authentication/concept-password-ban-bad#score-calculation)",
731+
"addedComponent": [
732+
{
733+
"type": "textField",
734+
"name": "standards.CustomBannedPasswordList.BannedWords",
735+
"label": "Banned Words",
736+
"placeholder": "Banned words separated by commas or semicolons",
737+
"required": true
738+
}
739+
],
740+
"label": "Set Entra ID Custom Banned Password List",
741+
"impact": "Medium Impact",
742+
"impactColour": "warning",
743+
"addedDate": "2025-06-28",
744+
"powershellEquivalent": "Get-MgBetaDirectorySetting, New-MgBetaDirectorySetting, Update-MgBetaDirectorySetting",
745+
"recommendedBy": ["CIS"]
746+
},
726747
{
727748
"name": "standards.ExternalMFATrusted",
728749
"cat": "Entra (AAD) Standards",

0 commit comments

Comments
 (0)