Hostname
heavybit.com
Last fetched
heavybit.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
heavybit.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 |
|---|---|---|---|---|
| 35.157.26.135 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.176.8.218 | 63.176.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- domain manager
- Contact emails
- domains@heavybit.com
- jk.easydns@jnl.mailbolt.com
- 2d71d7cbaf5441f785352cd7843c103c.protect@whoisguard.com
- 31269b63630044f4ac313559fa10eec5.protect@withheldforprivacy.com
- 9511b1d037714b3db1fbf80a0fd37cb0.protect@withheldforprivacy.com
- c9aa687a643c48fda0ca9b7e964fc3c8.protect@withheldforprivacy.com
- ea77465c945342c7bfc5bec244f8bbb6.protect@withheldforprivacy.com
Subdomains
20 observed subdomains of heavybit.com.
Web-graph footprint
Distinct hostnames that link to or from heavybit.com in the public web crawl.
588 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for heavybit.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44308902.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from heavybit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "heavybit.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.