Hi,
Couple more Medfos samples courtesy of B-boy/StyLe/
These seem a bit different than previous variants encountered.
sidapr.dl_ -- b01e81e1b02198fe3e249f9a1b93847c --
https://www.virustotal.com/en/file/e62e ... 373531509/
stspb.dl_ -- 8c03298e8b1b2b9181d8ef7fdf1e65af --
https://www.virustotal.com/en/file/522e ... 373531656/
The filename of the .DLL is also created as a registry value here: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion (see below)
Code: Select allSearching for "sidapr"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion]
"sidapr"="ODUuMTcuMTQ3LjMzOwAA"
Source:
http://pastebin.com/4D213JBA
Anything special about this "ODUuMTcuMTQ3LjMzOwAA" data in the value? It doesn't seem so random as I found it in another topic as well (see below) :
Code: Select allHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
ctroc - ODUuMTcuMTQ3LjMzOwAA
Source:
http://www.bleepingcomputer.com/forums/ ... try3070135
The .DLL in both cases is located in %appdata% (as with previous variants). What I find interesting is that this .DLL doesn't appear to be running. No scans are detecting it as loaded into a process, isn't utlizing rundll32.exe, no autorun / startup value in the registry as I would expect. The only reference that I can see to the .DLL was located at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion but the data of the value here isn't to the filepath; it's just "ODUuMTcuMTQ3LjMzOwAA". Is this .DLL only ran once (RunOnce) and just left on the system ?
More analysis appreciated.