This tool lets you combine multiple criteria with Boolean logic and grouping for pinpoint accuracy.
Mix
AND
,OR
, andNOT
with parentheses to fine-tune your queries—perfect for multi-condition searches.Target specific data (e.g., domain, IP, or registration date) using predefined Field Names for laser-focused results.
Use equals, contains, or begins with to refine your search.
Wrap expressions in parentheses to control query order and nail precise outcomes.
Kick off with datasources like Web Scan, Dark Web Scan, or WHOIS Scan—check the Web Search Datasource article for more!
Quick start steps
Pick a datasource: Type
["webscan"]
,["torscan"]
,["opendirectory"]
,["services"]
, or"whois"
in the Query box.Build a base: Start with a simple expression (e.g.,
domain AND domain.com
).Stack it up: Add more with AND, OR, NOT (e.g.,
ip = "192.168.1.1" NOT scan_date = "expired"
).Group it: Use
( )
to prioritize conditions.Run it: Hit the blue play button to see results!
Example
Find domains with “example.com” and IP “192.168.1.1” but skip expired ones:
datasource = ["webscan"] AND domain = "*example.com*" AND ip = "192.168.1.1" NOT scan_date = "expired"
.
Web Search
From the left navigation menu, select Web Data > Web Search > Advanced Search, then craft your SPQL query with sorting options if needed!