The below guidance is to get a novice with basic IT literacy up to speed with common Security Operations activities all the way from collecting events, alerting on detections, triaging alerts, responding to incidents and managing detection rules and investigative queries.
A refresher on good study skills is below which should help for pursuing any professional or academic certifications.
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/videoseries?list=PL8dPuuaLjXtNcAJRf3bE1IJU6nMfHj86W" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>To get started with SOC activities in the Microsoft Sentinel environment it is sensible to have administrative access to both a Microsoft 365 tenant and a Microsoft Azure subscription.
There are developer/student versions available for free that should be sufficient for the training exercises below:
- Microsoft 365 Developer Program - Free for anyone with a mobile number, no credit card required.
- Azure for Students - Free for anyone with an edu email address, no credit card required.
- Azure free account - Free for anyone with a credit card verification step, no ongoing payment required.
- JupyterLab Desktop - Free desktop tool for python notebooks to complete security research and investigations.
Please use the above links or existing services to organise yourself admin access, then work through the training below.
The below training provides a good foundational base for cyber security defensive activities. It's recommended to work through them in order.
Most IT services are delivered as layers ontop of several supporting services.
To secure a modern public cloud start with understanding shared security responsibility models. It is crucial to understand where to effectively apply investment (i.e. where to focus security resources) to ensure a useful outcome.
If you are relatively new to public cloud services and/or IT infrastructure, please start with the Azure Fundamentals (AZ-900) and Security, Compliance, and Identity Fundamentals (SC-900) certifications.
Learn the basics of triaging and responding to incidents, including collaboration with organisational stakeholders.
- Microsoft Security Operations Analyst (SC-200) Certification
- Microsoft 365 Certified: Enterprise Administrator Expert (MS-102) Certificate
- TryHackMe MITRE Training (Optional: Cybrary MITRE ATT&CK Defender (MAD))
Learn how to create documentation in markdown, keep track of your work in git, code in python and automate tasks in powershell. Developing good documentation skills, and having a good grasp of coding and scripting significantly enhances your abilities to compose information and orchestrate computers, both excellent skills to have in your toolbelt as a security professional.
- Basic writing and formatting guide (GitHub Markdown) - use markdown docs in git repos for managing code, detection rules, investigation evidence.
- <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/8Dd7KRpKeaE?si=calG17orbRgsrls3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> - Also see [Oh My Git!](https://ohmygit.org) - use git to manage all your work and track who has changed what.
- <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/videoseries?list=PLEcHbCIBlyJryQxxElze2C_xMHLAJW94C&index=3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> - [Python for defenders](https://learn.taggart-tech.com/p/python-for-defenders-pt1) from taggart-tech.com is also a very good resource, focused on using Python from a blue team perspective.
- <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/pQ9dQ13B2vM?si=Mn-YfJi8kW7zQTQG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> - Also see [Automate administrative tasks by using PowerShell](https://docs.microsoft.com/en-us/learn/paths/powershell/) - learn to run commands, how to learn more about PowerShell and it's modules and additionally to create and run script files.
- How to ask Technical Questions (Princeton) - once you are dealing with complex technical activities, having a good approach for understanding where to look next for assistance is a very useful skill.
Please work through the Azure VM excercises to familiarise yourself with the tools that would typically be used to build and run a secure cloud workload as a VM exposed to the internet.
Connect to SIEM tools from python notebooks (also known as Jupyter Notebooks), and use pandas to interrogate, analyse and report on datasets at scale. Keeping track of advanced investigative activities in python notebooks is a good way to share complex procedures in an open, repeatable, refinable format that can be rapidly re-used for subsequent investigations.
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/lpryRWwbgj8?si=8Uy4piu5ReBifEPj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/M3oB2urOHXY?si=l07pRpXR6bqbTm80" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>Once you have a handle on developing the above notebooks, you should be able to export some data from your tools and rapidly assess it using community threat intelligence resources such as:
- urlscan.io - Website scanner for suspicious and malicious URLs.
- VirusTotal - Analyze suspicious files, domains, IPs and URLs to detect malware and other breaches, automatically share them with the security community.
- AbuseIPDB - central repository of IP abuse reports.
- Shodan - details of internet connected devices updated weekly.
Develop a security notebook that reads security event data from a local csv and check the entities/indicators/observables against a community api such as urlscan.io or VirusTotal to validate if there is any known sources of concern.
- Develop your security investigative notebooks in a git repository to share with your team.
- Test with known malicious indicators to validate they work.
- Include usage documentation for your notebook in markdown in your git repository.
The below one pagers are great to print out and use as reference material while familiarising yourself with tools.
- Regular Expressions - regex including symbols, ranges, grouping, assertions and some sample patterns to get you started.
- Kusto Query Language (KQL) - queries mainly focused on the SecurityEvent table.
- Python - one-page reference sheet for the Python programming language.
- Pandas - Data Wrangling with pandas Cheat Sheet.
For those using a Microsoft toolset the below guides have in-depth details on operating a SIEM, managing security across microsoft tools, and securely operating systems on Microsoft Azure. The WA SOC maintains the WA SOC Microsoft Sentinel Connector Guidance intended to be a guided path to achieving good security coverage using primarily Microsoft Sentinel as a SIEM.
The below two resources are a good starting point for understanding KQL in addition to the Microsoft KQL Overview.
- KQL Overview Overview video of the whole language (1 hour).
- Must Learn KQL A blog/book/video channel.
- Kusto Detective Agency Use KQL as an investigation tool as part of a virtual agency with cases.
The below resources are addtional training material for better understading the Microsoft Sentinel and M365 Security tools. Microsoft has developed the Microsoft Security Academy, the following are high priority for SOC Analysts:
- Become a Microsoft Sentinel Ninja: The complete level 400 Training
- Become a Microsoft Unified SOC Platform Ninja Training
- Become a Microsoft 365 Defender Ninja Training
- Become a Microsoft 365 Defender Ninja Training
- Cybersecurity Architect Expert (SC-100) Certification - design forward-looking strategies for security, governance, risk, compliance covering users, workstations, infrastructure, data and applications.
- Microsoft Certified: Identity and Access Administrator Associate (SC-300) Certification - configure and manage authentication and authorization of identities for users, devices, Azure resources, and applications.
- Microsoft Certified: Information Protection Administrator Associate (SC-400) Certification - implementing and managing solutions for content classification, data loss prevention (DLP), information protection, data lifecycle management, records management, privacy, risk, and compliance.
Several other cloud providers have operational security training that is designed for easy adoption on their platforms, relevant certifications of interest are below (note there is high overlap between cloud providers, so the microsoft training above should make the below learning paths much easier to complete).