Hostname
hug-u.pet
Last fetched
hug-u.pet resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
hug-u.pet resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
2 observed subdomains of hug-u.pet.
| Subdomain |
|---|
| mail.hug-u.pet |
| www.hug-u.pet |
Web-graph footprint
Distinct hostnames that link to or from hug-u.pet in the public web crawl.
155 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for hug-u.pet.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 13.112.119.8 |
| SPF_IP | 13.113.61.19 |
| SPF_IP | 13.113.80.202 |
| SPF_IP | 153.126.214.153 |
| SPF_IP | 52.197.135.213 |
| SPF_IP | 52.197.29.134 |
| SPF_IP | 52.198.113.19 |
| SPF_IP | 52.198.63.85 |
| SPF_IP | 52.68.147.232 |
| SPF_IP | 54.64.225.21 |
| SPF_IP | 54.65.222.61 |
Related pages
Pivot deeper into the graph from hug-u.pet.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hug-u.pet"})-[: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.