Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Sichere ProgrammierungConnect Claude to Perplexity AI Pro with Zero Search API Fees(24.09.2026 um 09:57 Uhr)
•
Sichere ProgrammierungInvestigating Fraud with a Graph, Not Just a Prompt(24.09.2026 um 10:01 Uhr)
•
Sichere ProgrammierungA .docx does not store where its pages end(24.09.2026 um 10:01 Uhr)
•
Sichere Programmierung9 Best Enterprise AI Gateways With SSO, RBAC, and Audit Logs (2026)(24.09.2026 um 10:01 Uhr)
••
Sichere ProgrammierungThe Signal Contract for a 5-Minute TWAP Market(24.09.2026 um 10:03 Uhr)
•
Sichere ProgrammierungRemoteMac(24.09.2026 um 10:06 Uhr)
•
Sichere ProgrammierungDesigning a Batch Move That Handles Partial Failure(24.09.2026 um 10:07 Uhr)
•
Sichere ProgrammierungThe Model Was Never the Problem(24.09.2026 um 10:07 Uhr)
••
Sichere ProgrammierungConnect Claude to Perplexity AI Pro with Zero Search API Fees(24.09.2026 um 09:57 Uhr)
•
Sichere ProgrammierungInvestigating Fraud with a Graph, Not Just a Prompt(24.09.2026 um 10:01 Uhr)
•
Sichere ProgrammierungA .docx does not store where its pages end(24.09.2026 um 10:01 Uhr)
•
Sichere Programmierung9 Best Enterprise AI Gateways With SSO, RBAC, and Audit Logs (2026)(24.09.2026 um 10:01 Uhr)
••
Sichere ProgrammierungThe Signal Contract for a 5-Minute TWAP Market(24.09.2026 um 10:03 Uhr)
•
Sichere ProgrammierungRemoteMac(24.09.2026 um 10:06 Uhr)
•
Sichere ProgrammierungDesigning a Batch Move That Handles Partial Failure(24.09.2026 um 10:07 Uhr)
•
Sichere ProgrammierungThe Model Was Never the Problem(24.09.2026 um 10:07 Uhr)
••
Intelligence View
⚡ tsecurity.de Intelligence

Provide storage for a new company app

Create the storage account and managed identity Provide a storage account for the web app. In the portal, search for and select Storage accounts. Select + Create. For Resource group select Create new. Give your resource group a…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Create the storage account and managed identity



Provide a storage account for the web app.



In the portal, search for and select Storage accounts.



Image description



Select + Create.



Image description



For Resource group select Create new. Give your resource group a name and select OK to save your changes.



Image description



Provide a Storage account name. Ensure the name is unique and meets the naming requirements.



Image description



Move to the Encryption tab.



Image description



Check the box for Enable infrastructure encryption.



Image description



Notice the warning, This option cannot be changed after this storage account is created.



Image description



Select Review + Create.



Wait for the resource to deploy.



Image description



2.** Provide a managed identity for the web app to use. **



Search for and select Managed identities.



Image description



Select Create.



Image description



Select your resource group.



Image description



Give your managed identity a name.



Image description



Select Review and create, and then Create.



Image description




  1. *Assign the correct permissions to the managed identity. The identity only needs to read and list containers and blobs. *



Search for and select your storage account.



Image description



Select the Access Control (IAM) blade.



Image description



Select Add role assignment (center of the page).



Image description



On the Job functions roles page, search for and select the Storage Blob Data Reader role.



Image description



On the Members page, select Managed identity.



Image description



Select Select members, in the Managed identity drop-down select User-assigned managed identity.



Image description



Image description



Select the managed identity you created in the previous step.



Image description



Click Select and then Review + assign the role.



Image description



Image description



Select Review + assign a second time to add the role assignment.



Image description



Your storage account can now be accessed by a managed identity with the Storage Data Blob Reader permissions.



Secure access to the storage account with a key vault and key




  1. *To create the key vault and key needed for this part of the lab, your user account must have Key Vault Administrator permissions. *



In the portal, search for and select Resource groups.



Image description



Select your resource group, and then the Access Control (IAM) blade.



Image description



Select Add role assignment (center of the page).



Image description



On the Job functions roles page, search for and select the Key Vault Administrator role.



Image description



On the Members page, select User, group, or service principal.



Image description



Select Select members.



Image description



Search for and select your user account. Your user account is shown in the top right of the portal.



Image description



Click Select and then Review + assign.



Image description



Select Review + assign a second time to add the role assignment.



Image description



You are now ready to continue with the lab.




  1. Create a key vault to store the access keys.



In the portal, search for and select Key vaults.



Image description



Select Create.



Image description



Select your resource group.



Image description



Provide the name for the key vault. The name must be unique.



Image description



Ensure on the Access configuration tab that Azure role-based access control (recommended) is selected.



Image description



Select Review + create.



Image description



Wait for the validation checks to complete and then select Create.



Image description



After the deployment, select Go to resource.



Image description



On the Overview blade ensure both Soft-delete and Purge protection are enabled.



Image description




  1. Create a customer-managed key in the key vault.



In your key vault, in the Objects section, select the Keys blade.



Image description



Select Generate/Import and Name the key.



Image description



Take the defaults for the rest of the parameters, and Create the key.



Image description



Configure the storage account to use the customer managed key in the key vault




  1. Before you can complete the next steps, you must assign the Key Vault Crypto Service Encryption User role to the managed identity.



In the portal, search for and select Resource groups.



Image description



Select your resource group, and then the Access Control (IAM) blade.



Image description



Select Add role assignment (center of the page).



Image description



On the Job functions roles page, search for and select the Key Vault Crypto Service Encryption User role.



Image description



On the Members page, select Managed identity.



Image description



Select Select members, in the Managed identity drop-down select User-assigned managed identity.



Image description



Select your managed identity.



Image description



Click Select and then Review + assign.



Image description



Select Review + assign a second time to add the role assignment.



Image description




  1. *Configure the storage account to use the customer managed key in your key vault. *



Return to your the storage account.



Image description



In the Security + networking section, select the Encryption blade.



Image description



Select Customer-managed keys.



Image description



Select a key vault and key. Select your key vault and key.



Image description



Select to confirm your choices.



Image description



Ensure the Identity type is User-assigned.



Image description



Select an identity.



Image description



Select your managed identity then select Add.



Image description



Save your changes.



Image description



Configure an time-based retention policy and an encryption scope.




  1. *The developers require a storage container where files can’t be modified, even by the administrator. *



Navigate to your storage account.



Image description



In the Data storage section, select the Containers blade.



Image description



Create a container called hold. Take the defaults. Be sure to Create the container.



Image description



Upload a file to the container.



Image description



In the Settings section, select the Access policy blade.



Image description



In the Immutable blob storage section, select + Add policy.



Image description



For the Policy type, select time-based retention.



Image description



Set the Retention period to 5 days.



Image description



Be sure to Save your changes.



Image description



Try to delete the file in the container.



Image description



Verify you are notified failed to delete blobs due to policy.




  1. *The developers require an encryption scope that enables infrastructure encryption. *



Navigate back to your storage account.



Image description



In the Security + networking blade, select Encryption.



Image description



In the Encryption scopes tab, select Add.



Image description



Give your encryption scope a name.



Image description



The Encryption type is Microsoft-managed key.



Image description



Set Infrastructure encryption to Enable.



Image description



Create the encryption scope.



Image description



Return to your storage account and create a new container.



Image description



Notice on the New container page, there is the Name and Public access level.

Notice in the Advanced section you can select the Encryption scope you created and apply it to all blobs in the container.



Image description

CTI Threat Relationship Graph3 Knoten / 2 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - Provide storage for a new company app
id: 2d74a652-3124-4300-a257-13fbf2fa20c4
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "Provide storage for a new comp" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Provide storage for a new company app.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Provide storage for a new company app

Thematisch verwandte Begriffe: Provide, storage, company · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-97056 | SigNoz versions from v0.98.0 up to (but not including) v0.143.0, when co…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel • Rechts: nächster Artikel • unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger • Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick