Skip to content

Commit

Permalink
config edit
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDuong00 committed Aug 24, 2024
1 parent 8990085 commit cd42e10
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Make sure to double check in the console if everything has been completely destr

## Defending
[[Defending SKL Injection Attacks with Azure Web Application Firewall]]
[[Defending Storage Accounts
[[Defending Against Privilege Escalation using Azure Polices and Alerts]]]]
[[Defending Storage Accounts]]
[[Defending Against Privilege Escalation using Azure Polices and Alerts]]
[[Adding security controls into Terraform]]

## Conclusion and Final Thoughts
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions content/03 OtterTide Devlogs/2024 08 August OtterLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ As the temperature starts too cool down and end users are beginning to plan for
### Take the [[Terraform Associate (003)]]
2024.08.11 Took and passed the test around 11pm! 🎊

### Take the AZ500 (WIP)
### Take the [[Azure Security Engineer Associate (AZ500)]]
I have been studying for it but need to perform more hands on skills to solidify my knowledge.
## Build:
### Terraform projects:
- [[(WIP) Using Terraform to Create Web-facing Applications]] (WIP)
- Using S3 and DynamoDB to Store State and Secrets
### AzureGoat Project
Begin documenting AzureGoat deployment, attack, and defense modules:
- [[02.03.01 AzureGoat Overview]]
- [[AzureGoat Uncovering Azure Vulnerabilities and Securing Cloud Environments]]
Attack Modules
- [[Using Azure Runbooks for Privilege Escalation]]

Expand Down
7 changes: 7 additions & 0 deletions content/05 Azure Service OtterBytes/Azure Subscriptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
date: 2024-08-23
---
#az500


## Creating Azure Subscriptions
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Materials I used:
CloudLee's AZ500 course

Tutorials Dojo AZ500 Practice tests
2 changes: 1 addition & 1 deletion content/07 Certification Guides/Certification Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

[[Azure Administrator Associate (AZ104)]]

[[Azure Security Engineer Associate (AZ500) Pending]]
[[Azure Security Engineer Associate (AZ500)]]

### CompTIA:

Expand Down
4 changes: 2 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 00 Welcome to OtterDocs!
title: 00 Welcome to OtterBrain!
---
This is my personal site on projects I am learning about.

Expand All @@ -11,7 +11,7 @@ Here are some of my projects I've been working with:
- [[02.03 Transforming images using S3 Events and Lambda]]
### Azure:
- [[02.01 Azure Sentinel Threat Detection and Map]]
- [[02.03.01 AzureGoat Overview]]
- [[AzureGoat Uncovering Azure Vulnerabilities and Securing Cloud Environments]]
## Education and Certifications
While hands on skills serve as a better litmus test for our skills, formal credentials and certifications provide a proof of achievement stating that we know the foundational knowledge in the technology. Dive into my tech certification write ups in the [[Certification Index]].

Expand Down
2 changes: 1 addition & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: QuartzConfig = {
locale: "en-US",
baseUrl: "docs.ottertech.cloud",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
defaultDateType: "published",
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
Expand Down

0 comments on commit cd42e10

Please sign in to comment.