Skip to main content

Hey all! This week’s query is geared toward our ASM users, but could be fairly easily modified to work in Search as well. It uses regex, so just note that if you want to port it to Search fields you will need a Search Pro or above license to use the name value string as-is.

web_entity.name: /.*(login|admin|uat|dev|test|staging|legacy).*/ and host.services.http.response.status_code: 200

 

This one is along the same lines of the query I shared last week to return HTTP sites with an executable file listed in their index file

This is part of a regular series of posts in which we highlight useful, interesting, and otherwise cool queries for use with Censys Search and ASM. If you have any questions, similar queries, or custom versions of this week’s highlight, let us know!

I am getting an error saying “The host.name field is deprecated. Host services identified by a name are now searchable as an asset type called web_entity. Search the web_entity.name field and other  web entity fields instead.” while trying to run the query in ASM. Is it intended?


Hey Susmita, that is intended. I’ll update my original post.


Reply