Skip to content

SatyenderYadav/UAParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UAParser

What is UserAssist Artifacts ?

This is the artifacts which is inside the NTUSER.DAT file [ HKCU Registry ]. It will contain the information about what programs are executed inside the system.

Where UserAssist is located ?

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\

Infomration provided by Artifact:

  • This can provide which program is executed on system.
  • Provide the detail if the program is executed via lnk or the executable.
  • Provide the number of times the program is executed.
  • Provide the the last Modification Time
  • Also provide the details like focus seconds of the executed program, path of the exectubale or lnk.

Usage

python3 main.py -f <Exported HKCU>

Result

tool_ua

References

Program Execution Analysis using UserAssist Key in Modern Window

Windows 7 UserAssist Registry Keys Analysis

Windows userassist keys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages