Skip to content

Commit e84ae8f

Browse files
committed
Perimeter Security
1 parent 51315e8 commit e84ae8f

2 files changed

Lines changed: 5 additions & 19 deletions

File tree

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,6 @@ Apps used
627627

628628
**Key Principle**: *"Never trust, always verify."*
629629

630-
### ✅ Key Features:
631-
632630
* Access is granted **at access time** based on identity and policy evaluation.
633631
* Avoids reliance on network location (IP, subnet, etc.).
634632
* Strong identity verification, least privilege access, and micro-segmentation.
@@ -648,8 +646,6 @@ flowchart TD
648646

649647
**Definition**: A lightweight computer that relies on a server to perform most processing tasks.
650648

651-
### ✅ Characteristics:
652-
653649
* Minimal or **no local data storage**.
654650
* All applications and processing occur **on the server**.
655651
* Enhances **security** and simplifies **desktop management**.
@@ -662,11 +658,12 @@ flowchart TD
662658

663659
**Private IPs** allow resources within an Azure Virtual Network (VNet) to communicate securely without exposure to the internet.
664660

665-
### ✅ Key Features:
666-
667661
* **Non-routable** (RFC 1918 compliant).
668662
* Used for internal communication between VMs in the same or peered VNets.
669663
* **Allocated dynamically** or statically from the VNet’s address space.
664+
* IPs are associated with NICs via Azure Resource Manager (ARM) configurations, not manually or directly by the admin.
665+
For load balancers, IPs are assigned to frontend configurations, not directly to the NIC.
666+
670667

671668
**🔎 Tip**: Private IPs are the default addressing method inside Azure VNets. Public IPs are required only for external communication.
672669

@@ -683,7 +680,7 @@ flowchart TD
683680

684681
**Purpose**: Automatically mitigates distributed denial of service (DDoS) attacks.
685682

686-
### ✅ How It Works:
683+
By examining network traffic patterns and looking for any irregularities that could point to a DDoS assault, Azure DDoS Protection Standard operates. To build a baseline of typical traffic behavior, it employs traffic profiling and machine learning techniques. A suspicious alert is raised for any traffic that deviates from this baseline.
687684

688685
* Monitors network traffic to build a **baseline** of normal behavior.
689686
* Uses **machine learning** to detect **anomalies**.
@@ -718,18 +715,15 @@ graph LR
718715
To allow HTTP (port 80) and block SSH (port 22) to Marketing VMs:
719716

720717
* Create an **Application Rule** to allow HTTP.
721-
* Create a **Network Rule** to **block SSH**.
718+
* SSH traffic is already denied by default rules.
722719

723-
**🔎 Best Practice**: Use Application Rules for web-based FQDN filtering and Network Rules for lower-level IP filtering.
724720

725721
---
726722

727723
## 6. Azure Firewall Manager
728724

729725
**Purpose**: Centralized management for Azure Firewall policies across regions/subscriptions.
730726

731-
### ✅ Benefits:
732-
733727
* Unified visibility and **policy enforcement**.
734728
* Consistency across **multiple firewalls**.
735729
* Integration with **Secure Virtual Hub** in Azure Virtual WAN.
@@ -742,8 +736,6 @@ To allow HTTP (port 80) and block SSH (port 22) to Marketing VMs:
742736

743737
**Definition**: A private, dedicated connection between on-premises infrastructure and Azure.
744738

745-
### ✅ Features:
746-
747739
* **Bypasses the public internet** for secure, low-latency communications.
748740
* Supported via **IP VPN** (MPLS) or Ethernet connections.
749741
* Offers **layer 2 and layer 3 connectivity** options.
@@ -756,8 +748,6 @@ To allow HTTP (port 80) and block SSH (port 22) to Marketing VMs:
756748

757749
**Azure VPN Gateway** allows encrypted communication over public networks.
758750

759-
### ✅ Uses:
760-
761751
* **Site-to-site VPNs** (on-prem to Azure).
762752
* **VNet-to-VNet VPNs** (intra-Azure region).
763753
* Supports **IKEv2 and IPsec** protocols.
@@ -776,8 +766,6 @@ graph TD
776766

777767
**Definition**: A VM-based appliance offering advanced networking capabilities like IDS/IPS, WAF, or custom routing.
778768

779-
### ✅ Use Case:
780-
781769
* Performs **deep packet inspection**.
782770
* **Controls inbound and outbound** traffic.
783771
* Useful when built-in services like Azure Firewall don’t meet specific requirements.
@@ -790,8 +778,6 @@ graph TD
790778

791779
**Forced Tunneling**: Routes **all** Azure VNet traffic destined for the internet through on-premises via a VPN connection.
792780

793-
### ✅ Purpose:
794-
795781
* Enforce **centralized security inspection**.
796782
* Ensure **logging and compliance**.
797783
* Directs outbound traffic via on-prem **proxy or firewall**.

0 commit comments

Comments
 (0)