When it comes to privacy, one of the first things people mention is threat modeling. However, searching up how to do threat modelling shows me results targeted at people with some technical knowledge.
I am unfortunately not one of those people. So I’m left wondering how a non-technical person can come to develop a threat model. Is this even possible? If not, how much would I need to dedicate to develop the technical skills needed to create one? Which ones would be beneficial to focus on? And, since I imagine one can develop those skills indefinitely, what are the different stages one might expect to reach and what would be important to reach each one?
Maybe I’m asking for a deeper guide than can be answered on Lemmy. If so, I hope it’ll at least inspire someone to write that guide.


I can’t write a whole lot right now but your question is probably a bit too broad. Threat model needs to include the scope of what you’re protecting. For example, if you have some expensive heirloom watch, you might analyze how the threat changes if you’re home or wearing it out. Maybe lock your doors to your house is the first step. Second is keep it in a safe. Third is keep it in a larger safe bolted to the ground in a hidden area and make sure it can survive a fire and flood. Fourth might be buying an insurance policy in case something does happen. The model is continually evaluating risks vs mitigations to those risks.
From a digital perspective, you might consider how you get access to websites across the internet. Your email is a huge single point of failure. What if you lose access to your email? Because you forgot your password, or you were social engineered to click a bad link, or you shared the same password with another website that was compromised. Part of the challenge is having experienced or learned all the types of risks. And then the second half is understanding the mitigation options. For email, using a unique password and enabling 2-factor authentication (that is not SMS) mitigates a lot of possible threats, but not all.
You can learn quite a bit by just being familiar with types of scams and reading stories.
Cheers