Gold Open Source
ExplorePackagesVulnerabilitiesCWEsMCP ServersScan
Login
Gold Open Source

The authoritative source for production-ready open-source components. Every package, container image, AI model, and MCP server undergoes rigorous verification for security, malware, and license compliance.

Explore Gold

  • Explore Everything
  • Packages
  • Gold Certified Packages
  • Container Images
  • AI Models
  • MCP Servers
  • Agent Skills
  • Chip Manufacturers

Security Data & Tools

  • Scan Your Dependencies
  • Trending Threats
  • Threat RSS Feeds
  • CVE Database
  • Actively Exploited (KEV)
  • SGZ Zero-Days
  • CWE Index
  • MITRE ATT&CK
  • Malicious Packages
  • Security Glossary
  • Supply-Chain Report
  • Developers (API & Badge)
  • Chrome Extension
  • Credits & Data Sources

Products

  • The Platform
  • ESSCM
  • Portal
  • TPRM
  • OSM
  • Cowork
  • Code / Runner
  • Guard

Use Cases

  • Know Your Software
  • Auto-Fix Vulnerabilities
  • Asset Discovery
  • AI Governance
  • MCP Server Security
  • Supply Chain Compliance
  • Zero-Day Discovery
  • All Use Cases

Company

  • About
  • Pricing
  • Blog
  • Documentation
  • Safeguard Academy
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 Gold Open Source. All rights reserved.

Built with care bySafeguard
Home/ATT&CK/T1087/T1087.001
MITRE ATT&CK Sub-Technique

T1087.001: Local Account

ShareXLinkedInRedditHN

Adversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior. Commands such as <code>net user</code> and <code>net localgroup</code> of the [Net](https://attack.mitre.org/software/S0039) utility and <code>id</code> and <code>groups</code> on macOS and Linux can list local users and groups.(Citation: Mandiant APT1)(Citation: id man page)(Citation: groups man page) On Linux, local users can also be enumerated through the use of the <code>/etc/passwd</code> file. On macOS, the <code>dscl . list /Users</code> command can be used to enumerate local accounts. On ESXi servers, the `esxcli system account list` command can list local user accounts.(Citation: Crowdstrike Hypervisor Jackpotting Pt 2 2021)

Tactics
Discovery
Platforms
ESXi, Linux, macOS, Windows

▪Parent technique

T1087: Account Discovery

▪Mitigations (1)

M1028Operating System Configuration

Operating System Configuration involves adjusting system settings and hardening the default configurations of an operating system (OS) to mitigate adversary exploitation and prevent abuse of system functionality. Proper OS configurations address security vulnerabilities, limit attack surfaces, and ensure robust defense against a wide range of techniques. This mitigation can be implemented through the following measures: Disable Unused Features: - Turn off SMBv1, LLMNR, and NetBIOS where not needed. - Disable remote registry and unnecessary services. Enforce OS-level Protections: - Enable Data Execution Prevention (DEP), Address Space Layout Randomization (ASLR), and Control Flow Guard (CFG) on Windows. - Use AppArmor or SELinux on Linux for mandatory access controls. Secure Access Settings: - Enable User Account Control (UAC) for Windows. - Restrict root/sudo access on Linux/macOS and enforce strong permissions using sudoers files. File System Hardening: - Implement least-privilege access for critical files and system directories. - Audit permissions regularly using tools like icacls (Windows) or getfacl/chmod (Linux/macOS). Secure Remote Access: - Restrict RDP, SSH, and VNC to authorized IPs using firewall rules. - Enable NLA for RDP and enforce strong password/lockout policies. Harden Boot Configurations: - Enable Secure Boot and enforce UEFI/BIOS password protection. - Use BitLocker or LUKS to encrypt boot drives. Regular Audits: - Periodically audit OS configurations using tools like CIS Benchmarks or SCAP tools. *Tools for Implementation* Windows: - Microsoft Group Policy Objects (GPO): Centrally enforce OS security settings. - Windows Defender Exploit Guard: Built-in OS protection against exploits. - CIS-CAT Pro: Audit Windows security configurations based on CIS Benchmarks. Linux/macOS: - AppArmor/SELinux: Enforce mandatory access controls. - Lynis: Perform comprehensive security audits. - SCAP Security Guide: Automate configuration hardening using Security Content Automation Protocol. Cross-Platform: - Ansible or Chef/Puppet: Automate configuration hardening at scale. - OpenSCAP: Perform compliance and configuration checks.

▪Used by groups (18)

G0004Ke3changG0006APT1G0010TurlaG0018admin@338G0022APT3G0027Threat Group-3390G0030Lotus BlossomG0033Poseidon GroupG0049OilRigG0050APT32G0096APT41G0114ChimeraG0117Fox KittenG1009Moses StaffG1017Volt TyphoonG1039RedCurlG1044APT42G1051Medusa Group

▪Software using this technique (45)

S0038DuqumalwareS0039NettoolS0049GeminiDukemalwareS0063SHOTPUTmalwareS0081ElisemalwareS0084Mis-TypemalwareS0085S-TypemalwareS0091EpicmalwareS0125RemsecmalwareS0165OSInfomalwareS0192PupytoolS0194PowerSploittoolS0196PUNCHBUGGYmalwareS0223POWERSTATSmalwareS0233MURKYTOPmalwareS0236KwampirsmalwareS0239BankshotmalwareS0241RATANKBAmalwareS0244ComniemalwareS0260InvisiMolemalwareS0265KazuarmalwareS0266TrickBotmalwareS0331Agent TeslamalwareS0363EmpiretoolS0378PoshC2toolS0452USBferrymalwareS0453PonymalwareS0476ValakmalwareS0516SoreFangmalwareS0521BloodHoundtoolS0534BazarmalwareS0537HyperStackmalwareS0570BitPaymermalwareS0598P.A.S. WebshellmalwareS0603StuxnetmalwareS0649SMOKEDHAMmalwareS1015MilanmalwareS1145PikabotmalwareS1146MgBotmalwareS1148Raccoon StealermalwareS1159DUSTTRAPmalwareS1240RedLine StealermalwareS1242QilinmalwareS1245InvisibleFerretmalwareS9001SystemBCmalware

▪Reference

T1087.001on MITRE ATT&CK

MITRE ATT&CK® is a registered trademark of The MITRE Corporation. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.