Hostname
puddletogs.co.uk
Last fetched
puddletogs.co.uk resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists registrar:ovh [tag = ovh-fr] as the registrar.
Nutrition Label
Resolution chain
puddletogs.co.uk resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.163.63.108 | 3.163.63.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.163.63.118 | 3.163.63.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.163.63.63 | 3.163.63.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.163.63.88 | 3.163.63.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.164.121.110 | 3.164.121.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.164.121.113 | 3.164.121.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.164.121.59 | 3.164.121.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.164.121.81 | 3.164.121.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- registrar:ovh [tag = ovh-fr]
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of puddletogs.co.uk.
| Subdomain |
|---|
| www.puddletogs.co.uk |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from puddletogs.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "puddletogs.co.uk"})-[: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.