Upload files to "Modules/Knowledge/SOC"

This commit is contained in:
2024-11-30 00:52:43 -05:00
parent c48c705ef2
commit 74c0aaafcf
5 changed files with 156 additions and 0 deletions

View File

@ -0,0 +1,29 @@
def get_content():
"""
Returns structured content focusing on cybersecurity as a business decision.
"""
return [
{
"title": "Cybersecurity as a Business Decision",
"content": """
- Seen more as a cost than an investment.
- Enables business functions but is often treated as separate from business infrastructure.
"""
},
{
"title": "The Reality of Security Analysts",
"content": """
- Shortage of skilled professionals.
- High burnout rates in L1 SOC analyst roles.
- Overwhelmed by data, tools, and lack of actionable insights.
"""
},
{
"title": "Autonomous SOC Expectations",
"content": """
- Fully autonomous SOCs are unrealistic.
- SOC analysts need creativity to solve problems and handle manual tasks effectively.
- Agile/DevOps approaches are being implemented in 84% of organizations to improve processes.
"""
}
]