CAPEC-143

Detect Unpublicized Web Pages
Niski
Draft
2014-06-23
00h00 +00:00
2023-01-24
00h00 +00:00
Alert dla konkretnego CAPEC
Bądź na bieżąco z wszelkimi zmianami dotyczącymi konkretnego CAPEC.
Zarządzaj powiadomieniami

Opisy CAPEC

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.

Informacje CAPEC

Przebieg wykonania

1) Explore

[Find target web site] An adversary finds a target web site that they think may have unpublicized web pages

2) Explore

[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

Technika
  • 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
3) 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

Technika
  • 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
4) Exploit

[Follow-up attack] Use any information or weaknesses found to carry out a follow-up attack

Wymagania wstępne

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.

Wymagane zasoby

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.

Powiązane słabości

CWE-ID Nazwa słabości

CWE-425

Direct Request ('Forced Browsing')
The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files.

Zgłoszenie

Nazwa Organizacja Data Data wydania
CAPEC Content Team The MITRE Corporation 2014-06-23 +00:00

Modyfikacje

Nazwa Organizacja Data Komentarz
CAPEC Content Team The MITRE Corporation 2015-12-07 +00:00 Updated Related_Attack_Patterns
CAPEC Content Team The MITRE Corporation 2019-09-30 +00:00 Updated Related_Attack_Patterns
CAPEC Content Team The MITRE Corporation 2020-07-30 +00:00 Updated Related_Attack_Patterns
CAPEC Content Team The MITRE Corporation 2021-10-21 +00:00 Updated Description, Execution_Flow
CAPEC Content Team The MITRE Corporation 2023-01-24 +00:00 Updated Related_Weaknesses