Hostname
baf.id
Last fetched
baf.id resolves to 15 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
baf.id resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.136 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.193 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.147.192 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.202 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.22.225.129 | 2.22.225.0/24 | AS20940 | AKAMAI-ASN1 | NO |
| 2.22.225.26 | 2.22.225.0/24 | AS20940 | AKAMAI-ASN1 | NO |
| 23.212.110.136 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.216 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.35.148.145 | 23.35.148.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.35.148.166 | 23.35.148.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.50.131.136 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.143 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.150 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.48 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.75 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:1
- Organization
- pt. bussan auto finance
- Contact emails
Subdomains
9 observed subdomains of baf.id.
Web-graph footprint
Distinct hostnames that link to or from baf.id in the public web crawl.
208 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for baf.id.
| Mechanism | Target |
|---|---|
| SPF_A | baf.id |
| SPF_INCLUDE | 91538b31.ppspf.net |
| SPF_INCLUDE | ncapp02.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | baf.id |
Related pages
Pivot deeper into the graph from baf.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "baf.id"})-[: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.