Skip to content

URL linking

Create URLs that link directly to specific searches or data panels in Iris Investigate. Use these URLs to share searches, bookmark investigations, or integrate with external tools.

https://iris.domaintools.com/investigate/search/?q={SEARCH_VALUE}

Append the domain name or IP address directly:

https://iris.domaintools.com/investigate/search/?q=domaintools.com

Use shortcodes for precise searches:

https://iris.domaintools.com/investigate/search/?q=ip.asn:"209242"

Format: shortcode:"value"

Search TypeURL
Domainhttps://iris.domaintools.com/investigate/search/?q=example.com
IP Addresshttps://iris.domaintools.com/investigate/search/?q=4.2.2.2
ASNhttps://iris.domaintools.com/investigate/search/?q=ip.asn:"209242"
Emailhttps://iris.domaintools.com/investigate/search/?q=em:"admin@example.com"
Registrarhttps://iris.domaintools.com/investigate/search/?q=reg:"GoDaddy"

For a complete list of shortcodes, see Search Reference.

https://iris.domaintools.com/investigate/search/?q={DOMAIN or IP}&tab=panel-{IDENTIFIER}

For domain names:

PanelIdentifier
Domain Profiledomain-profile
Domain Historydomain-history
Screenshot Historyscreenshot-history
WHOIS Historywhois-history
SSL Profilessl-profile

For IP addresses:

PanelIdentifier
IP Profileip-profile
IP Toolsip-tools

Link to domaintools.com Screenshot History:

https://iris.domaintools.com/investigate/search/?q=domaintools.com&tab=panel-screenshot-history

Link to 141.193.213.20 IP Profile:

https://iris.domaintools.com/investigate/search/?q=141.193.213.20&tab=panel-ip-profile

Link to example.com WHOIS History:

https://iris.domaintools.com/investigate/search/?q=example.com&tab=panel-whois-history

Save frequently used searches:

  • Monitoring specific domains.
  • Tracking infrastructure.
  • Regular threat hunting queries.

Share searches with team members:

  • Investigation starting points.
  • Interesting findings.
  • Reproducible queries.

Integrate with external tools:

  • SIEM platforms.
  • Ticketing systems.
  • Threat intelligence platforms.
  • Custom dashboards.

Include in documentation:

  • Investigation procedures.
  • Threat reports.
  • Training materials.
  • Runbooks.

When constructing URLs programmatically, ensure proper URL encoding:

  • Spaces → %20.
  • Special characters → URL-encoded equivalents.
  • Quotes → %22.

Always use shortcodes for field-specific searches to avoid ambiguity:

  • ?q=ip.asn:"209242": Searches ASN field.
  • ?q=209242: May match multiple field types.

Test URLs before sharing:

  • Verify the search returns expected results.
  • Confirm the correct panel opens.
  • Check for proper encoding.
  • URLs reflect search parameters, not investigation state.
  • Tags and notes aren’t included in URLs.
  • Historical search settings use global defaults.
  • Advanced search filters may require complex URL construction.