forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34f7121
commit 5390228
Showing
9 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
content/1 Projects/Applying SP800-53 to Azure Infrastructure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"```: | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
3
content/1 Projects/Hosting a Website using Static Web Apps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
content/1 Projects/Incident Response using SP800-61 Rev. 2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.