Hostname
badgersgiveback.com
Last fetched
badgersgiveback.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
badgersgiveback.com 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 |
|---|---|---|---|---|
| 13.226.94.110 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.123 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.127 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.63 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.114 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.127 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.51 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.85 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of badgersgiveback.com owner
- Contact emails
- 11c453ed-a749-48cd-8d81-fbf1024485c4@identity-protect.org
- 4e4f6f2d-7be8-4c67-a4bb-bdd4011ff77b@identity-protect.org
- cca16bd1-ec18-4e3d-85ad-800c4fb6ace8@identity-protect.org
- e3876b5f-faac-4105-9389-9df21a3869f6@identity-protect.org
- f07fc2df-5c19-4d67-b57a-eb40341c5d3e@identity-protect.org
- f849f9d7-6c66-4b6f-aa10-5efccdf71ca9@identity-protect.org
- owner-7768871@badgersgiveback.com.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from badgersgiveback.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "badgersgiveback.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.