Hostname
intuit.ie
Last fetched
intuit.ie resolves to 4 IPv4 addresses operated by AS20940 in ZA. WHOIS lists registrar:markmonitor inc as the registrar.
Nutrition Label
Resolution chain
intuit.ie 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 |
|---|---|---|---|---|
| 2.16.162.166 | 2.16.162.0/24 | AS20940 | — | ZA |
| 2.16.162.170 | 2.16.162.0/24 | AS20940 | — | ZA |
| 23.202.35.34 | 23.202.35.0/24 | AS20940 | — | HK |
| 23.202.35.35 | 23.202.35.0/24 | AS20940 | — | HK |
WHOIS identity
- Registrar
- registrar:markmonitor inc
- Organization
- intuit,
- Contact emails
- —
Subdomains
2 observed subdomains of intuit.ie.
| Subdomain |
|---|
| quickbooks.intuit.ie |
| www.intuit.ie |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from intuit.ie.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intuit.ie"})-[: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.