CAPEC-144

Detect Unpublicized Web Services
Low
Draft
2014-06-23
00h00 +00:00
2023-01-24
00h00 +00:00
Alerte pour un CAPEC
Stay informed of any changes for a specific CAPEC.
Notifications manage

Descriptions CAPEC

An adversary searches a targeted web site for web services that have not been publicized. This attack can be especially dangerous since unpublished but available services may not have adequate security controls placed upon them given that an administrator may believe they are unreachable.

Informations CAPEC

Execution Flow

1) Explore

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

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

Technique
  • Use Dirbuster to brute force directories and file names to find unpublicized web services
  • 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 in the unpublicized services that the targeted site did not intend to be public

Technique
  • Use Nikto to look for web service vulnerabilities
4) Exploit

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

Prerequisites

The targeted web site must include unpublished services within its web tree. The nature of these services determines the severity of this attack.

Resources Required

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 service queries from known paths.

Related Weaknesses

CWE-ID Weakness Name

CWE-425

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

Submission

Name Organization Date Date release
CAPEC Content Team The MITRE Corporation 2014-06-23 +00:00

Modifications

Name Organization Date Comment
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