GithubHelp home page GithubHelp logo

soufianely / awesome-censys-queries Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thehappydinoa/awesome-censys-queries

0.0 1.0 0.0 527 KB

A collection of fascinating and bizarre Censys Search Queries

License: Creative Commons Zero v1.0 Universal

awesome-censys-queries's Introduction

Awesome Censys Queries

Awesome GitHub contributors GitHub Repo stars License

A collection of fascinating and bizarre Censys Search queries.

Censys Search

Contributing

Found an awesome query? Submit it here

Interested in contributing in another way? See the contributing guidelines

Table of Contents

Industrial Control Systems

Prismview (Samsung Electronic Billboards)

services.tls.certificates.leaf_data.subject.common_name: "Prismview" or services.http.response.headers.server: "Prismview Player"
Screenshot Prismview

Gas Station Pump Controllers (ATGs)

(same_service(port: 10001 and banner: "IN-TANK INVENTORY")
or services.service_name: ATG) and services.truncated: false
Screenshot ATG

Electric Vehicle Chargers

same_service(http.response.headers.server: "gSOAP/2.8" and http.response.headers.content_length: 583)
services.http.response.html_title: "CAREL Pl@ntVisor"
services.banner: "[1m[35mWelcome on console"

GaugeTech Electricity Meters

services.http.response.headers.server: "EIG Embedded Web Server"
Screenshot GaugeTech

Internet of Things Devices

Roombas

services.tls.certificates.leaf_data.issuer.common_name: "Roomba CA"

Mein Automowers

services.http.response.headers.Www_Authenticate: `Basic realm= "Mein Automower (Robonect Hx+)"`

WinAQMS Environmental Monitor

services.banner: "WinAQMS Data Server" and services.truncated: false
services.http.response.html_title: "Emerson Site Supervisor"
Screenshot Emerson
services.http.response.headers.set_cookie: "NethixSession"

Security Applications

Cobalt Strike Servers

services.certificate: {
    "64257fc0fac31c01a5ccd816c73ea86e639260da1604d04db869bb603c2886e6",
    "87f2085c32b6a2cc709b365f55873e207a9caa10bffecf2fd16d3cf9d94d390c"
}
or services.tls.certificates.leaf_data.issuer.common_name: "Major Cobalt Strike"
or services.tls.certificates.leaf_data.subject.common_name: "Major Cobalt Strike"
or services.jarm.fingerprint: {
    "07d14d16d21d21d07c42d41d00041d24a458a375eef0c576d23a7bab9a9fb1",
    "07d14d16d21d21d00042d41d00041de5fb3038104f457d92ba02e9311512c2"
}

Metasploit Servers

services.http.response.html_title: "Metasploit" and (
    services.tls.certificates.leaf_data.subject.organization: "Rapid7"
    or services.tls.certificates.leaf_data.subject.common_name: "MetasploitSelfSignedCA"
)
or services.jarm.fingerprint: {
    "07d14d16d21d21d00042d43d000000aa99ce74e2c6d013c745aa52b5cc042d",
    "07d14d16d21d21d07c42d43d000000f50d155305214cf247147c43c0f1a823"
}

Nessus Scanner Servers

services.http.response.headers.server: "NessusWWW"
or services.tls.certificates.leaf_data.subject.organizational_unit: "Nessus Server"

NTOP Network Analyzers

services.http.response.html_title: "Welcome to ntopng"
or same_service(
    services.http.response.html_title: "Global Traffic Statistics"
    and services.http.response.headers.server: "ntop/*"
)
services.jarm.fingerprint: "29d21b20d29d29d21c41d21b21b41d494e0df9532e75299f15ba73156cee38"
same_service(port: 7443 and tls.certificates.leaf_data.subject.organization: "Mythic")

Note: When using the same_service operator, the initial services. prefix is optional.

services.jarm.fingerprint: "00000000000000000041d00000041d9535d5979f591ae8e547c5e5743e5b64"
same_service(http.response.body: "Blazor" and tls.certificates.leaf_data.issuer.common_name: "Covenant")
services.jarm.fingerprint: "20d14d20d21d20d20c20d14d20d20daddf8a68a1444c74b6dbe09910a511e6"

Databases

services.http.response.body: '"couchdb": "Welcome"'

Game Servers

Counter-Strike: Global Offensive

same_service(banner: "Counter-Strike: Global Offensive Server" and service_name: VALVE)

Random Services

shell2http

services.http.response.html_title: "shell2http"

Busybox Shells

same_service(services.banner: "Enter 'help' for a list of built-in commands" and services.service_name: TELNET) and services.truncated: false
Screenshot Busybox

Services Listening on Port 22 that are not SSH

same_service(
    not services.service_name: {SSH}
    and services.port: 22
    and not services.banner: {"Connection refused", "SSH-", "Exceeded MaxStartups", "Too many users", "Connection closed by server"}
)
and services.truncated: false

Services Listening on 80 or 443 that are not HTTP or HTTPS (or UNKNOWN with TLS)

not same_service(
    services.port: 443
    and services.name: UNKNOWN
    and services.tls.certificates.leaf_data.subject_dn: *
)
and same_service(
    services.port: {80, 443}
    and not services.service_name: {KUBERNETES, ANYCONNECT, OPENVPN, HTTP}
    and not services.banner: “HTTP/”
)
and services.truncated: false

Services Listening on 53 that are not DNS

same_service(services.port: 53 and not services.service_name: DNS) and services.truncated: false

Unauthenticated Redis Servers

services.redis.ping_response: "PONG"

Misconfigured Kubernetes Installations

services.kubernetes.pod_names: *

Directory Listing

services.http.response.html_title: "Index of /"

Hosts that identify as US government or military

dns.names: *.gov or dns.names: *.mil or name: *.gov or name: *.mil

Hosts emitting GNSS payloads

services.banner: "$GPRMC"
services.http.response.html_title: "Home - Mongo Express"

Misconfigured WordPress

services.http.response.body: "The wp-config.php creation script uses this file"

North Korean Hosts

location.country: "North Korea"

Honepots Hosts

services.truncated: true
same_service(services.http.request.uri: "*/dashboard/" and services.http.response.html_title: "Traefik")
same_service(services.http.response.html_title: "Weave Scope" and services.http.response.body="*WEAVEWORKS_CSRF*")

Prometheus Node Exporters

same_service(services.http.response.html_title: "node exporter" and services.http.response.body: "/metrics")
services.http.response.body: "<h2>vmagent</h2>"
same_service(
    http.response.html_title: "SonarQube"
    and http.response.status_code: 200
    and http.response.protocol: "HTTP/1.1"
)

License

CC0

Credits

awesome-censys-queries's People

Contributors

imgbotapp avatar thehappydinoa avatar ycamper avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.