Hostname
hbc.noteworthycloud.com
Last fetched
hbc.noteworthycloud.com resolves to 12 IPv4 addresses operated by AS23764 in BE.
Nutrition Label
Resolution chain
hbc.noteworthycloud.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.239.121 | 0.0.0.0/0 | AS23764 | — | BE |
| 13.225.239.44 | 0.0.0.0/0 | AS23764 | — | BE |
| 13.225.239.74 | 0.0.0.0/0 | AS23764 | — | BE |
| 13.225.239.85 | 0.0.0.0/0 | AS23764 | — | BE |
| 18.164.144.12 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.27 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.28 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.78 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.165.122.105 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.165.122.33 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.165.122.4 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.165.122.77 | 18.165.122.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with hbc.noteworthycloud.com in WhisperGraph.
Subdomains
1 observed subdomain of hbc.noteworthycloud.com.
| Subdomain |
|---|
| api.hbc.noteworthycloud.com |
Threat posture
History
Related pages
Pivot deeper into the graph from hbc.noteworthycloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hbc.noteworthycloud.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.