Skip to content

emilyaustin/censys-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 

Repository files navigation

Censys Search Resources

Head to Censys Search to try out some of the searches below.

We provide 10 free queries a day to unregistered users. Register for a free account and get 250 queries per month, along with API access.

Search Snippets πŸ”Ž

Services in a specific location:
services.service_name: MODBUS and location.country:Germany

Use the same_service operator to find services running on a specific port:
same_service(services.service_name:HTTP and services.port:1337)

Exclude pseudoservices (e.g., honeypots) from results by appending services.truncated:false to your search query:
services.service_name:HTTP and services.truncated:false

Non-standard services running on common ports:
same_service(services.port:{80,22,21} and not services.service_name:{HTTP,SSH,FTP,UNKNOWN}) and services.truncated:false

Hacked MikroTik routers:
services.service_name:MIKROTIK_BW and "hacked"

Internet-exposed printers:
"@PJL INFO STATUS CODE=10001" and "ONLINE=TRUE"

Some additional sample queries:
set one
set two

Threat Hunting / Investigative Blogs πŸ•΅οΈ

Threat Tracking Dashboards πŸ‘β€πŸ—¨

The Censys Research team has published several dashboards to track vulnerabilities (or software that's seen several recent vulnerabilities) over time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published