Hello,
While analyzing some hosts in the Censys Platform (Web GUI), we found that the Services section sometimes shows “HTTP [many] / TCP” instead of a specific port number.
The detailed view mentions that:
“This host has multiple services detected on various TCP ports. Displayed as ‘HTTP [many] / TCP’ to indicate a combination of identified and sampled services.”
We can identify the representative port using:
"host.services.representative_info.sampled_port"
Is there a way to retrieve a list of all TCP ports on which HTTP services were detected, other than the representative sampled port?
Thanks in advance!