Hostname
fhlbi.com
Last fetched
fhlbi.com resolves to 2 IPv4 addresses operated by EXPEDIENT - Expedient in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
fhlbi.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.37.21.140 | 216.37.0.0/18 | AS17054 | EXPEDIENT - Expedient | US |
| 216.37.21.76 | 216.37.0.0/18 | AS17054 | EXPEDIENT - Expedient | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- federal home loan bank of indianapolis
- Contact emails
Subdomains
44 observed subdomains of fhlbi.com.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fhlbi.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for fhlbi.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | nam.pb-dynmktg.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 199.188.168.230 |
| SPF_IP | 199.188.168.6 |
| SPF_IP | 199.188.169.235 |
| SPF_IP | 199.188.171.139 |
| SPF_IP | 216.37.21.101 |
| SPF_IP | 216.37.21.155 |
| SPF_IP | 216.37.21.165 |
| SPF_IP | 216.37.21.91 |
Related pages
Pivot deeper into the graph from fhlbi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fhlbi.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.