|
1 | 1 | ---
|
2 | 2 | title: Credential scanner rules
|
3 | 3 | titleSuffix: Defender for Cloud
|
4 |
| -description: Learn more about the Defender for DevOps credential scanner's rules, descriptions and the supported file types in Microsoft's Defender for Cloud. |
| 4 | +description: Learn more about the Defender for DevOps credential scanner's rules, descriptions and the supported file types in Defender for Cloud. |
5 | 5 | ms.topic: conceptual
|
6 | 6 | ms.date: 01/31/2023
|
7 | 7 | ---
|
@@ -114,7 +114,7 @@ Azure SQL Connection String
|
114 | 114 |
|
115 | 115 | **Sample**: `<add key="ConnectionString" value="server=tcp:server.database.windows.net;database=database;user=user;password=ZYXWVU_2;"`
|
116 | 116 |
|
117 |
| -Learn more about [SQL database AAD authentication configure](/azure/sql-database/sql-database-aad-authentication-configure). |
| 117 | +Learn more about [SQL database Azure AD authentication configure](/azure/sql-database/sql-database-aad-authentication-configure). |
118 | 118 |
|
119 | 119 | ### CSCAN-AZURE0030
|
120 | 120 |
|
@@ -230,15 +230,15 @@ Learn more about [Authorizing access to REST APIs with OAuth 2.0](/azure/devops/
|
230 | 230 |
|
231 | 231 | ### CSCAN-AZURE0120
|
232 | 232 |
|
233 |
| -Azure Function Master / API Key |
| 233 | +Azure Function Primary / API Key |
234 | 234 |
|
235 | 235 | **Sample**: `https://account.azurewebsites.net/api/function?code=abcdefghijklmnopqrstuvwxyz0123456789%2F%2BABCDEF0123456789%3D%3D...` <br> `ApiEndpoint=account.azurewebsites.net/api/function;ApiKey=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==;` <br> `x-functions-key:abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==`
|
236 | 236 |
|
237 | 237 | Learn more about [Getting your function access keys](../azure-functions/functions-how-to-use-azure-function-app-settings.md#get-your-function-access-keys) and [Function access keys](https://learn.microsoft.com/azure/azure-functions/functions-bindings-http-webhook-trigger?tabs=in-process%2Cfunctionsv2&pivots=programming-language-csharp#authorization-keys)
|
238 | 238 |
|
239 | 239 | ### CSCAN-AZURE0121
|
240 | 240 |
|
241 |
| -Identifiable Azure Function Master / API Key |
| 241 | +Identifiable Azure Function Primary / API Key |
242 | 242 |
|
243 | 243 | **Sample**: `https://account.azurewebsites.net/api/function?code=abcdefghijklmnopqrstuvwxyz0123456789%2F%2BABCDEF0123456789%3D%3D...` <br> `ApiEndpoint=account.azurewebsites.net/api/function;ApiKey=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==;` <br> `x-functions-key:abcdefghijklmnopqrstuvwxyz0123456789/+ABCDEFGHIJKLMNOP==`
|
244 | 244 |
|
@@ -326,11 +326,11 @@ Learn more about [How to rotate access key for Azure SignalR Service](../azure-s
|
326 | 326 |
|
327 | 327 | ### CSCAN-AZURE0200
|
328 | 328 |
|
329 |
| -Azure EventGrid Access Key |
| 329 | +Azure Event Grid Access Key |
330 | 330 |
|
331 | 331 | **Sample**: `host: account.eventgrid.azure.net; accesskey: abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE=;`
|
332 | 332 |
|
333 |
| -Learn more about [Getting access keys for Event Grid resources (topics or domains)](../event-grid/get-access-keys.md) |
| 333 | +Learn more about [Getting access keys for Event Grid resources (articles or domains)](../event-grid/get-access-keys.md) |
334 | 334 |
|
335 | 335 | ### CSCAN-AZURE0210
|
336 | 336 |
|
@@ -398,7 +398,7 @@ Learn more about [Getting started with Key Vault certificates](../key-vault/cert
|
398 | 398 |
|
399 | 399 | ### CSCAN-GENERAL0030
|
400 | 400 |
|
401 |
| -User Login Credentials |
| 401 | +User sign in Credentials |
402 | 402 |
|
403 | 403 | **Sample**: `{ "user": "user_name", "password": "ZYXWVU_2" }`
|
404 | 404 |
|
@@ -459,7 +459,7 @@ General Symmetric Key
|
459 | 459 |
|
460 | 460 | **Sample**: `key=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE=;`
|
461 | 461 |
|
462 |
| -Learn more about [Aes Class](/dotnet/api/system.security.cryptography.aes?view=net-5.0). |
| 462 | +Learn more about [AES Class](/dotnet/api/system.security.cryptography.aes?view=net-5.0). |
463 | 463 |
|
464 | 464 | ### CSCAN-GENERAL0150
|
465 | 465 |
|
|
0 commit comments