Unleash the power of Advanced Search in Silent Push to craft complex queries like a pro. This flexible tool lets you combine multiple criteria with Boolean logic and grouping for pinpoint accuracy.
Boolean Boost: Mix AND, OR, and NOT with parentheses to fine-tune your queries—perfect for multi-condition searches.
Field Name Hack: Target specific data (e.g., domain, IP, or registration date) using predefined Field Names for laser-focused results.
Operator Trick: Use equals, contains, or begins with to refine your search.
Group Like a Pro: Wrap expressions in parentheses to control query order and nail precise outcomes.
Datasource Shortcut: Kick off with datasources like Web Scan, Dark Web Scan, or WHOIS Scan—check the Web Scanner 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 Scanner
From the homepage, select Web Data > Web Scanner > Advanced Search, then craft your SPQL query with sorting options if needed!