Esc
Local Account - T1136.001
(ATT&CK® Technique)
Definition
Adversaries may create a local account to maintain access to victim systems. Local accounts are those configured by an organization for use by users, remote support, services, or for administration on a single system or service.
D3FEND Inferred Relationships
Browse the D3FEND knowledge graph by clicking on the nodes below.
graph LR; T1136001["Local Account"] --> |creates| LocalUserAccount["Local User Account"]; class T1136001 OffensiveTechniqueNode; class LocalUserAccount ArtifactNode; click LocalUserAccount href "/dao/artifact/d3f:LocalUserAccount"; click T1136001 href "/offensive-technique/attack/T1136.001/"; click LocalUserAccount href "/dao/artifact/d3f:LocalUserAccount"; T1136001["Local Account"] --> |creates| UserAccount["User Account"]; class T1136001 OffensiveTechniqueNode; class UserAccount ArtifactNode; click UserAccount href "/dao/artifact/d3f:UserAccount"; click T1136001 href "/offensive-technique/attack/T1136.001/"; click UserAccount href "/dao/artifact/d3f:UserAccount"; LocalAccountMonitoring["Local Account Monitoring"] --> | analyzes | LocalUserAccount["Local User Account"]; LocalAccountMonitoring["Local Account Monitoring"] -.-> | may-detect | T1136001["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 | T1136001["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 | T1136001["Local Account"] ; class UserAccountPermissions DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click UserAccountPermissions href "/technique/d3f:UserAccountPermissions"; AccountLocking["Account Locking"] --> | disables | UserAccount["User Account"]; class AccountLocking DefensiveTechniqueNode; class UserAccount ArtifactNode; click AccountLocking href "/technique/d3f:AccountLocking"; UserAccountPermissions["User Account Permissions"] --> | restricts | UserAccount["User Account"]; class UserAccountPermissions DefensiveTechniqueNode; class UserAccount ArtifactNode; click UserAccountPermissions href "/technique/d3f:UserAccountPermissions"; AgentAuthentication["Agent Authentication"] --> | strengthens | LocalUserAccount["Local User Account"]; AgentAuthentication["Agent Authentication"] -.-> | may-harden | T1136001["Local Account"] ; class AgentAuthentication DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click AgentAuthentication href "/technique/d3f:AgentAuthentication"; RestoreUserAccountAccess["Restore User Account Access"] --> | restores | LocalUserAccount["Local User Account"]; RestoreUserAccountAccess["Restore User Account Access"] -.-> | may-restore | T1136001["Local Account"] ; class RestoreUserAccountAccess DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click RestoreUserAccountAccess href "/technique/d3f:RestoreUserAccountAccess"; UnlockAccount["Unlock Account"] --> | restores | LocalUserAccount["Local User Account"]; UnlockAccount["Unlock Account"] -.-> | may-restore | T1136001["Local Account"] ; class UnlockAccount DefensiveTechniqueNode; class LocalUserAccount ArtifactNode; click UnlockAccount href "/technique/d3f:UnlockAccount"; RestoreUserAccountAccess["Restore User Account Access"] --> | restores | UserAccount["User Account"]; class RestoreUserAccountAccess DefensiveTechniqueNode; class UserAccount ArtifactNode; click RestoreUserAccountAccess href "/technique/d3f:RestoreUserAccountAccess"; UnlockAccount["Unlock Account"] --> | restores | UserAccount["User Account"]; class UnlockAccount DefensiveTechniqueNode; class UserAccount ArtifactNode; click UnlockAccount href "/technique/d3f:UnlockAccount"; AgentAuthentication["Agent Authentication"] --> | strengthens | UserAccount["User Account"]; class AgentAuthentication DefensiveTechniqueNode; class UserAccount ArtifactNode; click AgentAuthentication href "/technique/d3f:AgentAuthentication";