search
Query urlDNA threat intelligence scans using custom search syntax to filter by domain, IP, URL, device, country, technology, and security status for security analysis.
Instructions
Search scans using urlDNA custom search syntax.
Searchable fields include: domain, ip, submitted_url, target_url, device, country_code, title, technology, favicon, malicious, and many more.
Operators supported: =, !=, LIKE, !LIKE, >, >=, <, <=
Examples: - domain = www.google.com AND title LIKE search - device = MOBILE AND country_code = IT - malicious = false AND technology LIKE wordpress
Args: query (str): Query in urlDNA CQL syntax. Returns: dict: List of scan. Raises: RuntimeError: If ssearch fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |