PT0-002 · Question #165
A company uses a cloud provider with shared network bandwidth to host a web application on dedicated servers. The company's contact with the cloud provider prevents any activities that would…
The correct answer is D. Sending many web requests per second to test DDoS protection. Given the cloud provider's shared network bandwidth and restrictions against interfering with other customers, the company should avoid actions that could significantly impact shared resources. Sending many web requests per second to test DDoS protection would likely violate…
Question
A company uses a cloud provider with shared network bandwidth to host a web application on dedicated servers. The company's contact with the cloud provider prevents any activities that would interfere with the cloud provider's other customers. When engaging with a penetration- testing company to test the application, which of the following should the company avoid?
Options
- ACrawling the web application's URLs looking for vulnerabilities
- BFingerprinting all the IP addresses of the application's servers
- CBrute forcing the application's passwords
- DSending many web requests per second to test DDoS protection
How the community answered
(44 responses)- A9% (4)
- B2% (1)
- C14% (6)
- D75% (33)
Why each option
Given the cloud provider's shared network bandwidth and restrictions against interfering with other customers, the company should avoid actions that could significantly impact shared resources. Sending many web requests per second to test DDoS protection would likely violate this agreement due to its potential to consume excessive shared network bandwidth.
Crawling a web application's URLs for vulnerabilities, while resource-intensive, is typically focused on the target application's logic and content, not designed to saturate shared network bandwidth or disrupt underlying cloud infrastructure.
Fingerprinting IP addresses of the application's servers involves passive or active reconnaissance to identify system types and services, which usually has a minimal impact on shared network resources and is unlikely to affect other cloud customers.
Brute forcing application passwords targets the authentication mechanism of the specific web application and, while generating requests, is generally at a much lower volume and intensity than a DDoS test, thus less likely to overwhelm shared network infrastructure.
Sending many web requests per second to test DDoS protection is a form of load or stress testing that can consume significant network bandwidth and server resources. In a shared cloud environment, this activity is highly likely to interfere with the performance and availability of services for other cloud provider customers, directly violating the company's contract.
Concept tested: Cloud penetration testing scope and shared resources
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/pen-testing
Topics
Community Discussion
No community discussion yet for this question.