Get URL of browser window on file access in minifilter

As of now, I can get process Id of a process who is accessing the file in minifilter driver. But I need something more. Can We get URL of search bar of the chrome browser when chrome access some file? I need to block file access for some specific URL.

For Example:
When drive.google.com in chrome access some file then in our minifilter driver, we can get the process Id of chrome BUT somehow is it possible to get URL(i.e drive.google.com) ?

Any idea will be much appreciated.

Certainly not in kernel mode.

1 Like

@jay96612 did you find a solution?