Hostname
cb2.sa
Last fetched
cb2.sa resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 - Akamai International B.V. in US.
Nutrition Label
Resolution chain
cb2.sa 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 |
|---|---|---|---|---|
| 104.70.121.83 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | US |
| 104.70.121.88 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | US |
| 184.86.103.197 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 184.86.103.212 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 95.100.146.26 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | CZ |
| 95.100.146.8 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | CZ |
| 96.16.88.148 | 96.16.88.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | ES |
| 96.16.88.175 | 96.16.88.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | ES |
WHOIS identity
No WHOIS records are currently associated with cb2.sa in WhisperGraph.
Subdomains
9 observed subdomains of cb2.sa.
Web-graph footprint
Distinct hostnames that link to or from cb2.sa in the public web crawl.
26 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for cb2.sa.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.messagegears.net |
| SPF_INCLUDE | email-messaging.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from cb2.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cb2.sa"})-[: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.