Skip to content

Commit

Permalink
Merge pull request jakehildreth#130 from TrimarcJake/TrimarcJake-patch-1
Browse files Browse the repository at this point in the history
Updated Flowcharts
  • Loading branch information
jakehildreth authored Apr 23, 2024
2 parents 244d42e + 7c27df8 commit 1828749
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(Low);
BIASize -- Medium/Large --> BIAMGPriority(Medium);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(High);
UsersSize -- Medium/Large --> UsersMGPriority(Critical);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority((No Finding));
```
```
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(Info);
BIASize -- Medium/Large --> BIAMGPriority(Low);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(Medium);
UsersSize -- Medium/Large --> UsersMGPriority(High);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority(No Finding);
```
```
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(No Info);
BIASize -- Medium/Large --> BIAMGPriority(Low);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(Low);
UsersSize -- Medium/Large --> UsersMGPriority(Medium);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority(No Finding);
```
```
6 changes: 3 additions & 3 deletions Docs/Flowcharts/ESC4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ flowchart LR
UserType -- User --> UserPriority(High);
PrincipalType -->|Group| GroupType("Group Type");
GroupType -- AD Admins --> ADASize(No Finding);
GroupType -- Builtin/PKI Admins --> BIASize(BIA Group Size);
GroupType -- Builtin/PKI Admins --> BIASize(Group Size);
BIASize -- Empty/Small --> BIAEGPriority(Info);
BIASize -- Medium/Large --> BIAMGPriority(Low);
GroupType -- Regular Users --> UsersSize(User Group Size);
GroupType -- Regular Users --> UsersSize(Group Size);
UsersSize -- Empty/Small --> UsersEGPriority(Medium);
UsersSize -- Medium/Large --> UsersMGPriority(High);
PrincipalType -->|gMSA| gMSAType(gMSA Type);
gMSAType -- Any --> gMSAPriority(No Finding);
```
```

0 comments on commit 1828749

Please sign in to comment.