{
  "modified": "2024-12-18T16:17:46.153Z",
  "name": "Limit Software Installation",
  "description": "Prevent users or groups from installing unauthorized or unapproved software to reduce the risk of introducing malicious or vulnerable applications. This can be achieved through allowlists, software restriction policies, endpoint management tools, and least privilege access principles. This mitigation can be implemented through the following measures:\n\nApplication Whitelisting\n\n- Implement Microsoft AppLocker or Windows Defender Application Control (WDAC) to create and enforce allowlists for approved software.\n- Whitelist applications based on file hash, path, or digital signatures.\n\nRestrict User Permissions\n\n- Remove local administrator rights for all non-IT users.\n- Use Role-Based Access Control (RBAC) to restrict installation permissions to privileged accounts only.\n\nSoftware Restriction Policies (SRP)\n\n- Use GPO to configure SRP to deny execution of binaries from directories such as `%AppData%`, `%Temp%`, and external drives.\n- Restrict specific file types (`.exe`, `.bat`, `.msi`, `.js`, `.vbs`) to trusted directories only.\n\nEndpoint Management Solutions\n\n- Deploy tools like Microsoft Intune, SCCM, or Jamf for centralized software management.\n- Maintain a list of approved software, versions, and updates across the enterprise.\n\nMonitor Software Installation Events\n\n- Enable logging of software installation events and monitor Windows Event ID 4688 and Event ID 11707 for software installs.\n- Use SIEM or EDR tools to alert on attempts to install unapproved software.\n\nImplement Software Inventory Management\n\n- Use tools like OSQuery or Wazuh to scan for unauthorized software on endpoints and servers.\n- Conduct regular audits to detect and remove unapproved software.\n\n*Tools for Implementation*\n\nApplication Whitelisting:\n\n- Microsoft AppLocker\n- Windows Defender Application Control (WDAC)\n\nEndpoint Management:\n\n- Microsoft Intune\n- SCCM (System Center Configuration Manager)\n- Jamf Pro (macOS)\n- Puppet or Ansible for automation\n\nSoftware Restriction Policies:\n\n- Group Policy Object (GPO)\n- Microsoft Software Restriction Policies (SRP)\n\nMonitoring and Logging:\n\n- Splunk\n- OSQuery\n- Wazuh (open-source SIEM and XDR)\n- EDRs\n\nInventory Management and Auditing:\n\n- OSQuery\n- Wazuh",
  "x_mitre_deprecated": false,
  "x_mitre_domains": [
    "enterprise-attack"
  ],
  "x_mitre_version": "1.1",
  "type": "course-of-action",
  "spec_version": "2.1",
  "id": "course-of-action--23843cff-f7b9-4659-a7b7-713ef347f547",
  "created": "2019-06-11T16:26:52.202Z",
  "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
  "revoked": false,
  "external_references": [
    {
      "source_name": "mitre-attack",
      "url": "https://attack.mitre.org/mitigations/M1033",
      "external_id": "M1033"
    }
  ],
  "object_marking_refs": [
    "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
  ],
  "x_mitre_attack_spec_version": "3.2.0",
  "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5"
}