Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 2.09 KB

prevent-11_description.md

File metadata and controls

22 lines (16 loc) · 2.09 KB

PREVENT-11

Description

Disable and uninstall WebClient on site servers

Summary

WebClient is the name of the service used for WebDAV operations on Windows hosts. WebDAV is a protocol extension to HTTP that allows file operations, similar to SMB. By default, Windows will attempt to access a resource over SMB but will fallback to HTTP if WebClient is running. This is commonly used to coerce authentication from remote systems, as NTLM authentication over HTTP can be relayed to other protocols, such as LDAP.

This service is installed by default on workstation versions of Windows and can be triggered to start from a local standard user context. Therefore, disabling it is not enough to prevent local privilege escalation attack vectors but it will help prevent lateral movement. If workstations are not accessing SMB shares over HTTP(S), WebClient can be removed. Server versions of Windows do not have WebClient installed by default. If it is installed on a server, evalute its purpose and remove if it is not necessary.

Linked Defensive IDs

Associated Offensive IDs

References