Hostname
exp.bit46.com
Last fetched
exp.bit46.com resolves to 1 IPv4 address operated by AS15830 in FI.
Nutrition Label
Resolution chain
exp.bit46.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 87.108.23.129 | 87.108.0.0/16 | AS15830 | — | FI |
WHOIS identity
No WHOIS records are currently associated with exp.bit46.com in WhisperGraph.
Subdomains
1 observed subdomain of exp.bit46.com.
| Subdomain |
|---|
| rr.exp.bit46.com |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for exp.bit46.com.
| Mechanism | Target |
|---|---|
| SPF_A | exp.bit46.com |
| SPF_IP | 212.146.45.80/28 |
| SPF_IP | 212.50.128.216/29 |
| SPF_IP | 213.139.180.128/28 |
| SPF_IP | 80.64.6.160/27 |
| SPF_IP | 80.75.106.192/27 |
| SPF_IP | 87.108.23.128/28 |
| SPF_MX | exp.bit46.com |
Related pages
Pivot deeper into the graph from exp.bit46.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exp.bit46.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.