CAPEC-170: Web Application Fingerprinting |
Description An attacker sends a series of probes to a web application in order to elicit version-dependent and type-dependent behavior that assists in identifying the target. An attacker could learn information such as software versions, error pages, and response headers, variations in implementations of the HTTP protocol, directory structures, and other similar information about the targeted service. This information can then be used by an attacker to formulate a targeted attack plan. While web application fingerprinting is not intended to be damaging (although certain activities, such as network scans, can sometimes cause disruptions to vulnerable applications inadvertently) it may often pave the way for more damaging attacks. Likelihood Of Attack Typical Severity Execution Flow Explore Request fingerprinting: Use automated tools or send web server specific commands to web server and wait for server's response. | Techniques |
|---|
| Use automated tools or send web server specific commands to web server and then receive server's response. |
Experiment Increase the accuracy of server fingerprinting of Web servers: Attacker usually needs to send several different commands to accurately identify the web server. Attacker can also use automated tools to send requests to the server. The responses of the server may be different in terms of protocol behavior. | Techniques |
|---|
| Observe the ordering of the several HTTP response headers. The ordering of the header of each server may have unique identities. | | Send bad requests or requests of nonexistent pages to the server. | | Attacker takes existing automated tools to recognize the type and the version of the web server in use. |
Identify Web Application Software: After the web server platform software has been identified, the attacker start to identify web application technologies such as ASP, .NET, PHP and Java on the server. | Techniques |
|---|
| Examine the file name extensions in URL, for example .php indicates PHP script interfaced with Apache server. | | Examine the HTTP Response Headers. This may leak information about software signatures | | Examine Cookies that may contain server's software information. | | Check error pages. |
Identify Backend Database Version: Determining the database engine type can assist attackers' attempt to successfully execute SQL injection. Some database API such as ODBC will show a database type as part of the driver information when reporting an error. | Techniques |
|---|
| Use tools to send bogus SQL query to the server and check error pages. |
Prerequisites
| Any web application can be fingerprinted. However, some configuration choices can limit the useful information an attacker may collect during a fingerprinting attack. |
Skills Required
[Level: Low] Attacker knows how to send HTTP request, SQL query to a web application. |
Resources Required
| While simple fingerprinting can be accomplished with only a web browser, for more thorough fingerprinting an attacker requires a variety of tools to collect information about the target. These tools might include protocol analyzers, web-site crawlers, and fuzzing tools. Footprinting a service adequately may also take a few days if the attacker wishes the footprinting attempt to go undetected. |
Consequences This table specifies different individual consequences associated with the attack pattern. The Scope identifies the security property that is violated, while the Impact describes the negative technical impact that arises if an adversary succeeds in their attack. The Likelihood provides information about how likely the specific consequence is expected to be seen relative to the other consequences in the list. For example, there may be high likelihood that a pattern will be used to achieve a certain impact, but a low likelihood that it will be exploited to achieve a different impact.| Scope | Impact | Likelihood |
|---|
Confidentiality | Other | |
Mitigations
| Implementation: Obfuscate server fields of HTTP response. |
| Implementation: Hide inner ordering of HTTP response header. |
| Implementation: Customizing HTTP error codes such as 404 or 500. |
| Implementation: Hide URL file extension. |
| Implementation: Hide HTTP response header software information filed. |
| Implementation: Hide cookie's software information filed. |
| Implementation: Appropriately deal with error messages. |
| Implementation: Obfuscate database type in Database API's error message. |
Example Instances
An attacker sends malformed requests or requests of nonexistent pages to the server. Consider the following HTTP responses. Response from Apache 1.3.23 $ nc apache.server.com 80 GET / HTTP/3.0
HTTP/1.1 400 Bad Request Date: Sun, 15 Jun 2003 17:12: 37 GMT Server: Apache/1.3.23 Connection: close Transfer: chunked Content-Type: text/HTML; charset=iso-8859-1 Response from IIS 5.0 $ nc iis.server.com 80 GET / HTTP/3.0
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Content-Location: http://iis.example.com/Default.htm Date: Fri, 01 Jan 1999 20:14: 02 GMT Content-Type: text/HTML Accept-Ranges: bytes Last-Modified: Fri, 01 Jan 1999 20:14: 02 GMT ETag: W/e0d362a4c335be1: ae1 Content-Length: 133 [REF-37] |
Taxonomy Mappings CAPEC mappings to ATT&CK techniques leverage an inheritance model to streamline and minimize direct CAPEC/ATT&CK mappings. Inheritance of a mapping is indicated by text stating that the parent CAPEC has relevant ATT&CK mappings. Note that the ATT&CK Enterprise Framework does not use an inheritance model as part of the mapping to CAPEC.Relevant to the ATT&CK taxonomy mapping (see
parent
) References Content History | Submissions |
|---|
| Submission Date | Submitter | Organization |
|---|
| 2014-06-23 (Version 2.6) | CAPEC Content Team | The MITRE Corporation | | | Modifications |
|---|
| Modification Date | Modifier | Organization |
|---|
| 2015-11-09 (Version 2.7) | CAPEC Content Team | The MITRE Corporation | | Updated Attack_Phases | | 2015-12-07 (Version 2.8) | CAPEC Content Team | The MITRE Corporation | | Updated Attack_Phases | | 2017-01-09 (Version 2.9) | CAPEC Content Team | The MITRE Corporation | | Updated Attack_Phases | | 2017-05-01 (Version 2.10) | CAPEC Content Team | The MITRE Corporation | | Updated Attack_Phases | | 2017-08-04 (Version 2.11) | CAPEC Content Team | The MITRE Corporation | | Updated Attack_Phases | | 2018-07-31 (Version 2.12) | CAPEC Content Team | The MITRE Corporation | | Updated Attack_Phases, References | | 2019-04-04 (Version 3.1) | CAPEC Content Team | The MITRE Corporation | | Updated Related_Weaknesses | | 2020-07-30 (Version 3.3) | CAPEC Content Team | The MITRE Corporation | | Updated Example_Instances | | 2022-09-29 (Version 3.8) | CAPEC Content Team | The MITRE Corporation | | Updated Example_Instances |
More information is available — Please select a different filter.
|