- Mastering Reverse Engineering
- Reginald Wong
- 111字
- 2021-06-10 19:40:25
Run keys
Entering a file path in the registry data under these registry keys will trigger execution when Windows starts, as can be seen in the following registry path for the Windows 64-bit versions
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\N\RunServicesOnce
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Windows\CurrentVersion\Run
Programs that are listed under these registry keys will trigger execution when the current user logs in, as can be seen in the following registry path:
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnceEx
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
- HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Run
The keys names containing Once will have the listed programs that run only once. The malware may still persist if it keeps on placing its own file path under the RunOnce, RunOnceEx or RunServicesOnce keys.
推薦閱讀
- 開發(fā)者的Web安全戒律:真實威脅與防御實踐
- Web安全與攻防入門很輕松(實戰(zhàn)超值版)
- 軟件開發(fā)安全之道:概念、設計與實施
- Kali Linux Network Scanning Cookbook(Second Edition)
- 解密彩虹團隊非凡實戰(zhàn)能力:企業(yè)安全體系建設(共5冊)
- 數據保護:工作負載的可恢復性
- 網絡安全態(tài)勢感知
- 博弈論與數據安全
- 網絡安全大數據分析與實戰(zhàn)
- VMware vCloud Security
- Kali Linux高級滲透測試(原書第4版)
- 云計算安全防護技術
- 網絡入侵檢測系統(tǒng)原理與應用
- Hands-On Bug Hunting for Penetration Testers
- 惡意軟件、Rootkit和僵尸網絡