Hostname
intuit.com
Last fetched
intuit.com resolves to 4 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
intuit.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.197.168.208 | 23.197.168.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.50.12.199 | 23.50.12.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | IN |
| 88.221.168.204 | 88.221.168.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.52.180.167 | 23.52.180.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
1,063 observed subdomains of intuit.com.
Showing 25 of 1,063. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from intuit.com in the public web crawl.
10,205 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for intuit.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.centercode.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf1.intuit.com |
| SPF_INCLUDE | _spf3.intuit.com |
| SPF_INCLUDE | mktomail.com |
| SPF_IP | 166.78.224.177/32 |
| SPF_IP | 208.74.204.0/22 |
| SPF_IP | 69.20.83.154/32 |
| SPF_IP | 96.43.144.65/32 |
| SPF_IP | 96.43.148.65/32 |
| SPF_IP | 96.43.151.70/28 |
Related pages
Pivot deeper into the graph from intuit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intuit.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.