PrivBar is a little toolbarfor IE by Aaron Margosis which shows level of privileges.
We just register the dll in System 32 and launch Internet Explorer.
b.load and unload a dll in Internet Explorer with APM:
c.dll injection:
- in IE with Copycat (leaktest) - in Firefox with kareldjagdll (R) - in HIPS.exe or TCPView.exe with Zapass
d.Hooking and hijacking IE with Kapimon:
e.Process Modification via API with Apiguard
Apiguard is tool designed to protect processes integrity. It is currently only an experimental tool, and not recommended due to some instability. Example with service.exe:
But if we try to install a service (stealth in this example), the system crashes:
The goal of this test is to note if the protection can be installed on service.exe and hips process.
This tool illustrates the toctou problem: it installs kernel service/driver and registry keys that can't be opened by regedit (access denied): the goal here is to note if these actions are detected and prevented by the HIPS.
b.with Geswall script test
c.DFKThreat Simulator is an exhaustive tool which simulates various malware's behaviours (spyware, rootkit etc):