I just noticed that today is #WorldPasswordDay. One of my favorite security topics. And whatever people wish or say passwords are here to stay for many more years to comes. Here's a thread with some blogs about passwords I've written that you might find interesting.
Well, let me elaborate a bit on this one. Pentests are only one of the crucial parts of a secure software development lifecycle. I like to think about it as the ultimate quality gate. a short thread
If a pentest is the only security test you do that's still much better than nothing. It can result in a lot of high vulnerabilities to fix and fixing them for sure will improve the security of your applications. While your developers will (have to) learn how to fix these issues..
and improve their secure coding skills you should go a lot further. Ensure the dev teams threat model applications, train them if necessary. A secure application starts with a secure architecture. Added benefit of threat modeling with your team is mutual understanding of the app
A thread with observations about #infosec professionals on Twitter. Probably won't make friends by saying this but anyway...
- A lot of infosec professionals live in utopia and are so far disconnected from avg users' reality
- Still SO MUCH user blaming instead of helping
- A lot give recommendations without having or taking into account the full picture. Ex: yes password cracking is a concern but there are other password related risks you should also be concerned about. Can't take into account what you don't know but please be open to learn.
- A lot fail/refuse to talk the language of the avg user. Failing is not the problem, but at least try. Come from your cloud and speak human language.
Ex: "just use MFA" 1) Avg user doesn't know what MFA is 2) For them it's not simple to use 3) Not available for all services
A thread (rant) about this article and why telling people how to delay/block automatic updates is just a shit thing to do. It already starts with the title: "How to Block Windows 10 Updates for As Long As You Want".
There's a very good reason why Windows and other vendors foresee auto-update features. To protect people that otherwise would never patch. This article is also read by average non-tech/security aware users, most of them don't understand the security risks and even if they do...
they're most likely not able to properly assess their own threat model and base their conclusion on existing threat intelligence. So things like recommending apps to circumvent the maximum delay of patching (which is already a poor advice for non tech/security savvy users) is bad