CAS-002 · Question #322
The audit department at a company requires proof of exploitation when conducting internal network penetration tests. Which of the following provides the MOST conclusive proof of compromise without…
The correct answer is C. Take a packet capture of the test activity. Proof of exploitation must be conclusive and non-destructive, meaning it should demonstrate access without permanently altering the target system's state.
Question
The audit department at a company requires proof of exploitation when conducting internal network penetration tests. Which of the following provides the MOST conclusive proof of compromise without further compromising the integrity of the system?
Options
- AProvide a list of grabbed service banners.
- BModify a file on the system and include the path in the test's report.
- CTake a packet capture of the test activity.
- DAdd a new test user account on the system.
How the community answered
(33 responses)- A3% (1)
- B15% (5)
- C76% (25)
- D6% (2)
Why each option
Proof of exploitation must be conclusive and non-destructive, meaning it should demonstrate access without permanently altering the target system's state.
Service banners only confirm that a service is reachable and reveal version information; they do not prove that the tester successfully exploited a vulnerability and gained unauthorized access.
Modifying a file constitutes a change to the system's integrity and could interfere with production data, violating the requirement to avoid further compromise.
A packet capture of the test activity records the actual network traffic exchanged during exploitation, including payloads, session establishment, and data transfer, providing irrefutable forensic evidence of compromise. Unlike file modifications or new accounts, a packet capture is a read-only artifact that does not change the system's integrity. It can be reviewed by auditors to confirm both the method and the success of the exploit.
Adding a test user account alters the system's security posture and could be exploited by other parties if not removed promptly, making it a higher-risk method of proving compromise.
Concept tested: Non-destructive proof of exploitation in penetration testing
Source: https://www.pentest-standard.org/index.php/Reporting
Topics
Community Discussion
No community discussion yet for this question.