diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md index 95c39dc..44210f2 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2019-08-08-text-and-typography.md @@ -4,7 +4,7 @@ author: Eric Reymundo date: 2019-08-08 11:33:00 +0800 categories: [Blogging, Demo] tags: [typography] -pin: true +pin: false math: true mermaid: true image: diff --git a/_posts/2023-08-25-SANS-SEC-504-Challenge-Coin-Retrospective.md b/_posts/2023-08-25-SANS-SEC-504-Challenge-Coin-Retrospective.md new file mode 100644 index 0000000..b5f5300 --- /dev/null +++ b/_posts/2023-08-25-SANS-SEC-504-Challenge-Coin-Retrospective.md @@ -0,0 +1,26 @@ +--- +title: SANS SEC 504 - Winning the SEC 504 CTF Challenge Coin +author: Eric Reymundo +date: 2023-08-25 22:52:14 +categories: [blog] +tags: [blog, markdown, docs] +img_path: /assets/images/ +--- + +## SANS SEC 504 - Winning the SEC 504 CTF Challenge Coin + +![Desktop View](IMG_7168.JPG){: width="972" height="589" .w-50 .left} +Over the summer I had the opportunity to take the SANS SEC 504 course taught by Mick Douglas (amazing instructor by the way) in the 6 long days in the course I would learn these five concepts and run labs that are more hands on to help with seeing how these concepts work from a Defender standpoint but also the Attacker standpoint: + +### Incident Response and Cyber Investigations +In this section of the course we covered a variety of topics such as, Incident Response, Digital Investigations, Live Examination, Network Investigations, Memory Investigations, Malware Investigations, and Cloud Investigations. + +Paired with 5 Live Exercises going over the following in order respectively: + +- Live Windows examination +- Network investigation +- Memory investigation +- Malware investigation +- Cloud investigation + +### Recon, Scanning, and Enumeration Attacks diff --git a/assets/.DS_Store b/assets/.DS_Store index 8e4fe28..27fd32a 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/assets/images/.DS_Store b/assets/images/.DS_Store new file mode 100644 index 0000000..c7887e3 Binary files /dev/null and b/assets/images/.DS_Store differ diff --git a/assets/images/IMG_7168.JPG b/assets/images/IMG_7168.JPG new file mode 100644 index 0000000..8bb34f7 Binary files /dev/null and b/assets/images/IMG_7168.JPG differ