Hostname
iac.ci
Last fetched
iac.ci resolves to 1 IPv4 address operated by BANDWIDTH-AS - Hydra Communications Ltd in GB.
Nutrition Label
Resolution chain
iac.ci 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 |
|---|---|---|---|---|
| 109.70.148.68 | 109.70.148.0/24 | AS25369 | BANDWIDTH-AS - Hydra Communications Ltd | GB |
WHOIS identity
No WHOIS records are currently associated with iac.ci in WhisperGraph.
Subdomains
9 observed subdomains of iac.ci.
Showing 5 of 9. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from iac.ci in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- iac.ci
SPF policy
6 SPF mechanisms authorising senders for iac.ci.
| Mechanism | Target |
|---|---|
| SPF_A | iac.ci |
| SPF_IP | 109.70.148.68 |
| SPF_IP | 136.243.11.117 |
| SPF_IP | 5.39.75.126 |
| SPF_IP | 91.204.209.49 |
| SPF_MX | iac.ci |
Related pages
Pivot deeper into the graph from iac.ci.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iac.ci"})-[: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.