Skip to content
Skillv1.0.0

cis-azure-storage-17.1.4

Ensure that shared access signature (SAS) tokens expire within an hour

by CyberStrikeus(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from CyberStrikeus/CyberStrike (.cyberstrike/skill/CIS_benchmarks/Cloud_Providers/Microsoft_Azure/cis-microsoft-azure-storage-services/cis-azure-storage-17.1.4/SKILL.md). Install upstream with npx skills add CyberStrikeus/CyberStrike --skill cis-azure-storage-17.1.4. Copyright stays with the author.

17.1.4 Ensure that shared access signature (SAS) tokens expire within an hour (Manual)

Description

Shared access signature (SAS) tokens provide restricted access to Azure Storage resources (such as blobs, files, queues, or tables) for a defined time period with specific permissions. It enables users to interact with the resources without exposing account keys, offering precise control over the permitted actions (e.g., read, write) and the duration of access. To minimize security risks, SAS tokens should be configured with the shortest possible lifespan, ideally lasting no longer than an hour.

Rationale

A short lifespan for SAS tokens is recommended to minimize the risk of unauthorized access. SAS tokens grant time-limited access to resources, and a longer duration increases the opportunity for misuse if the token is compromised. By setting a shorter lifespan, the potential for security breaches is reduced.

Impact

SAS can pose security risks if they are not managed carefully.

Audit Procedure

Currently, SAS token expiration times cannot be audited. Until Microsoft makes the token expiration time a setting rather than a token creation parameter, this recommendation will require manual verification.

Expected Result

All SAS tokens are configured with an expiration time of one hour or less. Manual verification confirms that SAS token creation processes enforce a maximum expiration period of one hour.

Remediation

Remediate from Azure Portal

If SAS have been created without a short lifespan and were created with a stored access policy (SAP), the SAS can be revoked by deleting the SAP or updating the SAP expiration time to a time in the past:

  1. Go to Storage accounts.
  2. Click on a storage account.
  3. Under Data storage, click Containers, File shares, Queues, or Tables.
  4. Click the three dots next to a listed item.
  5. Click Access policy.
  6. Click the three dots next to an access policy.
  7. Click Delete.
  8. Click Save.
  9. Repeat steps 1-8 as needed to revoke SAS created with SAP.

If SAS have been created without a short lifespan and were not created with a SAP, the SAS can be revoked by regenerating the storage account access keys:

Note: Regenerating access keys can affect any applications or Azure services that are dependent on the storage account key.

  1. Go to Storage accounts.
  2. Click on a storage account.
  3. Under Security + networking, click Access keys.
  4. Next to each key, click Rotate key.
  5. Click Yes to confirm.
  6. Repeat steps 1-5 as needed to revoke SAS.

Default Value

By default, expiration for shared access signature is set to 8 hours.

References

  1. https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
  2. https://docs.microsoft.com/en-us/rest/api/storageservices/delegating-access-with-a-shared-access-signature

Additional Information

This recommendation is based on the recommendation Ensure that shared access signature (SAS) tokens expire within an hour, from the Common Reference Recommendations > Secrets and Keys > Shared Access Signatures section.

Profile

Level 1 | Manual

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/cyberstrikeus-cyberstrike-cis-azure-storage-17-1-4/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

cyberstrikeus-cyberstrike-cis-azure-storage-17-1-4.ocm.jsonjson
{
  "ocm": "1",
  "id": "cyberstrikeus-cyberstrike-cis-azure-storage-17-1-4",
  "kind": "skill",
  "name": "cis-azure-storage-17.1.4",
  "description": "Ensure that shared access signature (SAS) tokens expire within an hour",
  "publisher": "CyberStrikeus",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "cis",
      "azure",
      "storage",
      "storage-accounts",
      "sas",
      "keys",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Ensure that shared access signature (SAS) tokens expire within an hour"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/CyberStrikeus/CyberStrike",
      "path": ".cyberstrike/skill/CIS_benchmarks/Cloud_Providers/Microsoft_Azure/cis-microsoft-azure-storage-services/cis-azure-storage-17.1.4/SKILL.md",
      "ref": "df28ccd3dc6d6c02391169121ee2dcdf4a6a132b",
      "url": "https://github.com/CyberStrikeus/CyberStrike/blob/df28ccd3dc6d6c02391169121ee2dcdf4a6a132b/.cyberstrike/skill/CIS_benchmarks/Cloud_Providers/Microsoft_Azure/cis-microsoft-azure-storage-services/cis-azure-storage-17.1.4/SKILL.md",
      "key": "CyberStrikeus/CyberStrike/.cyberstrike/skill/CIS_benchmarks/Cloud_Providers/Microsoft_Azure/cis-microsoft-azure-storage-services/cis-azure-storage-17.1.4/SKILL.md"
    }
  },
  "instructions": "# 17.1.4 Ensure that shared access signature (SAS) tokens expire within an hour (Manual)\n\n## Description\n\nShared access signature (SAS) tokens provide restricted access to Azure Storage resources (such as blobs, files, queues, or tables) for a defined time period with specific permissions. It enables users to interact with the resources without exposing account keys, offering precise control over the permitted actions (e.g., read, write) and the duration of access. To minimize security risks, SAS tokens should be configured with the shortest possible lifespan, ideally lasting no longer than an",
  "cost": {
    "context_tokens": 787
  }
}

Fetch it by URL: GET /api/v1/registry/cyberstrikeus-cyberstrike-cis-azure-storage-17-1-4/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.