Hostname
acbsfo.com
Last fetched
acbsfo.com resolves to 6 IPv4 addresses operated by AKAMAI-ASN1 in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
acbsfo.com resolves to 6 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.26 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 104.70.121.90 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 23.36.162.199 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.220 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 62.115.252.48 | 62.115.0.0/16 | AS1299 | TWELVE99 Arelion, fka Telia Carrier | FI |
| 80.239.137.171 | 80.239.128.0/19 | AS1299 | TWELVE99 Arelion, fka Telia Carrier | FI |
WHOIS identity
- Registrar
- iana:292
- Organization
- cds
- Contact emails
Subdomains
99 observed subdomains of acbsfo.com.
Showing 25 of 99. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for acbsfo.com.
| Mechanism | Target |
|---|---|
| SPF_MX | acbsfo.com |
Related pages
Pivot deeper into the graph from acbsfo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acbsfo.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.