Control: 9.6 Ensure that 'Basic Authentication' is 'Disabled'
Description
Basic Authentication provides the ability to create identities and authentication for an App Service without a centralized Identity Provider. For a more effective, capable, and secure solution for Identity, Authentication, Authorization, and Accountability, a centralized Identity Provider such as Entra ID is strongly advised.
Basic Authentication introduces an identity silo which can produce privileged access to a resource. This can be exploited in numerous ways and represents a significant vulnerability and attack vector.
Remediation
From Azure Portal
- Search for, and open
App Services
from the search bar. - For each App Service listed:
- Click on the App Service name.
- Under the
Settings
menu item, click onConfiguration
. - Under the
General settings
tab, scroll down to locate the two Basic Auth settings:
- Set the
SCM Basic Auth Publishing Credentials
radio button toOff
. - Set the
FTP Basic Auth Publishing Credentials
radio button toOff
.
CAUTION: The new settings are not yet applied. Applying them may cause your App Service resource to restart - proceed with caution. Click the Save
button, then click Continue
to apply the updated configuration.
Repeat this procedure for each App Service.
Default Value
Both parameters for Basic Authentication (SCM and FTP) are set to On
by default.
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.cis_v300_9_6
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.cis_v300_9_6 --share
SQL
This control uses a named query:
manual_control