Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Part 4 : 📦 Managing Azure Storage - Containers, Access Tiers & Secure Access Control

Overview With the virtual network and VM fully configured,the next responsibility shifted to storage management. This part of the project focused on three critical things: •Storing data efficiently •Optimizing sto…

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




Overview



With the virtual network and VM fully configured,the next responsibility shifted to storage management.



This part of the project focused on three critical things:






•Storing data efficiently






•Optimizing storage cost






•Controlling and revoking access securely



Here’s how I handled it 👇






Procedure 1: 📦 Creating a Storage Container & Uploading a Blob



Inside the existing storage account (guided-project-rg), I:

•Navigated to Data storage → Containers

new container



•Created a new container called storage-container

named the container



•Uploaded a test image file

uploaded a file



Once uploaded, Azure automatically assigned it the Hot access tier which is ideal for frequently accessed data.

But since this was just a test file, keeping it in Hot storage wasn’t cost-efficient.






Procedure 2:❄️ Changing the Access Tier (Cost Optimization)



To optimize cost:

•I selected the uploaded blob

•Clicked Change tier

Change tier



•Switched it from Hot → Cold

•Saved the configuration

Switch from hot to cold



This reinforced an important cloud concept (storage tiers directly impacting cost),where not all data needs premium, high-frequency access.






Procedure 3: 📁 Creating a File Share



Beyond blob storage, I also needed to configure Azure Files for shared access scenarios.Inside the same storage account:

•I navigated to File shares



File share



•Created a new share called file-share

create a new share



•Enabled backup (for this lab)

Enable backup



•Uploaded a file into the share

uploaded a file



Now the environment supported both:

•Blob storage (object-based)

•File shares (SMB-style shared storage)



Which are two different storage solutions and two different use cases.






Procedure 4: 🔐 Generating a Shared Access Signature (SAS Token)



Next came secure access control, where instead of giving full account access,i generated a Shared Access Signature (SAS) for the uploaded blob.






The Configuration included are :


•Signing method: Account key

•Signing key: Key 1

•Permissions: Read only

•Protocol: HTTPS only

•Custom expiration time



Once generated, i copied the Blob SAS URL into a new browser tab and it successfully displayed the image.



Generate SAS



That link allowed temporary limited access.

This is powerful because:

•No need to share account keys

•Access is time-bound

•Permissions are granular






Procedure 5: 🔁 Rotating Access Keys (Revoking Access)



Granting access is only half the story,revoking access is just as important.Since the SAS token was signed using Key 1,i invalidated it by:

•Navigating to Security + networking → Access keys

•Selecting Rotate key for Key 1

•Confirming the regeneration

Rotate key

After the key rotation, I refreshed the SAS URL tab.






☑️ Result




  • Authentication failed,access successfully revoked and this demonstrated a critical Azure security concept.

  • Rotating storage account keys immediately invalidates all SAS tokens generated with that key.






📊 Final Outcome



By the end of this exercise, i had:

•Created and configured blob storage

•Optimized cost using access tiers

•Deployed Azure File Shares

•Generated secure, time-limited access

•Revoked access by rotating keys






🔑 Conclusion



This part of the guided project strengthened my understanding of:

•Storage architecture

•Access governance

•Cost management

•Real-world administrative control

Where cloud storage isn’t just about uploading files.It’s about managing lifecycle, security, and access responsibly.

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Part 4 : 📦 Managing Azure Storage - Containers, Access Tiers & Secure Access Control
id: ea89fe87-19de-4470-9026-f37f713b06a3
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-27
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
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-27"
        description = "YARA Signature for "
    strings:
        $str = "Part 4 : 📦 Managing Azure Stor" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Part 4   Managing Azure Storage - Contai")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Part 4   Managing Azure Storage - Contai*"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Part 4   Managing Azure Storage - Contai"
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Analyse für identifizierte Bedrohung auf Basis von Live-CTI (ENISA EUVD): CVSS 0.0 · EPSS 0.0% · CISA KEV: nein. Handlungsableitung aus den verlinkten Hersteller-Quellen.

🛡️ 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.
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Part 4 : 📦 Managing Azure Storage - Containers, Access Tiers & Secure Access Control

Thematisch verwandte Begriffe: Part, Managing, Azure, Storage · 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 ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2025-71424 | Contrast, Edgeless Systems' runtime for confidential containers on Kuber…
Advisory →
tsecurity.de Icon
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