Hostname
mail.jimdoolan.com
Last fetched
mail.jimdoolan.com resolves to 2 IPv4 addresses operated by GOOGLE - Google LLC in GB.
Nutrition Label
Resolution chain
mail.jimdoolan.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.214.117.70 | 35.214.0.0/17 | AS15169 | GOOGLE - Google LLC | GB |
| 91.210.232.165 | 91.210.232.0/22 | AS29550 | — | IE |
WHOIS identity
No WHOIS records are currently associated with mail.jimdoolan.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mail.jimdoolan.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.jimdoolan.com |
| SPF_A | ns1.uk66.siteground.eu |
| SPF_INCLUDE | jimdoolan.com.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | spf.webhostingireland.ie |
| SPF_IP | 91.210.232.165 |
| SPF_MX | mail.jimdoolan.com |
Related pages
Pivot deeper into the graph from mail.jimdoolan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.jimdoolan.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.