Hostname
test.cbn.com
Last fetched
test.cbn.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
test.cbn.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.51.149.72 | 184.51.148.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 184.51.149.81 | 184.51.148.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 2.18.64.22 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.64.26 | 2.18.64.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
No WHOIS records are currently associated with test.cbn.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for test.cbn.com.
| Mechanism | Target |
|---|---|
| SPF_A | test.cbn.com |
| SPF_INCLUDE | _spf.ultipro.com |
| SPF_INCLUDE | marketing.dynamics.com |
| SPF_INCLUDE | spf.pantheon.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 159.26.192.0/18 |
| SPF_IP | 159.26.64.0/20 |
| SPF_IP | 159.26.96.0/19 |
| SPF_MX | test.cbn.com |
Related pages
Pivot deeper into the graph from test.cbn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.cbn.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.