After many years in Security @ Riot Games and eventually putting the "s' out there, I recently decided to jump out of my comfort circle for a new challenge and joined a start-up (yes, I left a comfortable, stable job in a pandemic, lunacy lol).
Now that I've been here almost 6 months, I wanted to share some findings because security at a start-up is significantly different.
When you join a start-up, there's going to be so much that you can do and it will be incredibly easy to "boil the ocean", and try to fix everything. At best, this guarantees failure for the Security team, at worst, alienation from the engineering and product teams. There are some obvious quick wins that a Security team can make without slowing down iteration and innovation speed, while also reducing risk:
- Auth
- Partner with Engineering/IT/CTO such that there's alignment on Security owning all things "auth(n|z)".
- As part of this ownership, you need to be prepared to respond quickly because any time someone doesn't have the access they need, you're now on the hook.
- This will involve an initial audit of what tools are there.
- Basic training on each tool.
- Audit who has access.
- Alignment on who should have access and then removal of those who don't need it (be aware that this will be sensitive as many of the folk have been here when they knew everything about the company or they are the founders).
- Implement SSO and MFA on "all the things".
- Review on-boarding/off-boarding and ensure that it's a seamless process where HR owns the process and IT executes the technical changes.
- What secrets do you have? How are they managed?
- Partner with Engineering/IT/CTO such that there's alignment on Security owning all things "auth(n|z)".
- Scan
- Set-up scanning of your external IP space with a lightweight Security IR process so that the vulnerabilities can be remediated, mitigated, or the risk accepted (remember explain the risks in business-impacting terms).
- At this stage of the company, you're really only concerned about anything that's critical, damaging to the product or affecting either customer or company data.
- If possible, tie this Security IR process into the company's Operations IR process, which:
- Will show that Security is part of the org, and not that team in the corner
- Gives visibility to the rest of the org on why Security do certain things
- Will simplify things for engineers as they only have one IR process to understand.
- Set-up scanning of your external IP space with a lightweight Security IR process so that the vulnerabilities can be remediated, mitigated, or the risk accepted (remember explain the risks in business-impacting terms).
- Embed
- If you still have time/cycles/resources, embed Security engineers into key company projects that are delivering value to the product.
- Ensure there is well-defined deadline based on a "Definition of Done", otherwise you risk the engineer being there forever and becoming a network/software/systems engineer as opposed to a "security" engineer.
- Embedding for projects will enable knowledge transfer both ways:
- knowledge of security best practices for the non-security folks.
- e.g. why "ownership/attribution" is so important to do from the start (tagging in AWS is one example of something that will save you later).
- improved understanding of the product and company priorities for the security peeps.
- knowledge of security best practices for the non-security folks.
- If you still have time/cycles/resources, embed Security engineers into key company projects that are delivering value to the product.
- Data
- Understand where you have your data (both company and customer) and what data you have
- How is it stored?
- How is it transferred?
- What Data Privacy regulations do you need to follow or abide by?
- Map the data (i.e. where is it)
- Create and implement a lifecycle policy (if you don't have the data, you can't lose it as Haroon often says)
- Understand where you have your data (both company and customer) and what data you have
- Roadmap
- If you've done all that, then come up with a roadmap that aligns with what's actually important to the business, not what you think is important. So go talk with the business and product :)
If you feel there's something I have missed or there's something more important to focus on, please leave a comment.
Related Resources
If you want something more detailed, also by someone more knowledge, check out Ryan McGeehan's excellent set of resources for Starting up Security.
Note: Moved from my other site - securityleadership.ninja - originally posted on 2021-02-14.
Comments
Post a Comment