Hub-and-Spoke Architecture

Azure Hub-and-Spoke Architecture Using Terraform Description To design and deploy a secure, scalable Azure infrastructure using a hub-and-spoke topology. This project leverages Terraform for Infrastructure-as-Code (IaC) and includes network segmentation, centralized firewall, controlled access via jumpbox, and log analytics integration. Structure hub-spoke-architecture/ ├── provider.tf ├── main.tf ├── variables.tf ├── vnet.tf ├── firewall.tf ├── peerings.tf ├── routes.tf ├── jumpbox.tf ├── webvm.tf ├── appvm.tf └── log_analytics.tf Diagram What This Architecture Enables This infrastructure design delivers centralized, secure, and controlled access across the Azure environment, with the following key outcomes:...

May 1, 2025

SIEM With Azure Sentinal

SIEM With Azure Sentinal Description This is a project done on mapping failed event login attempts(or a bruteforce attempts) on a windows machine which is open to the internet. we either turn firewall off or put ICMP requests to allow. After catching the logs, we run a powershell script inside the machine and by using Workspace Analytics, Log Analytics, Cloud Defender and Azure Sentinal; we pull these log out and maps it to the worldmap and see how many attempts have generated from all around the world...

January 2, 2023