Hey! It's our 200th episode! What better way to celebrate than highlighting and celebrating Women in Cybersecurity Month 2024!
Show Notes/Links
Leticia Gammill’s LinkedIn profile: https://www.linkedin.com/in/letigammill/
LATAM Women in Cybersecurity - https://womcy.org/
Smartless podcast - https://www.smartless.com/
Starting to work with Microsoft Security Service Edge - including Entra Private Access and Internet Access - you need to check out this deployment guide: https://lnkd.in/gPfZKcvg
KQL Code:
ExposureGraphNodes
| where NodeProperties.rawData.criticalityLevel contains "Domain Admin Workstations"
| where isnotnull(NodeProperties.rawData.highRiskVulnerabilityInsights)
| extend MaxCvssScore = toreal(NodeProperties.rawData.highRiskVulnerabilityInsights.maxCvssScore)
| sort by MaxCvssScore desc
Developers, Developers, Developers…
Share this post