Hostname
assets.heapadmin.com
Last fetched
assets.heapadmin.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
assets.heapadmin.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.32.241.2 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.53 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.7 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.73 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.136.127 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.136.18 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.136.83 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.136.89 | 3.161.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with assets.heapadmin.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from assets.heapadmin.com in the public web crawl.
20 sites link to this hostname.
Sample inbound links
- wonderfestiwall.heap360.com
- heapadmin.com
- copenhagen-historic-grand-prix--chgp-2025.heapadmin.com
- gringo--gringo-bar-2025.heapadmin.com
- heartland--heartland-2025.heapadmin.com
- musik-i-lejet--musik-i-lejet-2025.heapadmin.com
- solund-festival.heapadmin.com
- frivillig.aiasound.dk
- frivillig.alivefestival.dk
- blodintra.dk
Threat posture
History
Related pages
Pivot deeper into the graph from assets.heapadmin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "assets.heapadmin.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.