|
-
January 26th, 2008, 06:20 AM
#1
injecting browser helper objects remotely =?
Some system monitoring program gave me this message
A new startup program has been detected
D:\windows\system32\jkhfd.dll,c
which means that it is executing the function whose name is c which is exported by jkhfd.dll
I dissassembled the file(jkhfd.dll) and found the following list of exported functions-
c
DllCanUnloadNow
DllGetClassObject
f
InitSecurityInterfaceWLsaApCallPackage
LsaApCallPackagePassthrough
LsaApCallPackageUntrusted
LsaApInitializePackage
LsaApLogonTerminated
LsaApLogonUser
LsaApLogonUserEx
o
s
SpInitialize
(the function c, as I suspected, is exported)
Some sysinternals tools told me that the above dll is there(injected?) as the browser helper objects
HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects
{B2CEFDCD-4318-4FD1-B87F-3E28D54ECF8D} d:\windows\system32\jkhfd.dll
From the above list of exported functions, most are implemented by the dll creator herself. But the win32 function(s) like LogonUser(which attempts to logon,probably remotely) has aroused my suspicion.
My questions-
What's the prefix LsaAp means ?
Since the dissassembler can't locate the functions in the dissassembly, please suggest some other way of reversing the dll ?
Any further info on this method of attack, that is, how can someone remotely inject BHOs(browser helper objects) ?
Similar Threads
-
By karavay in forum Microsoft Security Discussions
Replies: 3
Last Post: August 13th, 2006, 12:53 AM
-
By mikem0327 in forum AntiOnline's General Chit Chat
Replies: 0
Last Post: March 24th, 2004, 04:36 AM
-
By Szafran in forum Miscellaneous Security Discussions
Replies: 1
Last Post: September 7th, 2003, 09:41 PM
-
By E5C4P3 in forum Product / Book / Training / Conference Reviews
Replies: 2
Last Post: March 3rd, 2002, 03:24 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|