Commit Graph

16922 Commits

Author SHA1 Message Date
2b80ed166f Update configure-md-app-guard.md 2022-03-09 12:31:01 -08:00
e62f8b8804 Update configure-md-app-guard.md 2022-03-09 12:26:47 -08:00
ff7db07bed Update the Recommended blocklist with new blocks 38430645 2022-03-08 20:49:20 -08:00
4c75013bac Merge branch 'main' into v-alemieux-working 2022-03-08 14:16:21 -08:00
1c6d90a350 Merge pull request #10274 from adamoboe/patch-3
Update virus-initiative-criteria.md
2022-03-08 11:43:05 -08:00
60a011d62f Merge pull request #10388 from simon-biber/patch-1
Complexity requirements reduce password strength
2022-03-08 11:22:18 -08:00
1c4cbd6da5 Update deploy-wdac-policies-with-script.md 2022-03-08 11:20:19 -08:00
7ee0c447d1 [WDAC] Fix instructions order for UEFI deployment
Fix https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10403
2022-03-08 18:24:05 +01:00
8a1fccbc0b valemieux Updating block list 38430645 2022-03-07 11:57:20 -08:00
12990a47d4 Update Allow in FileRules - GH 10377 2022-03-07 08:39:02 -08:00
53d7af922b Complexity requirements reduce password strength
Long passwords with only alphanumeric characters are not easy to compromise. Short passwords are easy to compromise. Adding length is more important than adding complexity.

The article provides a number 218,340,105,584,896 different possibilities for a single password. That number is clearly based on the calculation (26 + 26 + 10)^8 = 218,340,105,584,896 on the basis the 8 characters may be any of 26 uppercase letters, 26 lowercase and 10 digits.

However, turning on complexity requirements will ensure that there are at least 3 categories of character, and eliminate some of those possibilities. It will eliminate cases where there were no digits, cases where there are no uppercase letters, and cases where there are no lowercase letters.

|---|---|
|eight characters of any uppercase, lowercase *or* digits|218,340,105,584,896|
| | ... minus ... |
|eight characters of uppercase or lowercase with no digits|53,459,728,531,456|
| | ... minus ... |
|eight characters of lowercase or digits with no uppercase|2,821,109,907,456|
| | ... minus ... |
|eight characters of uppercase or digits with no lowercase|2,821,109,907,456|
| | ... equals ... |
|eight characters of uppercase, lowercase *and* digits|159,238,157,238,528|

Rather than enforcing complexity, administrators are better off increasing the minimum length. A minimum length of 11 instead of 8 would be sufficient to add so many more possibilities that even if users only used lowercase letters, there are more possibilities of 11 lowercase letters than there are of 8 complex characters:

8 complex characters = 62^8 = 218,340,105,584,896 possibilities

11 lowercase letters = 26^11 = 3,670,344,486,987,776 possibilities
2022-03-03 17:56:37 +10:30
0ae936eb32 Update querying-application-control-events-centrally-using-advanced-hunting.md 2022-03-01 13:22:14 -08:00
b2651075f1 Merge branch 'main' into al-wdac-edits-35380663 2022-03-01 13:10:27 -08:00
a22d91e809 Set ms.topic: faq where YamlMime:FAQ 2022-02-24 11:01:20 -05:00
9086cfe393 Merge branch 'main' into aljupudi-5650791-FTInsights-Notifications 2022-02-23 16:23:42 -08:00
57576c32da Merge branch 'main' into v-smandalika-5694287-B5 2022-02-23 08:46:37 -08:00
8776ce74a2 Updating query example 2 for 6283 2022-02-22 13:22:12 -08:00
6e3356e920 Merge branch 'main' into aljupudi-5650791-FTInsights-Notifications 2022-02-21 11:49:10 +05:30
424fdec1e8 Updating example queries layout 2022-02-17 17:33:21 -08:00
f5cf7fa36e Changed verbiage to meet Acrolinx requirements 2022-02-17 17:28:25 -08:00
bfb4af670d Added ActionTypes table and example queries 2022-02-17 14:57:45 -08:00
b24797ff9a Update querying-application-control-events-centrally-using-advanced-hunting.md 2022-02-17 14:52:32 -08:00
9a58a97ba4 Merge branch 'main' into aljupudi-5650791-FTInsights-Notifications 2022-02-17 10:25:43 +05:30
b11c131705 Merge branch 'master' into v-smandalika-5694287-B5 2022-02-16 11:32:32 +05:30
4a2b22a681 Removed the ALLOW ALL rules 2022-02-15 16:32:13 -08:00
832a449ad8 Updated the recommended driver blocklist with the latest vulnerable driver additions 2022-02-15 16:30:35 -08:00
05dd9d37eb Merge pull request #10361 from jmunck/patch-24
Update get-support-for-security-baselines.md
2022-02-14 16:58:46 -08:00
788bb41fb8 Update get-support-for-security-baselines.md 2022-02-14 16:58:27 -08:00
36b0eb9344 Update security-compliance-toolkit-10.md 2022-02-14 16:57:30 -08:00
e2a77fc118 Update get-support-for-security-baselines.md
Updated Edge version to v98
2022-02-14 17:30:50 -06:00
12f9287bd3 Update security-compliance-toolkit-10.md
Updated to new Edge version
2022-02-14 17:29:18 -06:00
82eb5fd829 Added action types table and queries 1 & 2 2022-02-11 17:37:33 -08:00
5db7f1b96b Merge pull request #10355 from Harvester57/patch-1
WDAC-Addins: fix a typo in executable name used in example
2022-02-10 08:36:24 -08:00
7dc7d44f5d Update use-windows-defender-application-control-policy-to-control-specific-plug-ins-add-ins-and-modules.md 2022-02-10 08:35:48 -08:00
4293bf0fc6 WDAC-Addins: fix a typo in executable name used in example 2022-02-09 19:38:28 +01:00
48eb9f2697 Merge branch 'master' into v-prakshith-5774816 2022-02-09 09:56:49 -07:00
6e488df8a5 Merge branch 'master' into al-wdac-edits-deploywdacpolicieswithscript 2022-02-09 09:13:56 -07:00
640a1d11f0 Merge branch 'master' into v-smandalika-5694287-B5 2022-02-07 17:17:35 +05:30
e32aaae7f0 Merge branch 'master' into v-prakshith-5774816 2022-02-07 11:39:29 +05:30
8da203e9ce Update windows-security-baselines.md 2022-02-07 11:32:21 +05:30
a7bb138610 Fixed acrolinx warnings 2022-02-04 08:39:16 -08:00
f1f1fa0691 Updated-5774816
Replaced the community link.
2022-02-04 21:51:15 +05:30
532cf5e075 Fixed broken links 2022-02-04 08:01:53 -08:00
0f987bab7c Update event-id-explanations.md 2022-02-02 10:21:49 -08:00
3bf909c3a8 Merge branch 'master' into v-smandalika-5694287-B5 2022-02-02 17:37:13 +05:30
9be5c1c9df Moved "Understanding WDAC Policy Settings" to be child of "Understand WDAC Policy Rules and File Rules" 2022-01-31 16:41:53 -08:00
98f13fc36f Change Title to Understand WDAC Policy Settings 2022-01-31 15:39:45 -08:00
d349826191 Fixed Title to WDAC secure settings link 2022-01-31 13:22:41 -08:00
f603863dbc Merge branch 'master' into jmunck-patch-9 2022-01-28 11:46:48 -08:00
3bb40439e4 Update security-compliance-toolkit-10.md 2022-01-28 11:45:29 -08:00