Directroy permissio...
 
Notifications
Clear all

Directroy permission change artifacts?

3 Posts
3 Users
0 Likes
334 Views
(@nerdrage)
Posts: 21
Eminent Member
Topic starter
 

I am trying to determine which user on a box removed permissions on a folder causing a service to crash. So far I've tried looking through the event logs to determine who remove the permissions on a folder, event ID's 4670, 562, 560, 567 with no luck. I am guessing the audit logging for this was not set. Are there any OS level Artifacts that might help, I am drawing a blank on what other artifacts may help??

Thanks in advance!

 
Posted : 25/08/2015 9:20 pm
keydet89
(@keydet89)
Posts: 3568
Famed Member
 

I am trying to determine which user on a box removed permissions on a folder causing a service to crash. So far I've tried looking through the event logs to determine who remove the permissions on a folder, event ID's 4670, 562, 560, 567 with no luck. I am guessing the audit logging for this was not set. Are there any OS level Artifacts that might help, I am drawing a blank on what other artifacts may help??

A couple of things to consider…one, how might a user performed this action? Would they have used cacls.exe? Or would they have done so via GUI? Each will have it's own set of artifacts.

For example, if done via cacls.exe, I'd perhaps (we don't know, as you haven't specified the version of Windows) look for a Prefetch file.

If performed via the GUI, I'd check ComDlg32 and shellbag entries for the user.

If you know *when* this occurred, a correctly constructed timeline might be of considerable value.

 
Posted : 05/11/2015 6:56 pm
joakims
(@joakims)
Posts: 224
Estimable Member
 

This kind of operation will for sure be present in the $LogFile. Question is if filesystem is NTFS and if the file has been recycled in the meantime (likely for system volume on a server). $UsnJrnl if present could also tell you a few things. But if filesystem is non-NTFS disregard this post.

 
Posted : 05/11/2015 11:05 pm
Share: