Hostname
support.baggies47.com
Last fetched
support.baggies47.com resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
support.baggies47.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 |
|---|---|---|---|---|
| 3.232.42.111 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 69.16.220.20 | 69.16.192.0/18 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with support.baggies47.com in WhisperGraph.
Subdomains
1 observed subdomain of support.baggies47.com.
| Subdomain |
|---|
| www.support.baggies47.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for support.baggies47.com.
| Mechanism | Target |
|---|---|
| SPF_A | support.baggies47.com |
| SPF_IP | 162.214.69.202 |
| SPF_IP | 216.172.171.74 |
| SPF_IP | 69.16.220.20 |
| SPF_MX | support.baggies47.com |
Related pages
Pivot deeper into the graph from support.baggies47.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.baggies47.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.