Is there any known method of retrieving the caller’s IP address inside a filter driver? I’ve got a minifilter driver running on a server and am auditing file activity from users across the network. Obviously I cannot determine the remote process name or process ID that is opening the file, but I would like to get the IP address of the remote computer opening the file.
Is this possible with the information given, such as the FILE_OBJECT?