Wow6432Node CurrentVersion Autorun Keys Modification
Detects modification of autostart extensibility point (ASEP) in registry.
Sigma rule (View on GitHub)
  1title: Wow6432Node CurrentVersion Autorun Keys Modification
  2id: b29aed60-ebd1-442b-9cb5-16a1d0324adb
  3related:
  4    - id: 17f878b8-9968-4578-b814-c4217fc5768c
  5      type: obsolete
  6status: test
  7description: Detects modification of autostart extensibility point (ASEP) in registry.
  8references:
  9    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md
 10    - https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
 11    - https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d # a list with registry keys
 12    - https://oddvar.moe/2018/03/21/persistence-using-runonceex-hidden-from-autoruns-exe/
 13author: Victor Sergeev, Daniil Yugoslavskiy, Gleb Sukhodolskiy, Timur Zinniatullin, oscd.community, Tim Shelton, frack113 (split)
 14date: 2019-10-25
 15modified: 2025-10-07
 16tags:
 17    - attack.privilege-escalation
 18    - attack.persistence
 19    - attack.t1547.001
 20logsource:
 21    category: registry_set
 22    product: windows
 23detection:
 24    selection_wow_current_version_base:
 25        TargetObject|contains: '\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion'
 26    selection_wow_current_version_keys:
 27        TargetObject|contains:
 28            - '\ShellServiceObjectDelayLoad'
 29            - '\Run\'
 30            - '\RunOnce\'
 31            - '\RunOnceEx\'
 32            - '\RunServices\'
 33            - '\RunServicesOnce\'
 34            - '\Explorer\ShellServiceObjects'
 35            - '\Explorer\ShellIconOverlayIdentifiers'
 36            - '\Explorer\ShellExecuteHooks'
 37            - '\Explorer\SharedTaskScheduler'
 38            - '\Explorer\Browser Helper Objects'
 39    filter_main_empty:
 40        Details: '(Empty)'
 41    filter_main_ms_win_desktop_runtime:
 42        Details|startswith: '"C:\ProgramData\Package Cache\{d21a4f20-968a-4b0c-bf04-a38da5f06e41}\windowsdesktop-runtime-'
 43    filter_main_vcredist:
 44        Image|endswith: '\VC_redist.x64.exe'
 45        Details|endswith: '}\VC_redist.x64.exe" /burn.runonce'
 46    filter_main_upgrades:
 47        Image|startswith:
 48            - 'C:\ProgramData\Package Cache'
 49            - 'C:\Windows\Temp\'
 50        Image|contains:
 51            - '\winsdksetup.exe'
 52            - '\windowsdesktop-runtime-'  # C:\WINDOWS\Temp\{751E2E78-46DC-4376-9205-99219CDC34AE}\.be\windowsdesktop-runtime-6.0.12-win-x86.exe
 53            - '\AspNetCoreSharedFrameworkBundle-'  # "C:\ProgramData\Package Cache\{b52191c1-a9c0-4b34-9a4e-930c2dd8a540}\AspNetCoreSharedFrameworkBundle-x86.exe" /burn.runonce
 54        Details|endswith: ' /burn.runonce'
 55    filter_main_uninstallers:
 56        # This image path is linked with different uninstallers when running as admin unfortunately
 57        Image|startswith: 'C:\Windows\Installer\MSI'
 58        TargetObject|contains: '\Explorer\Browser Helper Objects'
 59    filter_main_msiexec:
 60        Image: 'C:\WINDOWS\system32\msiexec.exe'
 61        TargetObject|contains: '\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\'
 62    filter_main_edge:
 63        Image|contains|all:
 64            - 'C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{'
 65            - '\setup.exe'
 66    filter_optional_msoffice1:
 67        Image: 'C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe'
 68        TargetObject|contains: '\Office\ClickToRun\REGISTRY\MACHINE\Software\Wow6432Node\'
 69    filter_optional_msoffice2:
 70        Image:
 71            - 'C:\Program Files\Microsoft Office\root\integration\integrator.exe'
 72            - 'C:\Program Files (x86)\Microsoft Office\root\integration\integrator.exe'
 73        TargetObject|contains: '\Explorer\Browser Helper Objects\{31D09BA0-12F5-4CCE-BE8A-2923E76605DA}\'
 74    filter_optional_dropbox:
 75        - Details|endswith: '-A251-47B7-93E1-CDD82E34AF8B}'
 76        - Details: 'grpconv -o'
 77        - Details|contains|all:
 78              - 'C:\Program Files'
 79              - '\Dropbox\Client\Dropbox.exe'
 80              - ' /systemstartup'
 81    filter_optional_evernote:
 82        TargetObject|endswith: '\Explorer\Browser Helper Objects\{92EF2EAD-A7CE-4424-B0DB-499CF856608E}\NoExplorer'
 83    filter_optional_dotnet:
 84        Image|contains: '\windowsdesktop-runtime-'
 85        TargetObject|endswith:
 86            - '\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnce\{e2d1ae32-dd1d-4ad7-a298-10e42e7840fc}'
 87            - '\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnce\{7037b699-7382-448c-89a7-4765961d2537}'
 88        Details|startswith: '"C:\ProgramData\Package Cache\'
 89        Details|endswith: '.exe" /burn.runonce'
 90    filter_optional_office:
 91        Image|startswith:
 92            - 'C:\Program Files\Common Files\Microsoft Shared\ClickToRun\'
 93            - 'C:\Program Files\Common Files\Microsoft Shared\ClickToRun\Updates\'
 94        Image|endswith: '\OfficeClickToRun.exe'
 95    filter_optional_discord:
 96        TargetObject|endswith: '\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run\Discord'
 97        Details|endswith: 'Discord.exe --checkInstall'
 98    filter_optional_avira:
 99        Details|endswith: '\Avira.OE.Setup.Bundle.exe" /burn.runonce'
100        Image|endswith: '\Avira.OE.Setup.Bundle.exe'
101    filter_optional_avg_1:
102        Image|endswith: '\instup.exe'
103        TargetObject|endswith: '\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\RunOnce\AvRepair'
104        Details|endswith: 'instup.exe" /instop:repair /wait'
105    filter_optional_avg_2:
106        Image|endswith: '\instup.exe'
107        TargetObject|endswith:
108            - '\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\00avg\(Default)'
109            - '\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\00asw\(Default)'
110        Details:
111            - '{472083B1-C522-11CF-8763-00608CC02F24}'
112            - '{472083B0-C522-11CF-8763-00608CC02F24}'
113    condition: all of selection_* and not 1 of filter_main_* and not 1 of filter_optional_*
114falsepositives:
115    - Legitimate software automatically (mostly, during installation) sets up autorun keys for legitimate reason
116    - Legitimate administrator sets up autorun keys for legitimate reason
117level: medium
References
Related rules
- Classes Autorun Keys Modification
 - Common Autorun Keys Modification
 - CurrentControlSet Autorun Keys Modification
 - CurrentVersion Autorun Keys Modification
 - CurrentVersion NT Autorun Keys Modification