Dark Mode

Settings

Capec-144 Detail

Detect Unpublicized Web Services

Detailed Software Typical Severity: Low

Parents: 150

Threats: T60 T65 T273 T291

Description

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.

Not present

External ID Source Link Description
CAPEC-144 capec https://capec.mitre.org/data/definitions/144.html
CWE-425 cwe http://cwe.mitre.org/data/definitions/425.html
Explore
  1. Find target web site: An adversary finds a target web site that they think may have unpublicized web services

  2. 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

  3. Techniques
    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
Experiment
  1. 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

  2. Techniques
    Use Nikto to look for web service vulnerabilities
Exploit
  1. Follow-up attack: Use any information or weaknesses found to carry out a follow-up attack

  1. The targeted web site must include unpublished services within its web tree. The nature of these services determines the severity of this attack.
  1. 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.

Not present

Not present

Not present