Skip to content

Commit

Permalink
projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDuong00 committed Jul 29, 2024
1 parent 34f7121 commit 5390228
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
---
draft: true
---
We will use [[Azure Policy]] and [[Azure Initiative]] to secure and comply with NIST standards and guidelines.
24 changes: 24 additions & 0 deletions content/1 Projects/Connecting Azure to On Premesis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
draft: true
---
We will implement Azure's lab on setting up a VPN from Azure to On Premises. https://learn.microsoft.com/en-us/training/modules/security-virtual-networks/6-virtual-wide-area-network

To begin, open up the CloudShell and run ``` Get-AzSubscription``` to see the list of subscriptions:

![[Pasted image 20240722094115.png]]

We will create a new resource group ``` New-AzResourceGroup -Location "West US" -Name "VPNRG"```:

![[Pasted image 20240722094455.png]]

Create a virtual WAN using this cmdlet, ```$virtualWan = New-AzVirtualWan -ResourceGroupName VPNRG -Name TestVWAN1 -Location "West US"```:

![[Pasted image 20240722094739.png]]


Creat a hub and configure settings
```$virtualHub = New-AzVirtualHub -VirtualWan $virtualWan -ResourceGroupName "VPNRG" -Name "Hub1" -AddressPrefix "10.1.0.0/16" -Location "westus"```:




3 changes: 2 additions & 1 deletion content/1 Projects/Creating a Global Attack Map.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
tags:
- azure
date:
date:
draft: true
---
This project creates an attack map of all failed RDP requests made on a honeypot virtual machine.

3 changes: 3 additions & 0 deletions content/1 Projects/Hosting a Website using Static Web Apps.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
draft: true
---
This is how you can host a free[^1] website using Azure Static Web Apps and GitHub Actions.
## Upload files to GitHub

Expand Down
3 changes: 3 additions & 0 deletions content/1 Projects/Incident Response using SP800-61 Rev. 2.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
---
draft: true
---
As more threat actors attempt and breach organizations, it is crucial to implement an incident response playbook to properly remediate affected systems.
3 changes: 3 additions & 0 deletions content/Blogs/Maintaining a Pond.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Taking care of a pond is similar how an engineer would manage an enterprise infrastructure.

As I began working on my pond and how I plan on budgeting and prioritizing for maintenance, I realized that taking care of a pond is
Binary file added content/Pictures/Pasted image 20240722094115.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/Pictures/Pasted image 20240722094455.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/Pictures/Pasted image 20240722094739.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5390228

Please sign in to comment.