Esc
Local Account - T1087.001
(ATT&CK® Technique)
Definition
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.
D3FEND Inferred Relationships
Browse the D3FEND knowledge graph by clicking on the nodes below.
graph LR; T1087001["Local Account"] --> |enumerates| LocalUserAccount["Local User Account"]; class T1087001 OffensiveTechniqueNode; class LocalUserAccount ArtifactNode; click LocalUserAccount href "/dao/artifact/d3f:LocalUserAccount"; click T1087001 href "/offensive-technique/attack/T1087.001/"; click LocalUserAccount href "/dao/artifact/d3f:LocalUserAccount"; RestoreUserAccountAccess["Restore User Account Access"] --> | restores | LocalUserAccount["Local User Account"]; RestoreUserAccountAccess["Restore User Account Access"] -.-> | may-restore | T1087001["Local Account"] ; class RestoreUserAccountAccess DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click RestoreUserAccountAccess href "/technique/d3f:RestoreUserAccountAccess"; AgentAuthentication["Agent Authentication"] --> | strengthens | LocalUserAccount["Local User Account"]; AgentAuthentication["Agent Authentication"] -.-> | may-harden | T1087001["Local Account"] ; class AgentAuthentication DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click AgentAuthentication href "/technique/d3f:AgentAuthentication"; UnlockAccount["Unlock Account"] --> | restores | LocalUserAccount["Local User Account"]; UnlockAccount["Unlock Account"] -.-> | may-restore | T1087001["Local Account"] ; class UnlockAccount DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click UnlockAccount href "/technique/d3f:UnlockAccount"; LocalAccountMonitoring["Local Account Monitoring"] --> | analyzes | LocalUserAccount["Local User Account"]; LocalAccountMonitoring["Local Account Monitoring"] -.-> | may-detect | T1087001["Local Account"] ; class LocalAccountMonitoring DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click LocalAccountMonitoring href "/technique/d3f:LocalAccountMonitoring"; AccountLocking["Account Locking"] --> | disables | LocalUserAccount["Local User Account"]; AccountLocking["Account Locking"] -.-> | may-evict | T1087001["Local Account"] ; class AccountLocking DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click AccountLocking href "/technique/d3f:AccountLocking"; UserAccountPermissions["User Account Permissions"] --> | restricts | LocalUserAccount["Local User Account"]; UserAccountPermissions["User Account Permissions"] -.-> | may-isolate | T1087001["Local Account"] ; class UserAccountPermissions DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click UserAccountPermissions href "/technique/d3f:UserAccountPermissions";