Skip to main content

Hello. ¿The field services.banner is not compatible with censys?. When using the API it is possible to use: Error during consultation: 422 (Entidad not procesable): unvalidated visit field 'services.banner'. campo no supportado

Hi KatJu, could you please share where exactly you are running into that error? That will help me troubleshoot. Thanks!


All fields like IP, port, service... there is no problem but with the banner there is, I get what is displayed in the image


I checked with the team and that field cannot be returned by the Search API.

services.banner and services.http.response.body cannot be sorted on or returned by the API due to their large size.

You will need to use the Search UI for examining that field.

I hope this helps.


Hey KatJu, looked into this a bit more and wanted to provide you with some alternative suggestions to using services.banner in the API.

You could use services.banner_hashes or services.banner_hex to return and sort on the hashed banner or banner hex data (respectively) in the API.


Reply