Skip to content

Commit

Permalink
Add SANS institute experience
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bloume committed Jul 13, 2023
1 parent ac25332 commit 8729d5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ const experience = [
4: "Aug 2022 - Designing overall SOC approach, strategy, processes, tools & metrics with an automation-driven mindset. Increasing its efficiency & aligning SOC use-cases with threat intelligence & business needs. Internal team of five."
},
},
{
company: "SANS Institute",
position: "Attendee - Cybersecurity masterclasses & certification",
date: "Sep 2022 | July 2023",
desc: {
1: "MGT551 - Building & Leading Security Operations Center (Sep 2022). Resulted in GIAC Security Operations Manager certification 4 months later (Jan 2023).",
2: "SEC599 - Defeating Advanced Adversaries - Purple Team Tactics & Kill Chain Defenses (July 2023)"
},
},
];
function Experience() {
const [value, setValue] = useState(0);
Expand Down

0 comments on commit 8729d5f

Please sign in to comment.