Can we make a searc...
 
Notifications
Clear all

Can we make a search in registy based on a specific date?

6 Posts
5 Users
0 Reactions
546 Views
(@yunus)
Estimable Member
Joined: 17 years ago
Posts: 178
Topic starter  

I want to make a search in the registry based on a specific date. If I make a search by Ctrl+f in regedit and write the date and press seach , it will not bring any result, however I know that there are registry keys which were written on that date, and I can see them If I individually check them.

So, is there a way to find all registry keys which were written on a specific date, or can you make a seach in registry in order to find out which keys were written on that specific date?


   
Quote
mobab
(@mobab)
Active Member
Joined: 16 years ago
Posts: 10
 

Download Registry-Ripper (http//regripper.net/RR/RegRipper/rr_20080909.zip). With the command

perl rip.pl -r "/Path/to/Registry-File" -p regtime

you get an list with the timestamp of the last write time for each key.


   
ReplyQuote
(@Anonymous 6593)
Guest
Joined: 17 years ago
Posts: 1158
 

I want to make a search in the registry based on a specific date. If I make a search by Ctrl+f in regedit and write the date and press seach , it will not bring any result, however I know that there are registry keys which were written on that date, and I can see them If I individually check them.

This suggests that you are dealing with a live registry – is that right?

Regedit does not display any timestamps (at least not versions of it I have used). So it should not really be unexpected that searches also are limited to the fielkds that are displayed in the user interface.

So, is there a way to find all registry keys which were written on a specific date, or can you make a seach in registry in order to find out which keys were written on that specific date?

There are several ways.

Export to .TXT file, and search that file for Last Write Time. Format is not perfect for computer processing, though.

Or, as long as you deal with a live registry, use Microsoft LogParser. From there you can either select the time stamp range yourself in an SQL-like query language, or just output all entries as TXT, CSV or XML, and import that in Access, if you feel more comfortable with that.


   
ReplyQuote
(@yunus)
Estimable Member
Joined: 17 years ago
Posts: 178
Topic starter  

NO, it is not a live registry. I exported the registy files from Windows/config - software and system, and opened them in Registry Viewer. It gives you the same interface like live forensics.


   
ReplyQuote
keydet89
(@keydet89)
Famed Member
Joined: 21 years ago
Posts: 3568
 

RegRipper is a good place to start; however, that only gets the LastWrite times on keys, and does not get the time stamps embedded within various value data; just something to keep in mind when performing your search.


   
ReplyQuote
pbobby
(@pbobby)
Estimable Member
Joined: 16 years ago
Posts: 239
 

If you export the registry as a text file, using regedit, it writes the Last Write time to that text file along with the key value pairs.

Then you can search using Notepad.


   
ReplyQuote
Share: