Skip to content

Commit 5629eda

Browse files
authored
raising acrolinx
1 parent 9cff831 commit 5629eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ATPDocs/ensure-privileged-accounts-with-sensitive-flag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This recommendation lists all privileged accounts that don't have the "not deleg
1919
## Organization risk
2020

2121
If the sensitive flag is disabled, attackers could exploit Kerberos delegation to misuse privileged account credentials, leading to unauthorized access, lateral movement, and potential network-wide security breaches. Setting the sensitive flag on privileged user accounts prevent users from gaining access to the account and manipulating system settings.
22-
For device accounts, setting them to "not delegated" is important to prevent it from being used in any delegation scenario, ensuring that credentials on this machine cannot be forwarded to access other services.
22+
For device accounts, setting them to "not delegated" is important to prevent it from being used in any delegation scenario, ensuring that credentials on this machine can't be forwarded to access other services.
2323

2424
## Remediation steps
2525

@@ -31,7 +31,7 @@ For device accounts, setting them to "not delegated" is important to prevent it
3131
![Screenshot of user profile.](media/ensure-privileged-accounts-with-sensitive-flag/administrator-properties.png)
3232

3333
- For device accounts:
34-
The safest approach is to use a PowerShell script to configure the device to prevent it from being used in any delegation scenario, ensuring that credentials on this machine cannot be forwarded to access other services.
34+
The safest approach is to use a PowerShell script to configure the device to prevent it from being used in any delegation scenario, ensuring that credentials on this machine can't be forwarded to access other services.
3535

3636
```
3737
$name = "ComputerA"

0 commit comments

Comments
 (0)