Windows NT WinLogon Notify

Source: Internet
Author: User

In the NT-series Windows operating system, malware can make itself bootable by correlating winlogon specific events, such as Lock,logoff,logon,shutdown,startscreensaver,startshell, Startup,stopscreensaver,unlock and so on, which can even allow malware to be loaded in safe mode. The location of the Winlogon notification event in the registry is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\currentversion\winlogon\notify

When WinLogon.exe generates an event notification, Windows examines the specified DLL inside the registry and invokes the exported function specified by the DLL. Example (call WinLogonDemo.dll exported Lockfun function when the screen is locked):

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\currentversion\winlogon\ Notify\test]@= "" "DLLName" = "WinLogonDemo.dll" "Asynchronous" =dword:00000001 "impersonate" =dword:00000001 "Lock" = " Lockfun "

Starting with Windows Vista, this feature has been canceled. You can listen for the appropriate event by registering a service (not supported for some events), see Using Service Control Manager (SCM) notifications

Http://www.programlife.net/windows-nt-winlogon-notify.html

Windows NT WinLogon Notify

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.