CWMP
CPE WAN Management Protocol (CWMP) is a standard protocol used for remote management of customer-premises equipment (CPE) by internet service providers (ISPs) and network operators. CWMP enables centralized configuration, monitoring, and troubleshooting of CPE devices such as routers, modems, and gateways from a remote location.
Field |
Type |
Description |
---|---|---|
services.cwmp |
object |
|
services.cwmp.http_info |
object |
|
services.cwmp.http_info.body |
text |
The body of the HTTP response. For hosts without a name, the first 64KB are available. For hosts with a name, only 6KB are available. |
services.cwmp.http_info.body_hashes |
text |
A hashing algorithm and the hexadecimal digest produced by applying it to services.http.response.body, separated by a colon (":") character. For example, |
services.cwmp.http_info.body_size |
integer |
The length, in bytes, of services.http.response.body; at most, 64KB. |
services.cwmp.http_info.favicons |
object |
|
services.cwmp.http_info.favicons.hashes |
text |
A hashing algorithm and the hexadecimal digest produced by applying it to favicon, separated by a colon (":") character. For example, |
services.cwmp.http_info.favicons.md5_hash |
keyword |
The hexadecimal MD5 digest of the favicon. |
services.cwmp.http_info.favicons.name |
text |
The URI used to retrieve the favicon, which most commonly use the http(s) or data schemes. URIs using the data scheme are truncated: the first 48 and last 24 characters are preserved. |
services.cwmp.http_info.favicons.shodan_hash |
integer |
A hash expressed as a signed decimal integer, provided for compatability with Shodan search. |
services.cwmp.http_info.favicons.size |
integer |
The size of the favicon retrieved, in bytes. |
services.cwmp.http_info.headers |
nested |
The key-value header pairs included in the response. |
services.cwmp.http_info.headers.key |
text |
|
services.cwmp.http_info.headers.value |
object |
|
services.cwmp.http_info.headers.value.headers |
text |
The values provided in the corresponding header. |
services.cwmp.http_info.html_tags |
text |
A list of the <title> and <meta> tags from services.http.response.body. |
services.cwmp.http_info.html_title |
text |
The title of the HTML page: the inner contents of the <title> tag in services.http.response.body, if present. |
services.cwmp.http_info.protocol |
text |
The protocol field of the response, which includes the claimed HTTP version number. |
services.cwmp.http_info.status_code |
integer |
A 3-digit integer result code indicating the result of the services.http.request. |
services.cwmp.http_info.status_reason |
text |
A human-readable phrase describing the status code. |
Comments
0 comments
Article is closed for comments.