Skip to content

🛡️ Local Policies Playbook

  • Objective: Configure system-wide security settings, including user rights, audit policies, and network security options.
  • Tools:
    • secpol.msc (Local Security Policy)
  • Common Actions:
    • Navigate to Local Policies -> Security Options.
    • Enable: “Do not allow anonymous enumeration of SAM accounts”.
    • Enable: “Limit local use of blank passwords to console only”.
    • Review other settings for network security and privilege elevation.
    • Navigate to Local Policies -> User Rights Assignment to review which groups can perform sensitive actions (e.g., “Allow log on through Remote Desktop Services”).
    • Navigate to Local Policies -> Audit Policy to ensure logging for logon events, policy changes, etc.
  • Objective: Configure system-wide security settings, user rights, and auditing.
  • Tools:
    • Terminal
  • Common Actions:
    • Configure sudo: Edit the sudoers file using sudo visudo to control which users and groups have administrative privileges.
    • Configure Auditing: Install and configure auditd to log system events.
    • System Permissions: Secure system-wide configurations in /etc/. For example, check permissions on /etc/shadow and /etc/passwd.