Road to Cybersecurity Professional
&
GameΒ Dev after Dark

Intro to Defensive Security

A Deep Dive into Defensive Security

Following my exploration of Offensive Security, I took a deep dive into its counterpartβ€”Defensive Security. The primary focus of defensive security is twofold:

βœ… Preventing intrusions before they happen
βœ… Detecting and responding to intrusions effectively

Key Areas of Defensive Security

Throughout the lesson, I explored critical components of defensive security, including:

πŸ”Ή Security Operations Center (SOC) – A team dedicated to monitoring and responding to security threats.
πŸ”Ή Threat Intelligence – Gathering data to understand and anticipate cyber threats.
πŸ”Ή Digital Forensics & Incident Response (DFIR) – Investigating cyber incidents and mitigating their impact.
πŸ”Ή Malware Response – Analyzing and defending against malicious software.

Hands-on Cyber Defense: The Role of a SOC Analyst

SOC analysts use Security Information and Event Management (SIEM) tools to analyze security alerts. They must distinguish between normal activities (e.g., multiple failed logins) and real threats (e.g., unauthorized IP connections).

The lesson wrapped up with a practical exercise, where I took on the role of a junior SOC analyst in a simulated SIEM environment to handle a cybersecurity alert. The exercise involved investigating an unauthorized connection attempt, where I:

πŸ” Checked the IP Address – Using an IP scanner, I discovered it was a malicious IP from an ISP in China.
🚨 Escalated the Incident – Correctly reported the threat to the SOC team lead for further action.
πŸ›‘ Blocked the Threat – Added the malicious IP to the firewall block list, preventing future attacks.

This hands-on simulation reinforced the importance of proactive threat detection and response, highlighting how SOC teams protect networks from cyber threats. πŸš€

This session provided a solid foundation in Defensive Security, preparing me for more in-depth explorations of cyber defense strategies! πŸ”

‍