❓ FAQ
Don't see your question? Email admin@csoh.org or open a GitHub issue — we'll answer and likely add it here.
📚 Sections
- About CSOH
- Joining & the Friday Session
- The Mailing List
- The Website & Resources
- Privacy & Conduct
- Contributing
- For Presenters
🌐 About CSOH
What is Cloud Security Office Hours?
CSOH is a free, vendor-neutral, community-run gathering for cloud-security professionals. We started in February 2023 and meet on Zoom every Friday at 7am PT / 10am ET. Beyond the live session, we maintain a curated catalog of resources, news, breach kill chains, threat research, and meeting recaps — all on this site.
Who runs CSOH?
A small group of volunteer organizers from across the cloud-security industry. There is no company behind CSOH and no paid staff. The site itself is open source on GitHub.
Is CSOH affiliated with a vendor?
No. We are deliberately vendor-neutral. Organizers and members work for various companies (sometimes competing ones), but CSOH itself takes no money from vendors and runs no paid promotions. See the Code of Conduct for the no-sales-pitch rule.
Does CSOH cost anything?
No. CSOH is 100% free. Donations via PayPal are optional and not required to attend or participate.
📅 Joining & the Friday Session
How do I get the Zoom link?
Sign up for the mailing list at sendfox.com/CSOH. We email the Zoom link and meeting info from there. The mailing list is the only place we publish the link.
When do you meet?
Every Friday at 7:00 AM PT / 10:00 AM ET. Sessions usually run about an hour. We don't skip holidays unless we explicitly announce it.
What does a session look like?
Roughly: a brief welcome and intros, often a guest presentation (15–30 minutes), then open discussion and Q&A. Topics cover the gamut — recent breaches, conference recap, AI/LLM security, IAM design, tooling tradeoffs, career questions, and whatever else attendees bring.
Do I have to turn on camera or speak?
No. Lurking is fine. Plenty of regulars only chime in when they have something to add. Use the chat if speaking up isn't your thing.
Is the session recorded?
Only the presentation portion, and only when the speaker has agreed in advance. Participant Q&A and open discussion are not recorded. We publish topic-by-topic recaps after each session — summaries, not transcripts.
Are recordings posted publicly?
Recorded presentations (with speaker consent) appear on our Presentations page. Recaps of every session are on Meeting Recaps. URLs shared in chat are catalogued (after URL-safety scrubbing) on Chat Resources.
Can I add the session to my calendar?
The mailing list email contains the Zoom link and meeting details, which most calendar apps can import. We're working on a dedicated calendar feed — if that's important to you, let us know.
📨 The Mailing List
How do I sign up?
sendfox.com/CSOH. Email address, optional first name, that's it. The list runs on SendFox.
Will you spam me?
No. The list exists to send you the Zoom link and rare community announcements (typically < once a month). We never use it for marketing, paid promotions, or third-party content. See the Privacy Policy.
How do I unsubscribe?
Click the unsubscribe link at the bottom of any email. Removal is immediate. You can re-subscribe later if you change your mind.
Will you sell or share my email?
Never. We do not sell, rent, or trade the list with anyone — vendors, recruiters, or otherwise. See the Privacy Policy for details.
🌐 The Website & Resources
Why are there so many resources / so much news?
The catalog grows from member contributions. The news page is automated — a script pulls from 39 trusted RSS feeds every three hours and aggregates the headlines. You can filter by source, topic, and date.
Do you track me when I visit the site?
No analytics, no cookies, no fingerprinting. The only thing your browser stores is your dark-mode preference, locally. See Privacy.
Why are external links scrubbed of utm_* parameters?
We strip tracking parameters from all outbound links so you don't get followed across the web by clicking through CSOH. Automated checks enforce this on every PR and monthly across the whole site.
Is there an RSS feed?
Yes — csoh.org/feed.xml. It carries the cloud-security news aggregated from our 39 sources. The RSS Subscribe page has reader recommendations and setup tips.
What's the difference between the Resources page and the CTFs page?
Resources is a broad catalog (200+) covering labs, tools, certifications, training, AI security, and jobs. CTFs is a focused directory of hands-on cloud CTF challenges with status and difficulty.
What is the Breach Kill Chains page for?
Breach Kill Chains is a curated library of step-by-step cloud breach reconstructions, mapped to MITRE ATT&CK Cloud techniques. Each entry is sourced from a real post-mortem, official advisory, or court documents — not summaries of summaries.
How does the Threat Research page differ?
Threat Research is a directory of where to find ongoing intel — vendor research teams, annual reports, IOC feeds, attack frameworks, government advisories. Kill Chains documents historical incidents; Threat Research is the live feed of where to look.
🔐 Privacy & Conduct
What's your privacy policy?
Short version: no cookies, no analytics, no marketing trackers, never sell or share data, and the only personal data we hold is your email address (if you joined the mailing list). Long version: privacy.html.
Is there a Code of Conduct?
Yes — see code-of-conduct.html. It covers expected behavior, what's not OK, how to report a problem, and how organizers respond.
How do I report a Code of Conduct problem?
Email admin@csoh.org. Reports are handled confidentially by the organizers.
How do I report a security vulnerability in the site?
See our Security Policy. Email admin@csoh.org with the details and we'll work with you on coordinated disclosure.
🤝 Contributing
How can I add a resource?
Three options: (1) the interactive script python3 tools/submit_resource.py; (2) a hand-written PR following the Add a Resource guide; (3) open a GitHub issue and a maintainer will add it. No coding experience needed for option 3.
How do I add a news source?
Run python3 tools/submit_news_source.py or edit the FEEDS list in update_news.py. The aggregator picks up the new feed on its next run.
What about a CTF?
Run python3 tools/submit_ctf.py. See CONTRIBUTING_CTFS.md for the contribution guide.
Can I contribute a breach kill chain?
Yes — but the bar is high. We require a real post-mortem or official disclosure as the source, step-by-step technical detail, and ATT&CK mappings. See CONTRIBUTING_KILL_CHAINS.md.
I'm not a developer. Can I still help?
Absolutely. File issues, suggest resources, recommend a news source, fix a typo, or bring a topic to a Friday session. The most valuable contributions are usually subject-matter, not code.
🎤 For Presenters
Can I present at a Friday session?
Yes — we love member-led talks. Email admin@csoh.org with a one-paragraph pitch (topic, who'd benefit, how long). We aim for vendor-neutral, technical content. Sales pitches and product demos disguised as talks aren't a fit.
Will my talk be recorded?
Only with your explicit consent. If you agree, we record only the presentation portion (not the Q&A), and post it on the Presentations page with full credit.
Is there a CFP / topic list?
No formal CFP. We're flexible on topics — anything that helps cloud-security practitioners work better is fair game. Recent sessions have covered AI/LLM threats, supply chain attacks, IAM design, RSA recap, breach post-mortems.
Last updated: April 25, 2026.