This command is used to access remote shares.
net use \10.31.247.2\share /user:admin password
Is there any way to detect(EventLogs/other tools) if someone is trying to BruteForce into a remote system using this method? A wrong password does not produce any Event Logs on the remote system.
Is there any other method for accessing remote shares which will produce an EventLog on the system being BruteForced?