diff --git a/content/07 Certification Guides/Azure Security Engineer Associate (AZ500) Pending.md b/content/02 Projects/AWS CICD Pipeline and High Availability Testing.md similarity index 100% rename from content/07 Certification Guides/Azure Security Engineer Associate (AZ500) Pending.md rename to content/02 Projects/AWS CICD Pipeline and High Availability Testing.md diff --git a/content/02 Projects/02.03.01 AzureGoat Overview.md b/content/02 Projects/AzureGoat Uncovering Azure Vulnerabilities and Securing Cloud Environments.md similarity index 97% rename from content/02 Projects/02.03.01 AzureGoat Overview.md rename to content/02 Projects/AzureGoat Uncovering Azure Vulnerabilities and Securing Cloud Environments.md index a176b817efc92..d45a36c40ac0d 100644 --- a/content/02 Projects/02.03.01 AzureGoat Overview.md +++ b/content/02 Projects/AzureGoat Uncovering Azure Vulnerabilities and Securing Cloud Environments.md @@ -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 diff --git a/content/02 Projects/Code Security and Vulnerability Scanning using OWASP ZAP & SonarQube.md b/content/02 Projects/Code Security and Vulnerability Scanning using OWASP ZAP & SonarQube.md new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/content/03 OtterTide Devlogs/2024 08 August OtterLog.md b/content/03 OtterTide Devlogs/2024 08 August OtterLog.md index 746210db5b579..a114c47d4cd23 100644 --- a/content/03 OtterTide Devlogs/2024 08 August OtterLog.md +++ b/content/03 OtterTide Devlogs/2024 08 August OtterLog.md @@ -3,7 +3,7 @@ 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: @@ -11,7 +11,7 @@ I have been studying for it but need to perform more hands on skills to solidify - 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]] diff --git a/content/05 Azure Service OtterBytes/Azure Subscriptions.md b/content/05 Azure Service OtterBytes/Azure Subscriptions.md new file mode 100644 index 0000000000000..331671d67c0b2 --- /dev/null +++ b/content/05 Azure Service OtterBytes/Azure Subscriptions.md @@ -0,0 +1,7 @@ +--- +date: 2024-08-23 +--- +#az500 + + +## Creating Azure Subscriptions \ No newline at end of file diff --git a/content/07 Certification Guides/Azure Security Engineer Associate (AZ500).md b/content/07 Certification Guides/Azure Security Engineer Associate (AZ500).md new file mode 100644 index 0000000000000..532d94974af0b --- /dev/null +++ b/content/07 Certification Guides/Azure Security Engineer Associate (AZ500).md @@ -0,0 +1,4 @@ +Materials I used: +CloudLee's AZ500 course + +Tutorials Dojo AZ500 Practice tests diff --git a/content/07 Certification Guides/Certification Index.md b/content/07 Certification Guides/Certification Index.md index ebf5d3b1b3b15..925b37f4bbab4 100644 --- a/content/07 Certification Guides/Certification Index.md +++ b/content/07 Certification Guides/Certification Index.md @@ -20,7 +20,7 @@ [[Azure Administrator Associate (AZ104)]] -[[Azure Security Engineer Associate (AZ500) Pending]] +[[Azure Security Engineer Associate (AZ500)]] ### CompTIA: diff --git a/content/index.md b/content/index.md index dd36a19db73b6..040c435938a8e 100644 --- a/content/index.md +++ b/content/index.md @@ -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. @@ -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]]. diff --git a/quartz.config.ts b/quartz.config.ts index d0101298e8818..934fd0c054fb1 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -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,