|
|
|
|
|
by phlo
3281 days ago
|
|
Sometimes, a bit of obscurity will improve security. To get something like WannaCry to work from a security patch, you'd have to do the following: 1. Analyze the update, determining what parts of the system it changes
2. Analyze how the system behaved before the update (i.e. find the vulnerability)
3. Find suitable parameters for the vulnerability to reliably work
4. Build a proof of concept exploit
5. Integrate it into your ransomware
Getting a working proof of concept from a leak saves you 4 out of 5 steps. If you are a financially motivated cyber criminal (and if you are distributing ransomware, you are), that can mean the difference between a waste of your time and a juicy return on investment. |
|