Hostname
kenduncan.com
Last fetched
kenduncan.com resolves to 2 IPv4 addresses operated by AS134791 in AU. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
kenduncan.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 |
|---|---|---|---|---|
| 103.12.159.99 | 103.12.159.0/24 | AS134791 | — | AU |
| 35.213.219.20 | 35.213.192.0/18 | AS15169 | GOOGLE - Google LLC | AU |
WHOIS identity
- Registrar
- iana:269
- Organization
- australian computer solutions
- Contact emails
Subdomains
16 observed subdomains of kenduncan.com.
Web-graph footprint
Distinct hostnames that link to or from kenduncan.com in the public web crawl.
136 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for kenduncan.com.
| Mechanism | Target |
|---|---|
| SPF_A | kenduncan.com |
| SPF_INCLUDE | _spf.getresponse.com |
| SPF_INCLUDE | _spf.mailspamprotection.com |
| SPF_INCLUDE | _spf.siteground.com |
| SPF_IP | 103.12.159.28 |
| SPF_IP | 103.12.159.38 |
| SPF_IP | 103.12.159.99 |
| SPF_IP | 149.72.123.201/32 |
| SPF_IP | 185.56.84.0/24 |
| SPF_IP | 185.56.85.0/24 |
| SPF_IP | 27.122.122.230 |
| SPF_IP | 35.208.10.124/32 |
| SPF_IP | 35.224.11.180/32 |
| SPF_MX | kenduncan.com |
Related pages
Pivot deeper into the graph from kenduncan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kenduncan.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.