Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sicherheitslücken (CVE)[$] LWN.net Weekly Edition for September 24, 2026(24.09.2026 um 02:22 Uhr)
IT Security NachrichtenCISA outlines improvement plan for CVE program(24.09.2026 um 02:31 Uhr)
IT Security NachrichtenCities Across US Oppose Trump FCC Plan to Preempt Local Broadband Rules(24.09.2026 um 03:04 Uhr)
Sicherheitslücken (CVE)[$] LWN.net Weekly Edition for September 24, 2026(24.09.2026 um 02:22 Uhr)
IT Security NachrichtenCISA outlines improvement plan for CVE program(24.09.2026 um 02:31 Uhr)
IT Security NachrichtenCities Across US Oppose Trump FCC Plan to Preempt Local Broadband Rules(24.09.2026 um 03:04 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

How to Create and Configure Network Security Groups in Azure

Introduction In today’s cloud-first environments, securing and managing network traffic is essential for protecting workloads and maintaining optimal application performance. Azure Network Security Groups (NSGs) serve as virtual firewalls, …

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

Introduction

In today’s cloud-first environments, securing and managing network traffic is essential for protecting workloads and maintaining optimal application performance. Azure Network Security Groups (NSGs) serve as virtual firewalls, enabling administrators to control inbound and outbound traffic to Azure resources. When paired with Application Security Groups (ASGs), access policies become easier to manage by grouping similar resources and applying consistent rules across them.



Objectives




  • Create a network security group.

  • Create network security group rules.

  • Associate a network security group to a subnet.

  • Create and use application security groups in network security group rules.

  • Create a Network Security Group (NSG)

  • Provision an NSG that can be associated with the backend subnet of the app-vnet.

  • Create Network Security Group Rules

  • Define inbound and outbound rules to control traffic flow between the frontend and backend resources.

  • Associate a Network Security Group to a Subnet

  • Link the NSG to the backend subnet in the app-vnet to secure database server access.

  • Create and Use Application Security Groups (ASGs)

  • Create an ASG (app-frontend-asg) for web servers in the frontend subnet.

  • Associate the ASG with VM1’s network interface.

  • Use the ASG in NSG rules to simplify traffic management.

  • Deploy and Test Virtual Machines

  • Deploy VM1 in the frontend subnet and VM2 in the backend subnet using the provided ARM template.

  • Verify traffic control using the configured NSG and ASG rules.



Step 1 Create the network infrastructure for the exercise




  • Use the icon (top right) to launch a Cloud Shell session.

    cloud shell


  • Use these commands to deploy the virtual machines required for this exercise. copy and paste the command on the cloudshell.




New-AzResourceGroupDeployment -ResourceGroupName RG1 -TemplateUri

https://raw.githubusercontent.com/MicrosoftLearning/Configure-secure-access-to-workloads-with-Azure-virtual-networking-services/main/Instructions/Labs/azuredeploy.json

github




  • In the portal search for and select virtual machines.



portal search




  • Verify both vm1 and vm2 are Running.
    2 bud



Step 2 Create Application Security Group



Application security groups (ASGs) let you group together servers with similar functions. For example, all the web servers hosting your application.




  • In the portal, search for and select Application security groups.



ASG




  • Select + Create

    SELECT


  • Configure the application security group.


  • Property Value


  • Subscription Select your subscription


  • Resource group RG1


  • Name app-frontend-asg


  • Region East US 2


  • Select Review + create

    east us 2


  • Then select Create.

    tsc


  • The application security group as been created successfully

    create ASG




Step 3 Associate the application security group to the network interface of the VM




  • In the Azure portal, search and select Virtual Machine.

    AZURE PS


  • Select LinuxVM1.


  • In the Networking blade, select Application security groups and then select Add application security groups.

    select ASGs


  • Select the app-frontend-asg and then select Add.

    app-front


  • Application security group as been added to VM1

    added asg




Step 4 Create and Associate the Network Security Group



Network security groups (NSGs) secure network traffic in a virtual network.




  • In the portal search for and select Network security group.

    NSG


  • Select + Create.

    cs


  • Configure the network security group.


  • Property Value


  • Subscription Select your subscription


  • Resource group RG1


  • Name app-vnet-nsg


  • Region East US 2


  • Select Review + create

    app nsg


  • Then select Create.

    nsg tsc


  • The network security group as been created successfully

    nsg cs




Step 5 Associate the NSG with the app-vnet backend subnet.



NSGs can be associated with subnets and/or individual network interfaces attached to Azure virtual machines.




  • Select Go to resource or navigate to the app-vnet-nsg resource.

    gtr


  • In the Settings blade select Subnets.


  • Select + Associate


  • Select app-vnet (RG1) and then the Backend subnet. Select OK.

    backend


  • Backend submit as been associated to the network security group

    backend submit




Step 6 Create Network Security Group rules



An NSG use security rules to filter inbound and outbound network traffic.




  • In the search box at the top of the portal, enter Network security groups. Select Network security groups in the search results.

    nsg 2


  • Select app-vnet-nsg from the list of network security groups

    Inet nsg


  • In the Settings blade, select Inbound security rules.


  • Select + Add and configure an inbound security rule.

    Source: Any

    Source port ranges: *

    Destination: Application Security group

    Destination application security group app-frontend-asg

    Service SSH

    Action: Allow

    Priority: 100

    Name: AllowSSH




allowssh




  • Network security group rule as been created
    nsg rule



Conclusion

Through this exercise, you've gained practical experience in implementing network security within Azure. You’ve successfully:



Configured a Network Security Group (NSG) to manage and filter traffic.



Created and linked an Application Security Group (ASG) to frontend virtual machines for streamlined policy control.



Deployed virtual machines across segmented subnets to validate secure communication.



Applied custom NSG rules to enable secure SSH access from frontend to backend resources.



This project highlights the power of NSGs and ASGs working in tandem to deliver fine-grained control over network traffic. With these skills, you're now equipped to design secure, scalable, and well-managed cloud environments that protect workloads and simplify access across Azure infrastructure.

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 - How to Create and Configure Network Security Groups in Azure
id: 199b3272-4863-43b7-842d-aaaea8556176
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 = "How to Create and Configure Ne" ascii wide
    condition:
        any of them
}
Infrastructure Blast Radius & Exposure
HIGH CASCADING
Perimeter & External Ingress
GEFÄHRDET (85%)
Lateral Movement & Pivot
Geringes Risiko
Data Stores & Crown Jewels
GEFÄHRDET (95%)
Supply Chain & Cascading Reach
Geringes Risiko
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich How to Create and Configure Network Secu.... 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 How to Create and Configure Network Security Groups in Azure

Thematisch verwandte Begriffe: Create, Configure, Network, Security · 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 ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-96676 | A vulnerability was identified in Fast FAC1900R 20190827_2.0.2. The impa…
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