🖥️
Windows DFIR
  • Introduction
  • Windows Artifacts
    • Windows Quick Tips
      • Windows Command Line
      • Workstation File/Folder Locations
      • Server File/Folder Locations
    • Account Usage
      • Authentications SAM Artifacts
        • Last Login
        • Last Failed Login
        • Last Password Change
      • Authentications (Windows Event Log)
        • Logon ID
      • Group Membership
        • Event ID: 4798
        • Event ID: 4799
      • RDP
        • Source System Artifacts - Quick Reference
        • Destination System Artifacts - Quick Reference
      • SSH
      • Rouge Local Accounts
      • CrowdStrike Searches
        • Event Name - UserLogon
        • Event Name - UserLogonFailed
        • Event Name - UserLogonFailed2
        • Event Name - SsoApplicationAccess
    • Browser Usage
      • History & Downloads
        • Viewing History Files - DB Browser
        • Transition Types
      • Auto-Complete Data
      • Bookmarks
      • Browser Preferences
      • Cache
      • Cookies
      • Extensions
      • Super Cookies (HTML5 Web Storage)
      • Media History
      • Private Browsing
      • Session Restore
      • Stored Credentials
      • Suggested/Frequent Sites
      • DB Browser Queries
        • Firefox
        • Chrome
        • Media History
      • PowerShell Scripts
        • Browser Extension Finder
        • Browser History Finder
    • Processes
      • at.exe
      • explorer.exe
      • lsass.exe
      • lsaiso.exe
      • PuTTy.exe
        • X11 Forwarding
      • runtimebroker.exe
      • services.exe
      • smss.exe
      • System
      • svchost.exe
        • Services
      • winlogon.exe
      • wininit.exe
    • Cloud Storage
    • Deleted File or File Knowledge
      • WordWheelQuery (Win 7+)
      • ACMRU (Win XP)
      • Internet Explorer file:///
      • Last Visited MRU
      • Thumbs.db (Win XP)
      • Thumbcache
      • Recycle Bin
      • User Typed Paths
      • Windows Search Database
    • File Download
      • Zone.Identifer
      • Open/Save Most Recently Used (MRU)
      • Email
      • Drive By Downloads
        • Malvertising
      • Web Browsing
        • Cache Files
      • CrowdStrike Searches
        • MoTW
    • Folder/File Opening/Creation
      • Recent Files
      • Office Recent Files
      • Shell Bags
      • .lnk Files
      • Jump Lists
        • AppIDs
      • Prefetch
      • Index.dat file://
      • PowerShell Scripts
        • .lnk Files
    • Persistence
      • Registry
        • NTUSER.DAT & HKU\SID
        • Run and Run Once
        • Shell Folders and UserInit Key
        • Services
        • Logon Scripts
        • Office Add-ins
        • Winlogon Shell
        • Image File Execution Options (IFEO)
        • AppInit_DLLs
        • Scheduled Tasks
      • Scheduled Tasks
        • Scheduled Task Destination System Artifacts
        • Scheduled Task Source System Artifacts
      • Startup
      • Tool: AutoRuns
      • Accounts
      • WMI Event Consumers
        • WMI: Source System Artifacts
        • WMI: Destination System Artifacts
        • WMI: PowerShell Analysis
      • PowerShell Scripts
        • Startup Programs
      • CrowdStrike Searches
        • Files Written to Startup Folder
        • Files Written to Startup Folder from the Internet
        • Local Account Creation/Deletion
        • Azure Account Creation/Deletion
        • Scheduled Tasks
    • Physical Location
      • Time zone
      • Wireless SSID
      • Network History (Vista/Win7–11)
      • Cookies
      • Browser Search Terms
    • Program Execution
      • Prefetch
        • Decoding Prefetch Files with Eric Zimmerman's PECmd Tool
      • BAM/DAM
      • CapabilityAccessManager
      • UserAssist
      • Last Visited MRU
      • RunMRU
      • MUI Cache
      • ShimCache
      • Amcache
      • Jump Lists
    • Shadow Copies
      • VSC Permissions
      • Event ID 8193: Volume Shadow Copy Service Error
    • USB Usage
      • Key Identification
      • Drive Letter and Volume Name
      • Connection Timestamps
      • User
      • Volume Name
      • Plug & Play Event Log
    • Windows Services
      • DoSvc (Delivery Optimization)
    • System Information
    • Event IDs
      • Authentication / Account
        • 4624 - Authentication Success
          • Logon Types
        • 4625 - Authentication Failure
          • SubStatus Codes
        • 4634 - Account Logoff
        • 4648 - Explicit Credentials Success
        • 4672 - Special Privileges
        • 4720 - Account Creation
        • 4722 - Account Enabled
        • 4732 - Addition to Local Group
        • 4738 - Account Changed
        • 4776 - Kerberos Authentication Attempt
          • Substatus Codes
        • 4771 - Kerberos Failure
        • 4768
      • File System
        • 1006
        • 4688 - Process Created
        • 4663
        • 4656
        • 6416
        • 20001
        • 20003
  • Windows DFIR & MITTR
    • Initial Access
      • Content Injection
      • Drive-by Compromise
        • Watering Hole Attack
        • Microsoft Files (Payload Execution)
        • Exploit Delivery
        • Viewing Browser History Files
      • Phishing
    • Execution
    • Persistence
    • Privilege Escalation
    • Defense Evasion
    • Credential Access
      • Logon ID
    • Discovery
    • Lateral Movement
    • Collection
    • Command and Control
    • Exfiltration
    • Impact
  • SOC Related
    • Cached Credentials
    • Domain Controller Password Spraying
Powered by GitBook
On this page

Was this helpful?

  1. Windows Artifacts
  2. Event IDs
  3. Authentication / Account

4722 - Account Enabled

https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4722

Event ID 4722 in the Windows Security Event Log is a crucial event that signifies the enabling of a user account. This event is generated when an account that was previously disabled or created in a disabled state is enabled, allowing the account to be used for logon and authentication purposes. Monitoring Event ID 4722 is vital for security professionals to ensure that only authorized accounts are activated and to detect potential misuse or unauthorized access within their environments.

This event is logged by the Security subsystem as part of the "Audit User Account Management" category when an account is enabled in a Windows environment.

Category: Audit User Account Management

Significance:

  • Security Implications: The enabling of a user account, especially if previously disabled or not authorized, could indicate a compromise or an insider threat attempting to gain access or elevate privileges within a system or network.

  • Operational and Compliance Aspects: Proper management of user account lifecycle, including the enabling of accounts, is critical for operational integrity and compliance with security policies and regulatory standards.

Details Included in Event ID 4722

  • Subject: Identifies the user or process that performed the action of enabling the account. This includes the Security ID (SID), Account Name, Domain Name, and Logon ID.

  • Target Account: Provides details about the account that was enabled, including its Security ID, Account Name, and Domain.

How to Use Event ID 4722 for Security

Proactive Monitoring and Alerting: Configuring alerts for this event ID in SIEM systems can help in promptly detecting when accounts are enabled, especially those that are sensitive or should remain disabled under normal circumstances.

Investigating Security Incidents: In the context of an incident response, this event can provide insights into the timeline of an attack, helping to identify when an attacker gained access or escalated their privileges by enabling an account.

Ensuring Policy Compliance: Regular audits of events related to account management, including account enabling, can assist in enforcing account management policies and identifying deviations from expected practices.

Best Practices for Monitoring Event ID 4722

  • Audit Policy Configuration: Ensure that "Audit User Account Management" is enabled in Group Policy to capture relevant events, including Event ID 4722.

  • Routine Security Audits: Incorporate the review of account enabling events into regular security audits to detect and rectify unauthorized or inadvertent account changes.

  • Contextual Correlation: Analyze Event ID 4722 in conjunction with other related events, such as account creation (Event ID 4720) and group membership changes (e.g., Event ID 4728), to gain comprehensive insights into account lifecycle management and potential security implications.

  • Anomaly Detection: Set up anomaly detection rules to alert on unusual patterns, such as the enabling of multiple accounts in a short period or the activation of accounts during non-business hours, which may suggest malicious activities.

Limitations

While Event ID 4722 is valuable for tracking when user accounts are enabled, it does not inherently indicate whether the action was authorized or malicious. Additional investigation and correlation with other security events and logs are necessary to determine the context and legitimacy of the account enabling.

Previous4720 - Account CreationNext4732 - Addition to Local Group

Last updated 1 year ago

Was this helpful?