1/24
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is WinRM Microsoft's implementation of?
the WS-Management protocol
What does WinRM allow systems to exchange and access across a network?
management information
What type of program is WinRM?
a Simple Object Access Protocol (SOAP) based program
What connections does WinRM rely on to communicate between systems?
HTTP/HTTPS connections
What can the administrator use the WinRM console to do remotely?
execute management commands on the system
What do all current versions of Windows already include?
the WinRM application
What is one use of WinRM for log collection and analysis?
forward logs to a remote system
What security concern exists with the use of WinRM?
remote attackers can execute their own commands against the network device
Why are concerns about clear text traffic when using HTTP unfounded with WinRM?
WinRM utilizes Kerberos to encrypt the traffic before passing it through the HTTP connection
What encrypts WinRM traffic before it passes through the HTTP connection?
Kerberos