PT0-002 · Question #317
Which of the following is the MOST secure method for sending the penetration test report to the client?
The correct answer is D. Use the client's public key. The most secure method for transmitting a penetration test report is to encrypt it using the client's public key, ensuring that only the client's corresponding private key can decrypt and access the sensitive information.
Question
Which of the following is the MOST secure method for sending the penetration test report to the client?
Options
- AHost it on an online storage system.
- BPut it inside a password-protected ZIP file.
- CTransfer it via webmail using an HTTPS connection.
- DUse the client's public key.
How the community answered
(47 responses)- A4% (2)
- B13% (6)
- C11% (5)
- D72% (34)
Why each option
The most secure method for transmitting a penetration test report is to encrypt it using the client's public key, ensuring that only the client's corresponding private key can decrypt and access the sensitive information.
Hosting the report on an online storage system introduces third-party risk and does not guarantee the highest level of confidentiality without explicit and strong encryption controls.
A password-protected ZIP file's security depends on the password strength and secure out-of-band communication of that password, which is often difficult to achieve reliably.
Transferring via webmail using an HTTPS connection only encrypts the data in transit; the report itself might remain unencrypted on mail servers, and email is generally not considered a sufficiently secure medium for highly confidential penetration test reports.
Encrypting the report with the client's public key (e.g., using PGP/GPG) ensures that only the client, possessing the corresponding private key, can decrypt and read the highly sensitive information, providing strong end-to-end confidentiality during transmission and storage. This is considered the most secure method for sending confidential documents digitally.
Concept tested: Secure document transmission via encryption
Source: https://docs.microsoft.com/en-us/windows-server/identity/ad-rms/adrms-understanding-asymmetric-encryption
Topics
Community Discussion
No community discussion yet for this question.