This tool lets you combine multiple criteria with Boolean logic and grouping for pinpoint accuracy.
Mix
AND,OR, andNOTwith 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 data sources like Web Search, Dark Web Search, or Whois Search. Check the Web Search Datasource article for more.
Quick start steps
Type
["webscan"],["torscan"],["opendirectory"],["services"], or"whois"in the Query box.Start with a simple expression (e.g.,
domain AND domain.com).Add more with AND, OR, NOT (e.g.,
ip = "192.168.1.1" NOT scan_date = "expired").Use
( )to prioritize conditions.Run it.
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.