Hey all! I’m bringing back our Cool Query of the Week series with a focus on writing queries in the new Censys Query Language for use on the Platform. You can convert any of the old queries using Censys Search Language shown in the CQOTW series using the Platform’s built-in query converter.
This week I’m starting off with a query that highlights some of the web assets you can find by searching across web property endpoints.
This query returns web properties with potentially sensitive exposed paths. You can combine this with other criteria like your organization’s name or known web assets to narrow its focus.
web.endpoints: (path= {"/config", "/logs", "/uploads", "/backups"} and http.status_code: 200)