Skip to content

Basic search

Basic search provides a simple way to find domains using any identifier. Iris Investigate automatically detects the data type and returns relevant results.

  1. Navigate to one of the following locations:

  2. Enter your search term in the search box.

  3. Press Enter or select the search button.

Iris Investigate automatically interprets your input:

Input TypeExampleInterpretation
Domain namedomaintools.comDomain search
IP address4.2.2.2IP address search
De-fanged IP4[.]2.2.2IP address search
De-fanged domainexample[.]tldDomain search
Email addressadmin@example.comEmail search
Number209242Generic search (may match multiple field types)

Iris Investigate accepts ‘de-fanged’ values for IP and host addresses. De-fanging is a security practice where users replace dots with brackets to prevent accidental clicks on malicious links.

Supported de-fanged formats:

  • example[.]tldexample.tld.
  • 4[.]2.2.24.2.2.2.

For more precise searches, use shortcodes to specify the data type. This prevents ambiguous results when your search term could match multiple field types.

Use shortcodes when:

  • Your search term is ambiguous (for example, a number that could be an ASN, user account, or email).
  • You want to search a specific field type.
  • You’re constructing URLs to link directly to searches.

Format: shortcode:"value"

Example: ip.asn:"209242"

This searches specifically for ASN 209242, rather than the generic string “209242” which might match user accounts or email addresses.

FieldShortcodeExample
Domain Namedomaindomain:"example.com"
IP Addressip.ipip.ip:"4.2.2.2"
IP ASNip.asnip.asn:"209242"
Emailemem:"admin@example.com"
Email Domainemdemd:"example.com"
Registrarregreg:"GoDaddy"
Name Serverns.nsns.ns:"ns1.example.com"

For a complete list of shortcodes, see Search Reference.

You can construct URLs to link directly to searches:

Generic search:

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

Guided search with shortcode:

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

For more details on URL construction, see URL Linking Reference.

Basic searches support simple operators in the search bar:

OperatorDefinition
: or =Equal
!= or <>Not equal
>Greater than
>=Greater than or equal to
<Less than
<=Less than or equal to

Example: ip.asn:>200000 finds domains on ASNs greater than 200000.