Zondex
Dashboard Search Browse Stats Pricing
menu_book

Search Syntax

Zondex uses a Shodan-style dork syntax. Combine filters and free text to find exactly what you need across 34M+ indexed services.

bolt Quick Start

Free text

Type any word to search across service, product, http_title, manufacturer, hostname, and http_server columns.

nginx

Filters

Use key:value to filter by specific fields. Quote values with spaces.

port:443 country:US

Combining

All filters are combined with AND. Separate multiple filters with spaces.

product:nginx port:443 country:DE

Quoting

Wrap values containing spaces in double or single quotes.

org:"Google LLC"

calculate Numeric Operators

Some fields (honeypot, cvss, banner.hash) support numeric comparison:

Operator Meaning Example
>Greater thanhoneypot:>5
>=Greater or equalcvss:>=9.0
<Less thanhoneypot:<3
<=Less or equalcvss:<=5.0
=Exact match (default)honeypot:0

filter_alt Core Filters

Filter Column Description Match Example
portportTCP/UDP port numberExactport:22
serviceserviceService name (ssh, http, ftp...)LIKEservice:ssh
countrycountry_code2-letter ISO country codeExactcountry:US
citycityCity nameLIKEcity:Berlin
productproductSoftware product nameLIKEproduct:nginx
versionversionSoftware versionLIKEversion:1.18
orgasn_orgASN organization nameLIKEorg:"Google LLC"
asnasnAS numberExactasn:15169
ipipExact IPv4 addressExactip:8.8.8.8
protocolprotocolTransport protocol (tcp/udp)Exactprotocol:udp
osos_familyOS family (Linux, Windows...)LIKEos:Linux
devicedevice_typeDevice type (router, camera...)LIKEdevice:camera
tlstls_enabledTLS enabled (true/false)Booleantls:true
bannerbannerService banner textLIKEbanner:"Server: Apache"
hostnamehostnameHostnameLIKEhostname:mail
domaindomainDomain nameLIKEdomain:google.com

language HTTP Filters

Filter Column Description Match Example
http.titlehttp_titleHTTP page titleLIKEhttp.title:Login
http.statushttp_status_codeHTTP status codeExacthttp.status:200
http.headershttp_headersRaw HTTP headersLIKEhttp.headers:X-Powered-By
cmscmsCMS / technologyLIKEcms:WordPress
cms.versioncms_versionCMS versionLIKEcms.version:6

lock TLS / SSL Filters

Filter Column Description Match Example
ssl.issuertls_cert_issuerCertificate issuerLIKEssl.issuer:"Let's Encrypt"
ssl.santls_cert_sansSubject Alternative Names (array)has()ssl.san:example.com
cert.sha256cert_sha256Certificate SHA-256 hashExactcert.sha256:a1b2c3...
jarmjarm_hashJARM TLS fingerprintExactjarm:29d29d...

terminal SSH Filters

Filter Column Description Match Example
ssh.fingerprintssh_fingerprintSSH host key fingerprintLIKEssh.fingerprint:SHA256:...
ssh.hasshhassh_serverHASSH server fingerprintLIKEssh.hassh:abc123...
ssh.keytypessh_host_key_typeSSH key typeExactssh.keytype:ssh-rsa

fingerprint Hash Filters

Filter Column Description Match Example
favicon.hashfavicon_hashFavicon image hashExactfavicon.hash:-12345
html.hashhtml_body_hashHTML body hashExacthtml.hash:123456
banner.hashbanner_hashBanner hash (numeric)Numericbanner.hash:987654

dns Network / DNS Filters

Filter Column Description Match Example
rdnsreverse_dnsReverse DNS hostnameLIKErdns:google
rdap.netrdap_net_nameRDAP network nameLIKErdap.net:GOOGLE
rdap.countryrdap_countryRDAP-registered countryExactrdap.country:US
cidripIP CIDR rangeCIDRcidr:1.2.3.0/24

shield Scoring & Detection

Filter Column Description Match Example
cvecve_idsCVE identifier (array)has()cve:CVE-2021-44228
cvssmax_cvssMax CVSS score (0-10)Numericcvss:>=9.0
honeypothoneypot_scoreHoneypot score (0-10)Numerichoneypot:>7
wafwafWeb Application FirewallExactwaf:Cloudflare

data_array Array Filters

Filter Column Description Match Example
tagtagsService tagshas()tag:honeypot
cpecpeCPE identifierhas()cpe:cpe:2.3:a:apache:*

devices Device Details

Filter Column Description Match Example
vendorvendorDevice vendor/manufacturerLIKEvendor:Cisco
modelmodelDevice modelLIKEmodel:RV340
firmwarefirmwareFirmware versionLIKEfirmware:1.0.3

date_range Date Range Filters

Filter Column Description Match Example
afterscan_dateScanned on or after date>= dateafter:2025-01-01
beforescan_dateScanned on or before date<= datebefore:2025-06-30

swap_horiz Compatibility Aliases

These aliases provide compatibility with other search engines:

Alias Maps to Compatibility Example
appproductZoomEyeapp:nginx
titlehttp_titleShodantitle:Login
ssltls_cert_issuerShodanssl:"Let's Encrypt"