According to this answer, WannaCry will:
- Generate AES key at victim's system to encrypt victim's files.
- Generate RSA key at victim's system to encrypt AES key generated above.
- Encrypt private key of the RSA key genreated above with the public key shipped with WannaCry.
My question is: Why not replace the step 2 with: Encrypt AES key generated at step 1 with the public key shipped with WannaCry.