zhubrain / Windows_persistence

Ways for malwares to gain persistence in Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows_persistence

Ways for malwares to gain persistence in Windows.

1. Ease of Access - AtBroker.exe

Programs under register key "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs" will be executed by windows binary "AtBroker.exe". After a configuration in register "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Accessibility\Configuration = …", the process will be executed anytime when a user log on, or when a destop change happens(e.g., when uac pops up).

2. WMI Event Subscription

Create a permanent WMI subscription, then when a certain event fires up, a vbscript(or a commandline) will be executed.

About

Ways for malwares to gain persistence in Windows.

License:GNU General Public License v3.0


Languages

Language:C++ 62.4%Language:C 23.9%Language:PowerShell 13.7%