Dark Mode
Capec-143 Detail
Detect Unpublicized Web Pages
Detailed Software Typical Severity: Low
Parents: 150
Threats: T60 T65 T273 T291
An adversary searches a targeted web site for web pages that have not been publicized. In doing this, the adversary may be able to gain access to information that the targeted site did not intend to make public.
Not present
| External ID | Source | Link | Description |
|---|---|---|---|
| CAPEC-143 | capec | https://capec.mitre.org/data/definitions/143.html | |
| CWE-425 | cwe | http://cwe.mitre.org/data/definitions/425.html |
Explore
-
Find target web site: An adversary finds a target web site that they think may have unpublicized web pages
-
Map the published web site: The adversary will map the published web site either by using an automated tool or by manually accessing well-known debugging or logging pages, or otherwise predictable pages within the site tree
| Techniques |
|---|
| Use Dirbuster to brute force directories and file names to find unpublicized pages |
| Find a pattern in the naming of documents and extrapolate this pattern to discover additional documents that have been created but are no longer externally linked |
Experiment
-
Try to find weaknesses or information: The adversary will try to find weaknesses or information on the unpublicized pages that the targeted site did not intend to be public
| Techniques |
|---|
| Manually analyze files or pages for information that could be useful in a further attack |
| Use a static analysis tool to find weaknesses in unpublished web pages |
Exploit
-
Follow-up attack: Use any information or weaknesses found to carry out a follow-up attack
- The targeted web site must include pages within its published tree that are not connected to its tree of links. The sensitivity of the content of these pages determines the severity of this attack.
- Spidering tools to explore the target web site are extremely useful in this attack especially when attacking large sites. Some tools might also be able to automatically construct common page locations from known paths.
Not present
Not present
Not present